Thursday, September 25, 2025
2 changes · saas-18.4
Enhancements to existing features
Point of Sale receipts now align the QR code more neatly with the text beside it. This improves the printed receipt layout and makes customer-facing documents look more polished and easier to read.
Original PR description
This commit ensures that the QR code on the receipt is properly aligned with the text on the right. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This change makes the automatic wave picking process easier to customize. It gives implementers cleaner extension points to adapt when transfers should be grouped automatically, without changing the core process.
Original PR description
This improvement just adds some hook methods that allow to decapsulate the logic of auto waves so its doable to extend the conditions for auto-waving. cc @moduon fyi @Shide TODO: for the sake of clarity I just inserted the hook method logic but a cleaner approach would be to extract the whole logic of each hook into their own separate method --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#227873