Merge PR #1385 into 18.0

Signed-off-by AaronHForgeFlow
This commit is contained in:
OCA-git-bot
2025-09-05 11:40:05 +00:00

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'}"
/> />