Daily updates from Odoo
Wednesday, July 23, 2025
1 change · 18.0
Code cleanup and technical improvements
The accounting reconciliation code now uses a shared dedicated check for early payment discounts instead of repeating the same logic. This reduces maintenance risk and helps keep enterprise accounting behavior aligned with the community version.
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)