Wednesday, January 7, 2026
1 change · saas-18.4
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