Tuesday, March 23, 2021
5 changes · master
Enhancements to existing features
This update modernizes how Odoo's messaging tools manage internal data changes, replacing older command formats with a clearer and more consistent approach. It mainly affects mail-related features such as conversations, attachments, followers, activities, live chat, HR employee data, and time off discussions, helping reduce future maintenance risk without changing day-to-day user workflows.
Original PR description
task-id: 2453408
Product package length, width, and height measurements now use millimetres when the product length configuration is not set to feet. This gives businesses more accurate and consistent package dimension units instead of defaulting to metres.
Original PR description
Changed the uom of product package if product_length_in_feet_param of ir config parameter for product is not 1. Previously its value was meter. For following fields updated the uom - 1) packaging_length 2) width 3) height TaskId: 2418421 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
Website editor range controls now respond as soon as their value changes, making editing interactions feel more immediate and accurate. This improves the experience for users adjusting slider-based settings in the editor.
Original PR description
The purpose of this commit is to add an event listener triggered on current value change of the input range type. task-2362091
Package size data for DHL and UPS shipping has been updated to use millimeters instead of meters. This improves consistency and helps ensure shipping package dimensions are recorded in the expected unit of measure.
Original PR description
In this task, changed the uom of height, length and width of product package from m to mm. As updating values according to mm uom. TaskId: 2418421
This update modernizes internal data handling in the Approvals and VoIP areas. It should help keep these features easier to maintain without changing the day-to-day user experience.
Original PR description
task-id: 2453408