Skip to content

Commit 261f428

Browse files
committed
[IMP] analytic: re-order company and applicability fields in view
Applicability should be the last field in the view. Currently, it is company. closes odoo#162257 Signed-off-by: John Laterre (jol) <[email protected]>
1 parent c6bb8e7 commit 261f428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/analytic/views/analytic_plan_views.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
<field name="applicability_ids">
4040
<tree editable="bottom">
4141
<field name="business_domain"/>
42-
<field name="applicability"/>
4342
<field name="company_id" groups="base.group_multi_company"/>
43+
<field name="applicability"/>
4444
</tree>
4545
</field>
4646
</page>

0 commit comments

Comments
 (0)