Tuesday, February 6, 2024
2 changes · saas-17.1
Resolved issues and error corrections
Fixes errors that occurred when restaurant staff added or copied a floor in the Point of Sale restaurant floor editor. It also prevents copied floors from repeatedly duplicating tables, making floor setup more reliable for restaurant operations.
Original PR description
Steps to reproduce: - go to restaurant - edit floor - try to add or copy floor - traceback Second bug: - go to restaurant - edit floor - copy floor - loop coping tables in the copied floor Fix: The first issue was fixed by changing the access method of the newly created floor. For the second issue, the logic responsible for the table copy of the duplicateTableOrFloor method was changed. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update prevents an error when a cashier closes the online payment popup and then removes the related payment line. It improves checkout reliability for point-of-sale orders using online payment methods.
Original PR description
Steps to reproduce issue: 1. Create an order 2. Choose an online payment method 3. Observe the online payment popup 4. Close the online payment popup 5. Try to delete the online payment line 6. Observe traceback In order to fix the issue we correctly manage the closing of the online payment popup. task 3709882 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr