Go to file
2026-06-20 12:54:33 +07:00
models feat: add deadlock protection for prep state updates and implement status transition logic in POS KDS order component 2026-06-19 10:25:24 +07:00
static/src/app/components [REF] Refactor module for Odoo 17 compatibility 2026-06-20 12:54:33 +07:00
__init__.py first commit 2026-06-01 14:33:58 +07:00
__manifest__.py [REF] Refactor module for Odoo 17 compatibility 2026-06-20 12:54:33 +07:00
.gitignore first commit 2026-06-01 14:33:58 +07:00
README.md [REF] Refactor module for Odoo 17 compatibility 2026-06-20 12:54:33 +07:00

POS KDS Stage Reset Fix

Fix for Preparation Display (Kitchen Display System) bug:

When a table already has items in Completed/Done stage on the KDS, and the customer adds a new item, the previously completed items were incorrectly reset back to "To Prepare" stage. This module prevents that regression by preserving the stage and todo status of previously processed prep order lines.

Author

Suherdy Yacob