Daily updates from Odoo
Tuesday, July 15, 2025
6 changes
5 changes
Enhancements to existing features
The wording in the IoT pairing code dialog was updated to make the process easier to understand. This helps users connect IoT boxes with less confusion and fewer support needs.
Original PR description
We improved the "use pairing code" dialog to make it clearer. Task: 4942391 Forward-Port-Of: odoo/enterprise#90164
The Web Studio test suite was updated to match a recent change in how monetary totals are displayed when no currency is set. This keeps automated checks aligned with the current behavior and helps prevent false test failures without changing the user experience.
Original PR description
This commit adapts a test which fails due to https://github.com/odoo/odoo/pull/216597 because monetary aggregates no longer show a "—" when no currency is provided. part of task-4886208
The planning calendar now preserves values entered in the form while using multi-create mode. This makes scheduling multiple planning items smoother and reduces the need to re-enter information.
Original PR description
This commit, adds into the state the value set into the form when we are in calendar multi_create view. task-4918909
The mock server used in automated tests now handles stored data in a way that better matches the real Odoo server. This makes tests across several apps easier to maintain and more reliable, with no direct change expected for end users.
Original PR description
*: calendar, hr_holidays, im_livechat, rating, website, website_livechat, website_slides, approvals, voip, whatsapp The goal of this commit is to make the Store in the mock server more like the actual store. This allows to add generic models without _to_store methods to be added to the store as well as allowing to follow more the same structure as the actual server. It adds support for: - _to_store_defaults method on models - _to_store now uses the current model - add method was split and we can now use _add_records_field like in the actual server - Store.attr, Store.one, Store.many can now support lists, and other Store.attr inherited object task-4789853
The Documents app has been updated to simplify an internal processing option related to saving data. This should help keep the code easier to maintain without changing the day-to-day user experience.
Original PR description
odoo/odoo#216133
1 change
Enhancements to existing features
This update ensures the listed Enterprise modules consistently point to the official Odoo website in their module information. It improves consistency in app listings and helps users identify the official source for these modules.
Original PR description
All modules from odoo/enterprise should have website: https://www.odoo.com