Friday, May 30, 2025
1 change · master
Resolved issues and error corrections
This fixes the checkout flow when automatic receipt printing and skip preview are enabled in restaurant point of sale. After payment, users are now taken back to the expected floor screen and related receipt actions still run, reducing confusion and missed follow-up steps.
Original PR description
pos*: l10n_it_pos, whatsapp_pos When setting the options automatic receipt printing with skip preview screen in a pos restaurant, after the payment, the user is redirected to the default screen instead of the floor screen. Currently, some actions are not done during the skipping of the receipt screen. This commit make sure the actions are done when the skip preview screen is enabled. task-id: 4170340 Community PR: https://github.com/odoo/odoo/pull/202548