Daily updates from Odoo
Wednesday, January 7, 2026
1 change · master
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