Daily updates from Odoo
Thursday, September 18, 2025
1 change · 18.0
Enhancements to existing features
Accounting KPI summaries now include posted bank journal entries linked to unreconciled bank statements. This gives businesses a more accurate view of pending bank activity and improves confidence in financial reporting metrics.
Original PR description
### [REF] account: reorganize kpi.provider tests The account test_kpi_provider was already getting complicated, and this commit aims to simplify it by breaking it into smaller tests that show more clearly what is expected. Task-id: 5062431 ### [IMP] account: make kpi.provider report unreconciled bank statements The `kpi.provider:get_account_kpi_summary` method should include posted moves of a bank journal that are related to an unreconciled bank statement. Task-id: 5062431 Forward-Port-Of: odoo/odoo#227661 Forward-Port-Of: odoo/odoo#227605