Go to file
2026-03-06 11:17:22 +07:00
models first commit 2026-03-06 11:17:22 +07:00
__init__.py first commit 2026-03-06 11:17:22 +07:00
__manifest__.py first commit 2026-03-06 11:17:22 +07:00
.gitignore first commit 2026-03-06 11:17:22 +07:00
README.md first commit 2026-03-06 11:17:22 +07:00

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_domain in account.bank.statement.line.
  • Applies a 'date', '<=', statement_line.date domain filter to counterpart journal items.

Author

Suherdy Yacob