From 7bce3605b513620d254edc5aeb65562cd7a2a3f6 Mon Sep 17 00:00:00 2001 From: huynh-ch Date: Tue, 15 Jul 2025 13:58:29 +0700 Subject: [PATCH] [18.0][FIX] product_state: Field 'id' is not defined in domain of action_open_state_products --- product_state/views/product_template_views.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_state/views/product_template_views.xml b/product_state/views/product_template_views.xml index c0d3b5f9061..096642e6888 100644 --- a/product_state/views/product_template_views.xml +++ b/product_state/views/product_template_views.xml @@ -5,7 +5,7 @@ product.template kanban,form,list {} - [('product_state_id', '=', id)] + [('product_state_id', '=', active_id)] product.template.search.state