Wednesday, August 28, 2024
1 change · saas-17.4
Enhancements to existing features
Self-ordering QR code links are now generated with shorter optional parameters, making it easier to create reliable QR codes with higher redundancy. Existing QR codes continue to work, so businesses do not need to replace previously printed materials.
Original PR description
The long length of the url for self order is too long to be able to have qr codes with high redundancy. In this commit we add the optional parameters `a` and `t` to the self order entry route to be used as an option to the existing `access_token` and `table_identifier`. This means that new qr codes will be shorter, while keeping backward compatibility with existing ones. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr