[MIG] account_tax_balance: Migration to 17.0

This commit is contained in:
David Ramia
2023-11-27 07:54:12 +01:00
committed by Borruso
parent e017bb37f4
commit d16642c0c7
19 changed files with 45 additions and 80 deletions

View File

@@ -20,7 +20,7 @@
<field name="ref" position="after">
<field
name="financial_type"
attrs="{'invisible': [('move_type', 'in', ['out_invoice','in_invoice','out_refund','in_refund'])]}"
invisible="move_type in ['out_invoice','in_invoice','out_refund','in_refund']"
/>
</field>
</field>