Daily updates from Odoo
Thursday, March 7, 2024
2 changes
Code cleanup and technical improvements
The pull request updates several automated product tours to use the newer testing selector approach instead of older jQuery-based patterns. This is an internal cleanup that should make tests more consistent and maintainable without changing day-to-day user workflows.
Original PR description
In this commit : - Tour Compiler uses now Hoot selectors instead of jQuery selectors. - jQuery selectors from tours trigger (extra_trigger and others) have been so adapted to be compatible with Hoot selectors. - Most of uses of jQuery in step.run() has been replaced by native or hoot-dom helpers. task~3600484 https://github.com/odoo/odoo/pull/154182
This update reorganizes automated tests across several Odoo apps so shared test helpers are imported and reused more consistently. It does not change business functionality, but it helps keep future testing work cleaner and easier to maintain.
Original PR description
https://github.com/odoo/odoo/pull/156722