Skip to content

Commit

Permalink
[FIX] analytic_brand: show field in form view
Browse files Browse the repository at this point in the history
  • Loading branch information
Iryna Vyshnevska committed Mar 5, 2024
1 parent d985699 commit 39206b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analytic_brand/views/res_brand.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<field name="model">res.brand</field>
<field name="inherit_id" ref="brand.res_brand_form_view" />
<field name="arch" type="xml">
<xpath expr="//form" position="inside">
<xpath expr="//sheet" position="inside">
<group name="analytic">
<field
name="analytic_account_id"
Expand Down

0 comments on commit 39206b4

Please sign in to comment.