first commit
This commit is contained in:
24
modules/project/timesheet.xml
Normal file
24
modules/project/timesheet.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<tryton>
|
||||
<data>
|
||||
<record model="ir.action.act_window" id="act_timesheet_line_form_work">
|
||||
<field name="name">Timesheet Lines</field>
|
||||
<field name="res_model">timesheet.line</field>
|
||||
<field name="domain"
|
||||
eval="[If(Eval('active_ids', []) == [Eval('active_id')], ('work.origin.id', '=', Eval('active_id'), 'project.work'), ('work.origin.id', 'in', Eval('active_ids'), 'project.work'))]"
|
||||
pyson="1"/>
|
||||
<field
|
||||
name="context"
|
||||
eval="{'project.work': Eval('active_ids')}"
|
||||
pyson="1"/>
|
||||
</record>
|
||||
<record model="ir.action.keyword"
|
||||
id="act_timesheet_line_form_work_keyword1">
|
||||
<field name="keyword">form_relate</field>
|
||||
<field name="model">project.work,-1</field>
|
||||
<field name="action" ref="act_timesheet_line_form_work"/>
|
||||
</record>
|
||||
</data>
|
||||
</tryton>
|
||||
Reference in New Issue
Block a user