Tuesday, July 14, 2026
1 change · saas-19.4
Features or functions removed from Odoo
This update simplifies the restaurant POS system by standardizing payment method names from snake_case to camelCase. This change improves code consistency and prepares the system for future updates. It ensures the payment processing flow remains reliable and efficient.
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#275870 Forward-Port-Of: odoo/odoo#271792