Daily updates from Odoo
Wednesday, April 16, 2025
5 changes
4 changes
Enhancements to existing features
The point-of-sale IoT customer display is now always enabled, so users no longer encounter an unnecessary configuration error. This reduces setup friction and makes the customer display behavior more predictable for stores.
Original PR description
In this commit: ================ Customer display configuration has been removed from res config settings and is always enabled, the user error is no longer needed and has been removed. Task-4604770 Related Community PR:https://github.com/odoo/odoo/pull/201637 Related Upgrade PR:https://github.com/odoo/upgrade/pull/7386
The product version field in PLM has been repositioned into the traceability section of the product form. This makes version information easier to find alongside related tracking details, improving clarity for manufacturing and product lifecycle users.
Original PR description
Task-4441066
The website generator has been updated to stay compatible with recent changes in the main Odoo website platform. This helps ensure the website setup experience continues to work smoothly for users as the broader system evolves.
Original PR description
See also: - https://github.com/odoo/odoo/pull/201410
The spreadsheet test setup no longer loads chart resources that are already included automatically. This reduces duplicated test preparation work and helps keep internal testing simpler without changing business features.
Original PR description
In the helper `prepareWebClientForSpreadsheet`, we would explicitely load some ChartJs assets to ensure their presence but those are already loaded in the tests assets bundle (the test loads spreadsheet.o_spreadsheet which in turn depends on web.chartjs_lib).
1 change
Enhancements to existing features
This update corrects a typo in the Jordan electronic invoicing module. It is a small quality improvement that helps keep labels or messages clear and professional without changing business workflows.
Original PR description
No task ID.