From 930ce0f2d948222d5e9920450b922c8e868ef52a Mon Sep 17 00:00:00 2001 From: MohamedOsman7 Date: Mon, 4 May 2026 10:19:06 +0000 Subject: [PATCH] [IMP] product_state: fix domain filter for state products action --- product_state/README.rst | 32 +++++++++---------- .../views/product_template_views.xml | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/product_state/README.rst b/product_state/README.rst index e8b6a33058c..1bf6fb75e6e 100644 --- a/product_state/README.rst +++ b/product_state/README.rst @@ -35,10 +35,10 @@ Product State This module introduces the state field on product template and allows simple product life cycle: -- draft: In Development -- sellable: Normal -- end: End of Lifecycle -- obsolete: Obsolete +- draft: In Development +- sellable: Normal +- end: End of Lifecycle +- obsolete: Obsolete **Table of contents** @@ -75,18 +75,18 @@ Authors Contributors ------------ -- Cedric Pigeon -- Alexandre Saunier -- Nikul Chaudhary -- Eduardo Magdalena (C2i Change 2 improve - http://www.c2i.es) -- Andrii Skrypka -- Denis Roussel -- Riccardo Fresco -- Nils Coenen -- `Trobz `__: - - - Tuan Nguyen +- Cedric Pigeon +- Alexandre Saunier +- Nikul Chaudhary +- Eduardo Magdalena (C2i Change 2 improve + http://www.c2i.es) +- Andrii Skrypka +- Denis Roussel +- Riccardo Fresco +- Nils Coenen +- `Trobz `__: + + - Tuan Nguyen Other credits ------------- diff --git a/product_state/views/product_template_views.xml b/product_state/views/product_template_views.xml index f6a41ecfb63..a8c749d379f 100644 --- a/product_state/views/product_template_views.xml +++ b/product_state/views/product_template_views.xml @@ -54,6 +54,6 @@ product.template kanban,form,list {} - [('product_state_id', '=', id)] + [('product_state_id', '=', active_id)]