Daily updates from Odoo
Monday, February 28, 2022
1 change · master
Code cleanup and technical improvements
Point of Sale code and labels were renamed to more clearly distinguish business partner records from real-life customers. This reduces ambiguity for future maintenance without changing how users interact with the system.
Original PR description
- Renaming of the substring `client` and `customer` to `partner` (css included) when it was referencing to the actual `res.partner` object. This way, developers will always know that the object used in the UI is coming from `res.partner`. - Renaming of the substring `client` to `customer`(css included) when it was referencing to a real life person. This avoid having ambiguity since the term `client` can refers to multiple things (hardware, browser, person, ...)