[IMP] account_statement_base: add group by date

TT52123
pull/770/head
David 2024-12-12 11:25:05 +01:00 committed by Víctor Martínez
parent be8db2ab96
commit 76c2eb9fb9
1 changed files with 5 additions and 0 deletions

View File

@ -167,6 +167,11 @@
string="Transaction Type" string="Transaction Type"
context="{'group_by': 'transaction_type'}" context="{'group_by': 'transaction_type'}"
/> />
<filter
name="date_groupby"
string="Date"
context="{'group_by': 'date'}"
/>
</group> </group>
</search> </search>
</field> </field>