Daily updates from Odoo
Wednesday, May 27, 2026
5 changes
Code cleanup and technical improvements
This update adapts the composer date picker within the O-Spreadsheet module to a recent change in how references are handled. The team removed an older reference system and switched to a more efficient signal-based approach. This ensures the date picker continues to function correctly with the latest O-Spreadsheet updates.
Original PR description
In o-spreadsheet, we removed `t-custom-ref` and replaced it with `t-ref` that use signal. This commit adapt the composer date picker to this change.
This update refactors the Australian Payroll API code to improve its efficiency. By using a more streamlined method for data retrieval, the change enhances the speed and reliability of the API, ensuring smoother integration with payroll systems. This results in faster processing times and a more stable experience.
Original PR description
https://github.com/odoo/odoo/pull/264765
This update streamlines order changes within the Point of Sale system by replacing a previous tracking method with new models for order and preparation lines. All order changes are now calculated on the client-side, enhancing flexibility and responsiveness for users. This change is part of a larger effort to improve the user experience for order management.
This update adapts the composer date picker within the O-Spreadsheet module to a recent change in how references are handled. The team removed an older reference system and switched to a more efficient signal-based approach. This ensures the date picker continues to function correctly with the latest O-Spreadsheet updates.
Original PR description
In o-spreadsheet, we removed `t-custom-ref` and replaced it with `t-ref` that use signal. This commit adapt the composer date picker to this change.
This pull request updates the core Odoo codebase by importing tools from the tools.sql library. This refactoring enhances the internal structure and maintainability of Odoo, ensuring consistent code practices and facilitating future development. It primarily impacts internal development processes.
Original PR description
https://github.com/odoo/odoo/pull/264861