Daily updates from Odoo
Thursday, August 10, 2023
1 change
Code cleanup and technical improvements
The automated tests for Point of Sale IoT were adjusted to match recent screen changes in the related Point of Sale interface. This helps keep quality checks reliable without changing what users see or how they use the product.
Original PR description
In the related community pr we refactor the `ProductScreen` to use the new `category_selector` component. In this commit we adapt the tests such that they work correctly with the new code. Related PR: https://github.com/odoo/odoo/pull/131038