Daily updates from Odoo
Thursday, March 9, 2023
1 change
Resolved issues and error corrections
The preparation display now ignores products without categories, such as discount or loyalty items, preventing crashes during order preparation. It also sends only the correct preparation stages to each display, helping kitchen or preparation teams see accurate order progress.
Original PR description
*:pos_preparation_display Problem with categories: Before, when a product without a category was sent to the display preparation it caused a crash. Now it is no longer possible to send products without a category to the preparation display. Namely, products without a category are mainly those linked to a discount or loyalty. Problem with stages: Previously, order_stages not belonging to a display preparation were sent to it because of a bad filter in `process_order`. Now the filter has been corrected and this problem is no longer a problem. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr