[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 64b1d4b710
commit 27174a0b37

View File

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