Skip to content

Commit

Permalink
[IMP] account_statement_base: add group by date
Browse files Browse the repository at this point in the history
TT52123
  • Loading branch information
chienandalu committed Dec 12, 2024
1 parent e202307 commit c82cfa2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions account_statement_base/views/account_bank_statement_line.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,11 @@
string="Transaction Type"
context="{'group_by': 'transaction_type'}"
/>
<filter
name="date_groupby"
string="Date"
context="{'group_by': 'date'}"
/>
</group>
</search>
</field>
Expand Down

0 comments on commit c82cfa2

Please sign in to comment.