File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 12
12
"hr_timesheet_activity_begin_end" ,
13
13
"custom_descarga" ,
14
14
"hr_timesheet_begin_end_usability" ,
15
+ "analytic" ,
15
16
],
16
17
"data" : [
17
18
"data/project.xml" ,
Original file line number Diff line number Diff line change 48
48
</filter >
49
49
</field >
50
50
</record >
51
+
52
+ <record id =" view_account_analytic_line_filter" model =" ir.ui.view" >
53
+ <field name =" model" >account.analytic.line</field >
54
+ <field name =" inherit_id" ref =" analytic.view_account_analytic_line_filter" />
55
+ <field name =" arch" type =" xml" >
56
+ <field name =" account_id" position =" after" >
57
+ <field name =" saca_id" optional =" show" />
58
+ </field >
59
+ <filter name =" account_id" position =" after" >
60
+ <filter
61
+ string =" Saca"
62
+ name =" groupby_saca"
63
+ domain =" []"
64
+ context =" {'group_by': 'saca_id'}"
65
+ />
66
+ </filter >
67
+ </field >
68
+ </record >
51
69
</odoo >
You can’t perform that action at this time.
0 commit comments