Wednesday, September 18, 2024
2 changes · saas-17.4
Enhancements to existing features
When a cashier creates a new customer in Point of Sale, the system now automatically selects that customer instead of returning them to the customer list. This saves time during checkout and reduces the chance of choosing the wrong customer manually.
Original PR description
Before this commit, after creating a new partner, the user had to manually select it from the list of partners. This commit makes the system automatically select the newly created partner.
Point of Sale event workflows can now use the correct badge print format for each event, including Epson badge printers added in the Events app. This helps staff print attendee badges from POS using the appropriate linked report, reducing manual work and printer mismatches.
Original PR description
Epson badge printers have recently been added to the Event app, but they use new reports and so can't currently be used via pos_event. This PR adds support for printing the correct reports based on the event's badge format, which will allow printing on the badge printer assuming the report has been linked. Related enterprise PR: https://github.com/odoo/enterprise/pull/69953 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr