Skip to content

Commit

Permalink
[FIX] layout account code
Browse files Browse the repository at this point in the history
  • Loading branch information
Saran440 committed Feb 14, 2024
1 parent 3faf4d8 commit 97bb12a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions account_consolidation_oca/views/account_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
/>
<field name="inherit_id" ref="account.view_account_form" />
<field name="arch" type="xml">
<xpath
expr="//group[@name='left_main_group']/field[@name='company_id']"
position="after"
>
<xpath expr="//page[@name='accounting']//field[@name='company_id']" position="after">
<field name="consolidation_company_id" invisible="1" />
<field name="consolidation_account_id" />
</xpath>
Expand Down

0 comments on commit 97bb12a

Please sign in to comment.