Daily updates from Odoo
Tuesday, December 16, 2025
2 changes · master
Code cleanup and technical improvements
This update enhances how HR data is accessed within Odoo Enterprise. The changes streamline internal processes and improve the efficiency of managing employee information. This update focuses on internal improvements to the HR modules.
Original PR description
https://github.com/odoo/odoo/pull/238850
This update enhances the partner ledger report by leveraging Odoo's report engine, allowing for more flexible customization. Specifically, users can now define custom groupings within the report, providing greater control over the data presented. This improves the report's usability and analytical capabilities.
Original PR description
Currently, the partner ledger is generated using the dynamic lines generator. This is fine but it doesn't take advantages of the features of the report engine. With this commit, it now uses a custom engine. This allows notably the user to define a custom groupby. task-4245219