Tuesday, July 14, 2026
1 change · saas-19.3
Features or functions removed from Odoo
This update simplifies the restaurant POS system by standardizing payment method naming conventions. The team has replaced older, snake_case methods with camelCase equivalents, improving code consistency and maintainability. This change ensures smoother integration and future development of the restaurant POS module.
Original PR description
In this commit: - Use the new method names in the payment adjustment flow. - Replace deprecated snake_case methods with their camelCase equivalents for payment lines, payment terminals, and order totals. Task:6049128 Forward-Port-Of: odoo/odoo#271792