[MIG] account_tax_balance: Migration to 14.0
This commit is contained in:
committed by
Borruso
parent
54339092f3
commit
9fbb756b87
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user