Daily updates from Odoo
Monday, August 25, 2025
1 change · saas-18.3
Code cleanup and technical improvements
This update reuses a shared check for early payment discounts in the Accounting reconciliation flow instead of duplicating the same logic. It reduces maintenance risk and helps keep bank reconciliation behavior consistent with the core Accounting app.
Original PR description
Supersedes: - https://github.com/odoo/enterprise/pull/88374 (fix branch name to align with community PR) This is repeated code from what already exists in odoo community. OPW-4895365 See: [odoo/odoo#215615](https://github.com/odoo/odoo/pull/215615) Forward-Port-Of: odoo/enterprise#90875 Forward-Port-Of: odoo/enterprise#90210