Wednesday, May 15, 2024
1 change
Code cleanup and technical improvements
Restaurant point-of-sale related test setup has been streamlined to reduce duplicated maintenance work across enterprise modules. This internal cleanup helps keep future changes more consistent and lowers the risk of test differences between related restaurant workflows.
Original PR description
The test assets that we use in pos are duplicated across different classes. In the corresponding commit we take the first steps in unifying them, by having the class in `pos_restaurant/tests/test_frontent.py` inherit from `point_of_sale`. In this commit we make the necessary changes to the enterprise modules. Task 3895255 https://github.com/odoo/odoo/pull/155540