Skip to content

Commit

Permalink
Update account_move.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
toyrobot authored Jun 27, 2023
1 parent 129ea92 commit 1a82b32
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions bankayma_account/views/account_move.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@
better hide stuff instead of removing, otherwise
you can break stuff when new modules expect some fields to exist
-->
<xpath expr="//header" position="before">
<xpath expr="//header" position="before">
<h5>
<field name="company_id" widget="many2one" options="{'no_open': True, 'no_create': True}" />
<field
name="company_id"
widget="many2one"
options="{'no_open': True, 'no_create': True}"
/>
</h5>
</xpath>
</xpath>
<xpath expr="." position="attributes">
<attribute name="create">false</attribute>
</xpath>
Expand Down

0 comments on commit 1a82b32

Please sign in to comment.