Daily updates from Odoo
Tuesday, July 2, 2024
3 changes · master
Code cleanup and technical improvements
This update simplifies the internal setup used for guided test tours by removing an extra condition field. It helps make future maintenance of these tests easier while keeping expected business behavior unchanged.
Original PR description
In order to simplify the tours API, it was decided to remove the extra_trigger key from the steps. To check that an element is in the DOM, simply create a step with a trigger. task~3974087 https://github.com/odoo/odoo/pull/171555
The spreadsheet documents area has had its automated tests moved to a newer testing framework. This is an internal quality update that helps maintain reliability without changing day-to-day user features.
Original PR description
Task: [4011327](https://www.odoo.com/odoo/2328/tasks/4011327?cids=1)
This update removes an obsolete width setting from several guided tour definitions. It does not change the customer-facing tour behavior, but keeps the codebase simpler and easier to maintain.
Original PR description
In this commit, we remove "width" attribute to step definition because it's no longer used in codebase. task~3974087 https://github.com/odoo/odoo/pull/171386