Thursday, June 17, 2021
4 changes · master
Enhancements to existing features
This update assigns clear ownership for framework JavaScript code reviews. It helps route future changes to the right maintainers more quickly, improving review consistency without affecting end users.
The website item snippet now uses updated sample images and no longer points users to Odoo.com by default. This makes the website builder experience cleaner and helps businesses start from more relevant visual placeholders.
Original PR description
task-2471323 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This change updates internal ownership rules so framework JavaScript-related code changes are routed to the right reviewers. It helps improve review consistency and maintainability without changing product behavior for users.
This update simplifies how taxes are handled for subscriptions by removing outdated processing and calculating tax amounts more efficiently in batches. It should improve reliability and performance behind the scenes without changing the user workflow.
Original PR description
* remove outdated map_tax arguments * compute tax amounts in batch Task-ID: 2486056