mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[IMP] account_statement_base: add group by date
TT52123
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user