Monday, June 29, 2026
7 changes · saas-19.4
Resolved issues and error corrections
This update corrects a layout issue in website theme previews where shapes could appear too close together or with an unwanted gap. It helps previews look cleaner and more accurate, making it easier for users to evaluate themes before applying them.
Original PR description
task-6340483
This change updates automated tests for the map view so they complete more reliably even when execution is slower than expected. It helps prevent test timeouts and reduces false failures in the development and deployment pipeline.
Original PR description
This commit replaces the waitFor timeout in map view tests with runAllTimers to cope with potential execution slowdowns and avoid waiting for too long while executing the tests. runbot-error-939600 Forward-Port-Of: odoo/enterprise#119654
This update standardizes the spacing used on card-based kanban screens so they follow the same layout rules across affected areas. It helps the interface look more consistent and reduces the risk of spacing differences between views.
Original PR description
Rename and reuse the new generic card padding variables. Follow-up of https://github.com/odoo/odoo/pull/272083
This update restores a Planning tour that was failing after changes to the popover interface. It ensures the automated test matches the new behavior so Planning can be validated reliably again.
Original PR description
PR [1] refactored the gantt popover API, and classname `.popover-footer` has been replaced by `.o_popover_footer` (i.e. we no longer use the bootstrap class for popovers). Tours that fail due to this change have been adapted accordingly. However, there was a planning tour that was temporarily deactivated and that we thus didn't spot. This commit fixes it. [1] odoo/enterprise#114328 runbot error~940279
This update prevents the automated Clickall test tool from contacting Odoo Fin’s live servers when checking the accounting dashboard. It extends the existing mock to cover a newer endpoint version, helping tests stay reliable and safe from external service changes.
Original PR description
This commit follows up on [1] by extending the Odoo Fin request mock to cover the new version 2 (v2) favorite institutions endpoint. Previously, a mock was introduced to prevent the Clickall tool from making real external HTTP requests to `production.odoofin.com` when displaying the accounting dashboard. This update ensures that the newly introduced v2 URL is also safely intercepted, keeping the automated tests fully isolated from production servers. runbot-234936 [1] : https://github.com/odoo/odoo/commit/c6451015f1b01c3e1defe4a576989fd4bfdf2cdb Forward-Port-Of: odoo/odoo#272339
Miscellaneous changes
This pull request updates the saas-19.4 release information in Odoo’s release file. It helps keep the product versioning and release metadata aligned with the current branch, supporting a clean and consistent software release process.
This pull request appears to be a release coordination update for the SaaS 19.4 branch. It mainly prepares the branch for delivery and does not indicate a specific business feature or user-facing change.