Skip to content

Commit

Permalink
[FIX] account_asset_operating_unit: change position OU
Browse files Browse the repository at this point in the history
  • Loading branch information
Saran440 committed Jul 8, 2024
1 parent dc8eae5 commit 7bb8002
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
ref="account_asset_management.wiz_account_asset_report_view_form"
/>
<field name="arch" type="xml">
<field name="company_id" position="after">
<xpath expr="//group" position="inside">
<field
name="operating_unit_id"
options="{'no_create_edit': True, 'no_create': True}"
/>
</field>
</xpath>
</field>
</record>
</odoo>

0 comments on commit 7bb8002

Please sign in to comment.