Daily updates from Odoo
Tuesday, December 24, 2024
1 change · master
Resolved issues and error corrections
Splitting a restaurant order now preserves ordered and unordered quantity details on each line. This prevents kitchen preparation displays from showing incorrect quantities, helping staff prepare the right items after an order is split.
Original PR description
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