Daily updates from Odoo
Tuesday, March 26, 2024
1 change · master
Code cleanup and technical improvements
Point-of-sale related test files were renamed and reorganized to follow a consistent structure across modules. This internal cleanup makes tests easier for teams to find and maintain, without changing customer-facing behavior.
Original PR description
*: all pos-related modules 1. Use snake_case on file names similar to how we name other files. 2. Tour files are suffixed with `_tour`. 3. Helper files are moved to `/tours/utils` and are suffixed with `_util`. tasks id : 3794884 https://github.com/odoo/odoo/pull/157180