Tuesday, April 9, 2024
9 changes · master
Enhancements to existing features
This update makes a small improvement related to spreadsheet testing support. It helps maintain reliability in the spreadsheet area without introducing a major business-facing change.
Original PR description
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 update adds more precise ways to adjust text inside templates, which can support improvements in tools like the report editor. It gives teams finer control when customizing documents without changing larger template structures.
This update modernizes internal tests for label selection fields in the web module. It helps maintain the reliability of this user interface component without changing day-to-day product behavior.
Original PR description
task-3705027
This pull request updates common JavaScript libraries used across many Odoo screens and adjusts related code so existing features keep working correctly. It helps keep the platform current and reduces maintenance risk, with only minor visible impact for users aside from more reliable interface behavior such as notifications.
Original PR description
Modern thingies! :tada: It's been too much time without https://github.com/jashkenas/underscore/pull/2494. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr @Tecnativa
This update modernizes internal tests for how values are displayed in the web interface. It helps Odoo maintain consistent formatting behavior while making future development and quality checks easier.
Original PR description
task-3705027 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 update simplifies how Odoo prepares chat and message data by consolidating two overlapping processes into one. It mainly improves maintainability and consistency across messaging-related areas, with little direct impact on day-to-day users.
Original PR description
This PR merges `_message_format` and `message_format` into a single function, `_message_format`. PR enterprise: https://github.com/odoo/enterprise/pull/60054
This update aligns the naming of message formats used in Knowledge and WhatsApp features with related community changes. It is a minor consistency improvement that helps keep messaging behavior easier to maintain without changing business workflows.
Original PR description
@see https://github.com/odoo/odoo/pull/160355
Barcode batch transfers now show the description field in the kanban view. This gives warehouse users more context at a glance when reviewing batches or waves, helping them identify the right transfer faster.
Original PR description
The description field added in https://github.com/odoo/odoo/pull/157869 is added to the barcode batch transfers kanban view. Task-3724421
Updates naming around message formatting in Knowledge and WhatsApp-related messaging to keep the system more consistent. This is an internal cleanup that should help maintainability without changing day-to-day user workflows.