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)]