[IMP] account_tax_balance: optional hide for financial_type in tree view

This commit is contained in:
Joan Sisquella
2025-06-26 09:37:28 +02:00
parent 4c36a52fc2
commit 4aa4eedb68

View File

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