[IMP] account_statement_base: add group by date

TT52123
This commit is contained in:
David
2024-12-12 11:25:05 +01:00
committed by Víctor Martínez
parent be8db2ab96
commit 76c2eb9fb9

View File

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