Tuesday, October 17, 2023
1 change
Resolved issues and error corrections
Orders created through self-ordering with table service are now counted correctly and show the right latest preparation update on the floor plan. Tracking numbers are computed more reliably, and when only one payment method is available it is selected automatically at payment, reducing cashier or customer steps.
Original PR description
pos*: pos_preparation_display, pos_self_order_preparation_display Before this PR, when an order was made in self with pay after each with no payment method and service at table. The order that was sent to the floor plan had its last_order_preparation_change wrongly filled and the order count sent to the config was also wrong. It is now fixed. We also fixed the computation of the tracking number and add the feature that, if a config has only one payment method, it will be automatically selected when going to the payment screen. Community PR: odoo/odoo#138813