Daily updates from Odoo
Wednesday, January 7, 2026
4 changes
1 change
Features or functions removed from Odoo
This update removes a redundant step in the website tour process. Previously, the tour included an action to copy a tracker link, which was unnecessary due to a prior code change. This simplifies the tour and improves clarity for users.
Original PR description
Following PR [^1], the step about copying the tracker link doesn't do anything as the only actual "action" made in the custom "run()" function has been removed (sic), leaving only the mocking of the Clipboard API (which isn't called anymore, anyway). This commit removes this unused step to avoid confusion. [^1]: https://github.com/odoo/odoo/pull/170548 Forward-Port-Of: odoo/odoo#241358
1 change
Features or functions removed from Odoo
This update removes a redundant step in the website tour process. Previously, the tour included an action to copy a tracker link, which was unnecessary due to a prior code change. This simplifies the tour and improves clarity for users.
Original PR description
Following PR [^1], the step about copying the tracker link doesn't do anything as the only actual "action" made in the custom "run()" function has been removed (sic), leaving only the mocking of the Clipboard API (which isn't called anymore, anyway). This commit removes this unused step to avoid confusion. [^1]: https://github.com/odoo/odoo/pull/170548 Forward-Port-Of: odoo/odoo#241358
1 change
Features or functions removed from Odoo
This update removes a specific test file related to Excel files that was causing issues with our automated testing process. This test was dependent on a recent update to a core library and wasn't compatible with our standard operating systems. Removing it improves the reliability of our automated testing and ensures smoother builds.
Original PR description
This commit removes the xslx-2025 test case. That file contains a `trash` folder and libmagic only started supporting those files with file/file@3660a2ccb77cdea0ce678d9e71fbb7aceca2adbe, this commit is notably absent from Ubuntu Jammy which is a supported OS in this Odoo version. Keeping the test makes the Runbot Distro-build CI red on Jammy which is worse than making sure we always support those (rare, arguably broken) files. 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 Forward-Port-Of: odoo/odoo#242211
1 change
Features or functions removed from Odoo
This update removes a redundant step in the website tour process. Previously, the tour included an action to copy a tracker link, which was unnecessary due to a prior change. This simplification improves the tour's clarity and user experience.
Original PR description
Following PR [^1], the step about copying the tracker link doesn't do anything as the only actual "action" made in the custom "run()" function has been removed (sic), leaving only the mocking of the Clipboard API (which isn't called anymore, anyway). This commit removes this unused step to avoid confusion. [^1]: https://github.com/odoo/odoo/pull/170548 Forward-Port-Of: odoo/odoo#241358