Daily updates from Odoo
Friday, October 18, 2024
1 change · master
Resolved issues and error corrections
This change prevents an error from appearing when completing a sale and reaching the receipt screen in Point of Sale with Urban Piper enabled. It updates the receipt layout handling so customers and staff can finish transactions smoothly without interruptions.
Original PR description
Steps to Reproduce: === - Install the point_of_sale and pos_urban_piper. - Add some items to the cart. - Proceed with the payment process. - A trackback error occurs. Issue: === - Traceback at receipt screen. Cause: === - After this PR (https://github.com/odoo/odoo/pull/181345) x-path not found. Fix: === - Handle x-path correctly. Additional improvement: === - Before this commit  - After this commit  task-4247002