odoo/odoo#179481

Created by Parthkumar Patel (parp)
Merged at 0f76e1f25eb1040bb04b5e6a3123540ee1df0e15

Statuses:

label
odoo-dev:master-pos-fix-management-of-splitted-orders-in-kitchen-display-parp
head
836ccd94ac53ee2db2bf6349ea6e0bec9b9972f9
merged
10 months ago by POS IoT, Adrien Guilliams (adgu)
odoo/odoo odoo/enterprise
saas-17.4 #179481 #69640
18.0 #191870
saas-18.1 #191967
saas-18.2
saas-18.3
saas-18.4
19.0
master #191997

[FIX] pos*: improve handling of split orders in kitchen display

pos*: pos_restaurant, pos_preparation_display

Before this commit:

  • Splitting an order caused the loss of ordered and unordered quantity
    information for the order lines.

After this commit:

  • Ordered and unordered quantity information is preserved for all order lines.
  • Preparation display quantities remain unaffected.

task-4114041