odoo/enterprise#69640

Created by Parthkumar Patel (parp)
Closed
label
odoo-dev:master-pos-fix-management-of-splitted-orders-in-kitchen-display-parp
head
8daf1e95b7350421e131d797c80a2ad2fd10a9ad
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

Related - odoo/odoo#179481