Thursday, June 27, 2024
1 change · saas-17.3
Code cleanup and technical improvements
This update reorganizes internal loyalty data used by the Point of Sale system to prevent naming conflicts with standard Odoo fields. It makes the loyalty code easier to maintain and reduces the risk of future issues, without changing cashier or customer-facing behavior.
Original PR description
This commit prefixes local fields with underscore in order to avoid conflicts with Odoo fields. This allow us to easily identify local fields.