Thursday, September 12, 2024
2 changes · saas-17.4
Enhancements to existing features
The point of sale now loads only the product attribute values it actually needs instead of loading every available value. This reduces unnecessary data handling, which can improve startup speed and lower memory use for stores with many product variants.
Original PR description
Before this commit, all attribute values were loaded into the POS, regardless of necessity. This commit optimizes performance by ensuring only the required attribute values are loaded, reducing unnecessary data processing and memory usage. opw-4169060 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Event teams can now print attendee badges directly with compatible Epson ESC/Label printers, including new badge formats designed for these devices. The registration desk also gains printer selection and an auto-print option when scanning barcodes, helping speed up check-in operations.
Original PR description
Enables printing Event badges using an ESC/Label compatible printer such as the EPSON C4000e. Two new badge formats are added that use the Epson printer. When these are selected, a printer selection dropdown is added to the event Registration Desk. An auto-print option has also been added to print the moment a barcode is scanned. task-4045816 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr