-
- Downloads
[FIX] pos_restaurant: Avoid error when order table is deleted
When an order's associated table is deleted, the POS tries to load the
table name to display in the order list. This results in an error if
the table no longer exists.
To prevent this, only display the table name if the table still exists
for the order. This avoids the error when trying to load a deleted
table.
opw-3509678
closes odoo/odoo#135970
Signed-off-by:
Joseph Caburnay (jcb) <jcb@odoo.com>
Please register or sign in to comment