From c2d89273e2c536efdbe7d8189015c6db8cd4d859 Mon Sep 17 00:00:00 2001 From: Alaguraj0361 Date: Sat, 14 Feb 2026 17:55:18 +0530 Subject: [PATCH] Add Kitchen Display System (KDS) Kanban, Tree, and Search views for `pos.order.line` with a dedicated dashboard action. --- addons/dine360_kds/views/pos_order_line_views.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/dine360_kds/views/pos_order_line_views.xml b/addons/dine360_kds/views/pos_order_line_views.xml index 98f9bbd..6072efc 100644 --- a/addons/dine360_kds/views/pos_order_line_views.xml +++ b/addons/dine360_kds/views/pos_order_line_views.xml @@ -125,7 +125,7 @@ kanban,tree,form [('product_id.is_kitchen_item', '=', True), ('product_id.name', '!=', 'Water'), ('order_id.session_id.state', '!=', 'closed'), ('product_id.pos_categ_ids.name', '!=', 'Drinks')] - {'search_default_in_progress': 1, 'search_default_group_status': 1, 'search_default_today': 1} + {'search_default_today': 1}

Welcome to the Kitchen!