Daily updates from Odoo
Thursday, March 21, 2024
1 change
Resolved issues and error corrections
Fixed a critical issue that caused the system to crash when restaurant staff tried to delete orders from the POS session. Now users can successfully delete orders, and the cancellation status is properly reflected in both the kitchen display and backend system.
Original PR description
Before this commit: ========================= - Open session of Restaurant/Bar. - Make sure the Preparation Display is configured. - Create an order(s). - From Orders, try to delete the order(s). - Traceback After this commit: ========================= - The user can able to delete an order from the POS session and the status will be shown as canceled on the kitchen display as well as in the backend. task-3794159