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/__manifest__.py b/product_state/__manifest__.py index 025c0a4e1f8..478dd9570fd 100644 --- a/product_state/__manifest__.py +++ b/product_state/__manifest__.py @@ -7,7 +7,7 @@ "author": "ACSONE SA/NV, Odoo Community Association (OCA)", "website": "https://github.com/OCA/product-attribute", "category": "Product", - "version": "19.0.1.0.0", + "version": "19.0.1.0.1", "license": "AGPL-3", "depends": ["product"], "data": [ 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)]