Thursday, February 20, 2025
2 changes · saas-18.1
Enhancements to existing features
Self-ordering setup downloads now include SVG versions of each table QR code in addition to PNG files. This makes the QR codes easier to use for production needs such as engraving coasters or other physical table materials.
Original PR description
In the config page of the self order there is an option to download a zip containing all of the table qr codes in png format. In this commit we include also svg variants for each qrcode in the zip file. This is helpful for certain applications, for ex engraving the qr codes on coasters, using laser engraving machines. Task: 4575936 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Self-order demo setups now automatically include the relevant preset data, making demo environments ready to use without extra configuration. This helps teams showcase or test restaurant self-order flows more reliably and with less manual setup.
Original PR description
Before this commit: === - there was preset demo data was not enabled for self order After this commit: === - updated preset demo data to default enabled in pos self order Task: 4501570