| models | ||
| __init__.py | ||
| __manifest__.py | ||
| .gitignore | ||
| README.md | ||
Account Bank Rec Date Filter
This Odoo 17 module modifies the bank reconciliation widget so that the "Match Existing Entries" tab only shows journal items on or before the bank statement line's date. This prevents showing future journal items when matching bank statement lines.
Features
- Overrides
_get_default_amls_matching_domaininaccount.bank.statement.line. - Applies a
'date', '<=', statement_line.datedomain filter to counterpart journal items.
Author
Suherdy Yacob