diff --git a/README.md b/README.md index e4a4182e7ae6..043f73097a7b 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ addon | version | maintainers | summary [product_attribute_archive](product_attribute_archive/) | 16.0.1.0.0 | | Add an active field on product attributes [product_attribute_company_favorite](product_attribute_company_favorite/) | 16.0.1.0.0 | [![victor-champonnois](https://github.com/victor-champonnois.png?size=30px)](https://github.com/victor-champonnois) | Possibility to set favorite product attributes per company [product_attribute_model_link](product_attribute_model_link/) | 16.0.1.0.1 | | Use any model records as product attribute values -[product_attribute_value_menu](product_attribute_value_menu/) | 16.0.1.0.0 | | Product attributes values tree and form. Import attribute values. +[product_attribute_value_menu](product_attribute_value_menu/) | 16.0.1.0.1 | | Product attributes values tree and form. Import attribute values. [product_category_active](product_category_active/) | 16.0.1.0.2 | | Add option to archive product categories [product_category_code](product_category_code/) | 16.0.1.0.0 | [![rousseldenis](https://github.com/rousseldenis.png?size=30px)](https://github.com/rousseldenis) | Allows to define a code on product categories [product_category_hr_department](product_category_hr_department/) | 16.0.1.0.0 | [![smaciaosi](https://github.com/smaciaosi.png?size=30px)](https://github.com/smaciaosi) [![max3903](https://github.com/max3903.png?size=30px)](https://github.com/max3903) | Link product categories to hr departments diff --git a/product_attribute_value_menu/README.rst b/product_attribute_value_menu/README.rst index 6b4be7dd8b16..91d80d08a0ed 100644 --- a/product_attribute_value_menu/README.rst +++ b/product_attribute_value_menu/README.rst @@ -7,7 +7,7 @@ Product Attribute Value Menu !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:aacc42af465163dfe6a8ecbd550cc7aff97eb342b52c47943bb5af1b66fe9c6d + !! source digest: sha256:bdff5e9abfdcea99e8fb453460bbbe2c9be05a602ad718b5f94e8b65a93bfdc3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/product_attribute_value_menu/__manifest__.py b/product_attribute_value_menu/__manifest__.py index 240bcb37881e..bd69c3aa766c 100644 --- a/product_attribute_value_menu/__manifest__.py +++ b/product_attribute_value_menu/__manifest__.py @@ -1,7 +1,7 @@ { "name": "Product Attribute Value Menu", "summary": """Product attributes values tree and form. Import attribute values.""", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "website": "https://github.com/OCA/product-attribute", "author": "Ilyas, Ooops404, Odoo Community Association (OCA)", "license": "LGPL-3", diff --git a/product_attribute_value_menu/static/description/index.html b/product_attribute_value_menu/static/description/index.html index 3966253fea30..84fea578d07f 100644 --- a/product_attribute_value_menu/static/description/index.html +++ b/product_attribute_value_menu/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Product Attribute Value Menu

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:aacc42af465163dfe6a8ecbd550cc7aff97eb342b52c47943bb5af1b66fe9c6d +!! source digest: sha256:bdff5e9abfdcea99e8fb453460bbbe2c9be05a602ad718b5f94e8b65a93bfdc3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: LGPL-3 OCA/product-attribute Translate me on Weblate Try me on Runboat

This module adds: