fix the list view

This commit is contained in:
Suherdy Yacob 2025-10-27 14:26:19 +07:00
parent cca358b590
commit d8c97d877c

View File

@ -93,7 +93,7 @@
<field name="date"/> <field name="date"/>
<filter name="positive_amount" string="Income" domain="[('amount', '&gt;', 0)]"/> <filter name="positive_amount" string="Income" domain="[('amount', '&gt;', 0)]"/>
<filter name="negative_amount" string="Expense" domain="[('amount', '&lt;', 0)]"/> <filter name="negative_amount" string="Expense" domain="[('amount', '&lt;', 0)]"/>
<filter name="hide_reconciled" string="Hide Reconciled" domain="[('move_id', '=', False)]" help="Hide lines that have been reconciled"/> <filter name="hide_reconciled" string="Hide Reconciled" domain="[('move_id', 'not ilike', '%Reconciliation:%')]" help="Hide lines that have been reconciled"/>
<filter name="show_all" string="Show All" domain="[]" help="Show all lines including reconciled"/> <filter name="show_all" string="Show All" domain="[]" help="Show all lines including reconciled"/>
<group expand="0" string="Group By"> <group expand="0" string="Group By">
<filter name="group_by_journal" string="Journal" context="{'group_by': 'journal_id'}"/> <filter name="group_by_journal" string="Journal" context="{'group_by': 'journal_id'}"/>