Daily updates from Odoo
Monday, July 6, 2026
2 changes · saas-19.2
Enhancements to existing features
Budget reports now use the same profitability criteria as analytic profitability views when selecting analytic accounting lines. This helps make budget figures more consistent with profitability reporting, improving confidence in financial analysis.
Original PR description
Use the new field analytic_profitability in the conditions of the query to get the account analytic lines of the budget report task-4959636 Forward-Port-Of: odoo/enterprise#121760
This update enhances the error messages related to leave validity checks, particularly when creating public holidays. This improves the user experience for both customers troubleshooting issues and our support team, reducing the need for manual debugging.
Original PR description
The current message is pretty useless as of now when a lot of leaves are being written to, notably when creating a public holiday, which sets the state of all the leaves overlapping the public holiday's day to be reevaluated, and if an error occurs, you have to go through every employee's leave allocation and leaves taken to hopefully find one who might have to many days taken/not enough allocated. This extra information will be a huge QOL improvement, for the customer who will be able to troubleshoot his issue himself more easily, but also for our support team as the only way to debug those kind of issues now is to put a breakpoint there and see what employee has an issue. opw-4411999 Forward-Port-Of: odoo/odoo#270888 Forward-Port-Of: odoo/odoo#200376