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