Friday, May 22, 2026
4 changes · master
Enhancements to existing features
This update simplifies the calculations for 'Retained Earnings' and 'Result for the Year' within the French Balance Sheet report. These changes improve the accuracy and reliability of the financial reporting for French-speaking businesses using Odoo Enterprise. This is an internal improvement.
Original PR description
Simplify the formulas of 'Retained earnings' and 'Result for the year' in the french Balance Sheet. task-6087994 Forward-Port-Of: odoo/enterprise#113949 Forward-Port-Of: odoo/enterprise#112731
This update optimizes the way data is sent between the user's browser and the Odoo server for account reports. Previously, a large amount of information was transmitted unnecessarily. Now, only the essential data is sent, resulting in faster report loading and reduced server load.
Original PR description
When formating the values of columns or getting the annotations for the lines, we previously send the entire lines dict. Now, we only send the elements on the line and columns that are required to reduce the size of the dict sent from the client to the server. task-5922438
This update ensures the test case for stock barcode picking is aligned with recent changes in the Odoo system. This improves the reliability of our testing process and helps maintain compatibility within the enterprise module.
Original PR description
- Applied minor adjustments and updated the test case to align with recent changes and ensure compatibility. Community PR:- odoo/odoo#259859 TaskId:-6127981
This pull request updates the labels used in the VoIP activity scheduling form within the Enterprise module. The change clarifies the terminology used for scheduling VoIP calls, enhancing usability and reducing potential confusion for users. This is an internal improvement to the user interface.
Original PR description
Task-[6240796](https://www.odoo.com/odoo/project.task/6240796)