Wednesday, July 15, 2026
1 change · saas-18.4
Code cleanup and technical improvements
An outdated condition in the Point of Sale self-ordering flow was removed because it checked for a mode that cannot occur. This simplifies the system logic without changing how customers or staff use self-ordering.
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