[MIG] account_tax_balance: Migration to 14.0

This commit is contained in:
Francisco Ivan Anton Prieto
2020-10-23 15:30:27 +02:00
committed by Borruso
parent 54339092f3
commit 9fbb756b87
13 changed files with 115 additions and 65 deletions

View File

@@ -8,7 +8,7 @@
<field name="inherit_id" ref="account.view_move_tree" />
<field name="arch" type="xml">
<field name="state" position="after">
<field name="move_type" />
<field name="financial_type" />
</field>
</field>
</record>
@@ -18,7 +18,7 @@
<field name="inherit_id" ref="account.view_move_form" />
<field name="arch" type="xml">
<field name="ref" position="after">
<field name="move_type" />
<field name="financial_type" />
</field>
</field>
</record>
@@ -29,10 +29,10 @@
<field name="arch" type="xml">
<group expand="0" position="inside">
<filter
name="move_type"
name="financial_type"
string="Move type"
domain="[]"
context="{'group_by':'move_type'}"
context="{'group_by':'financial_type'}"
/>
</group>
</field>