-
- Downloads
[FIX] pos_restaurant: set order from TicketScreen in a table
Steps to reproduce:
- Create two orders on a table with some products
- Go back to the FloorScreen
- Go back to the table and add a product
- Go to the TicketScreen and take the other order
- Go back to the first order and the added product won't appear
This is due to the fact that when setting an order which is different than the
current order through the TicketScreen will indirectly fetch the latest state
of the table and bypass the syncing which happens in the FloorScreen.
This is wrong as the fetching should only happens when going to a table and not
navigating between the orders of the same table.
closes odoo/odoo#105962
Signed-off-by:
Masereel Pierre <pim@odoo.com>
Please register or sign in to comment