Thursday, June 17, 2021
7 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.
Event sponsors are now easier to create with sensible defaults, and unpublished sponsors stay hidden from website footers until ready. Sales orders with event stands also avoid showing an irrelevant registration wizard, reducing confusion for staff.
Detailed transfer operations are now shown in an order that follows the picker’s route, using source and destination locations instead of creation order. This makes picking lists easier to follow and can help warehouse staff work more efficiently with fewer unnecessary movements.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: The transfer line order has no sense for a picker (it's in the order of the creation of the line) Desired behavior after PR is merged: We want to have the line of the detailed operation in the same order as the picker will be picking the products -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
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
Belgian payroll now calculates employer social security contributions based on the number of workers during the quarter, making the amounts more accurate. These employer contributions are also included in social security certificates, improving reporting completeness for HR and payroll teams.