Wednesday, May 6, 2026
2 changes · master
Features or functions removed from Odoo
The accounting app no longer automatically changes invoice labels based on tax amounts. This removes inconsistent behavior where labels were only updated for percentage-based amounts and left unchanged in other cases.
Original PR description
Previously, invoice_label was automatically updated based on the amount only when it was a percentage. In other cases, it remained unchanged, leading to inconsistent behavior. Task-6041909 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Mail module no longer keeps an old function name that had already been replaced with a clearer one. This is a small internal cleanup that reduces maintenance overhead and should not affect normal users.
Original PR description
Function has been renamed to better reflect its use [1]. The old function name was only kept for stable policy. [1]: https://github.com/odoo/odoo/pull/261772