# -*- coding: utf-8 -*- { 'name': 'POS KDS Stage Reset Fix', 'summary': 'Fix KDS bug: completed items stage reset when new items are ordered for the same table', 'description': """ 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', 'license': 'GPL-3', 'website': '', 'category': 'Sales/Point of Sale', 'version': '19.0.1.0.0', 'depends': ['pos_enterprise'], 'data': [], 'assets': {}, 'installable': True, 'auto_install': False, }