Wednesday, September 27, 2023
1 change
New functionality added to Odoo
A new restaurant display lets customers see current orders grouped by preparation status. This helps staff keep customers informed using the same preparation tracking data already used by the kitchen display.
Original PR description
In this Pr we introduce a new module that enables restaurants to show their customers a display with all the current orders, filtered by their preparation state. In order to know the preparation state of the orders, we rely on the information provided by the `pos_preparation_display` module. Task: 3514516 https://github.com/odoo/odoo/pull/136065