Daily updates from Odoo
Tuesday, November 26, 2024
3 changes
1 change
Code cleanup and technical improvements
This change reorganizes where the WhatsApp message seen-status behavior lives, aligning it with the Discuss area of the product. It should not noticeably change how users work, but it helps keep the codebase better organized for future maintenance.
Original PR description
Enterprise counter-part. Part of task-3265211 https://github.com/odoo/odoo/pull/188127
2 changes
Code cleanup and technical improvements
This update cleans up automated guided test flows across several Odoo apps by removing unnecessary steps and using more realistic user interaction helpers. The change is internal, but it helps keep testing easier to maintain and better aligned with real user behavior.
Original PR description
In commit, we remove empty runs that no longer have a reason to exist. We also prefer to use tour helpers ( hover ) instead of using makeVisible functions in order to simulate user interactions as best as possible. We take advantage of this commit to remove the nextTick helper in webStudio (we no longer need it since 3bfd2e9cf8 ) https://github.com/odoo/enterprise/pull/74252
This update cleans up automated test flows across several Odoo apps by removing unnecessary steps and using more realistic interaction helpers. It does not change customer-facing features, but it should make internal test coverage easier to maintain and closer to real user behavior.
Original PR description
In commit, we remove empty runs that no longer have a reason to exist. We also prefer to use tour helpers ( hover ) instead of using makeVisible functions in order to simulate user interactions as best as possible. We take advantage of this commit to remove the nextTick helper in webStudio (we no longer need it since 3bfd2e9cf8 ) https://github.com/odoo/odoo/pull/187999