Daily updates from Odoo
Wednesday, September 17, 2025
1 change · 17.0
Enhancements to existing features
Accounting KPI summaries now count posted bank journal entries linked to unreconciled bank statements. This gives businesses a more complete view of outstanding bank activity and improves the reliability of financial indicators.
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#227605