-
- Downloads
[FIX] pos_restaurant: remove verify_sync when opening table
When we open a table, the option verify sync is called, and doesn't
always work because of a race condition when we chack the status of
connecting, and the icon that has already changed.
As it doesn't really check anything because we check in python that the
orders are synchronised, we removed it.
closes odoo/odoo#35949
Signed-off-by:
pimodoo <pimodoo@users.noreply.github.com>
Please register or sign in to comment