Skip to content
Snippets Groups Projects
Commit 0f3bd9b5 authored by Jordan - Le Filament's avatar Jordan - Le Filament
Browse files

[fix] inheritance field hook for v13

parent 88874db9
Branches 13.0
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<field name="name">account.move.form</field> <field name="name">account.move.form</field>
<field name="model">account.move</field> <field name="model">account.move</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<xpath expr="//field[@name='payment_reference']" position="before"> <xpath expr="//field[@name='ref']" position="after">
<field <field
name="beneficiary_id" name="beneficiary_id"
attrs="{'invisible': [('type', 'not in', ('out_invoice', 'out_refund'))]}" attrs="{'invisible': [('type', 'not in', ('out_invoice', 'out_refund'))]}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment