Wednesday, July 15, 2026
1 change · 19.0
Features or functions removed from Odoo
This update removes an old check in the self-ordering point of sale flow that no longer had any effect. It simplifies the code without changing how customers or staff use the system.
Original PR description
Description of the issue/feature this PR addresses: Removed obsolete code checking "this.config.self_ordering_mode !== 'qr_code'". Since "qr_code" is not a valid value of the "self_ordering_mode" selection field. The condition is always true. Forward-Port-Of: odoo/odoo#275962 Forward-Port-Of: odoo/odoo#273245