Skip to content

Commit

Permalink
[14.0][IMP] custom_p: Change field attribute in account move form view.
Browse files Browse the repository at this point in the history
  • Loading branch information
Berezi authored and anajuaristi committed Nov 13, 2024
1 parent ac93355 commit 2a6275b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions custom_p/views/account_move_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,14 @@
</field>
</field>
</record>

<record id="view_move_form" model="ir.ui.view">
<field name="model">account.move</field>
<field name="inherit_id" ref="account.view_move_form" />
<field name="arch" type="xml">
<field name="amount_by_group" position="attributes">
<attribute name="attrs" />
</field>
</field>
</record>
</odoo>

0 comments on commit 2a6275b

Please sign in to comment.