Daily updates from Odoo
Thursday, July 27, 2023
2 changes · master
Enhancements to existing features
This update replaces older internal JavaScript reference names with the current module naming approach across several Odoo apps. It is mainly a behind-the-scenes cleanup that improves maintainability and reduces future upgrade friction, with no intended change to day-to-day user workflows.
Original PR description
Description of the issue/feature this PR addresses: Remove all the aliases in the odoo-module of JS files and fix all the imports
Rental sales now update related product details more efficiently in a single operation. This streamlines the behind-the-scenes handling of rental order data and helps keep the experience reliable without changing user workflows.
Original PR description
With the PR 129507 in community, you can update x2m fields using the record.update function. This allows us to update several fields, including x2m fields, in a single call to update.