Commit 5f45ee7 1 parent 49cb41e commit 5f45ee7 Copy full SHA for 5f45ee7
File tree 1 file changed +12
-0
lines changed
hr_timesheet_editable_top/views
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 7
7
<field name =" arch" type =" xml" >
8
8
<xpath expr =" //tree" position =" attributes" >
9
9
<attribute name =" editable" >top</attribute >
10
+ <attribute name =" default_order" >date desc</attribute >
11
+ </xpath >
12
+ </field >
13
+ </record >
14
+
15
+ <record id =" view_task_form2_inherited" model =" ir.ui.view" >
16
+ <field name =" model" >project.task</field >
17
+ <field name =" inherit_id" ref =" hr_timesheet.view_task_form2_inherited" />
18
+ <field name =" arch" type =" xml" >
19
+ <xpath expr =" //field[@name='timesheet_ids']//tree" position =" attributes" >
20
+ <attribute name =" editable" >top</attribute >
21
+ <attribute name =" default_order" >date desc</attribute >
10
22
</xpath >
11
23
</field >
12
24
</record >
You can’t perform that action at this time.
0 commit comments