diff --git a/product_variant_attribute_tax/README.rst b/product_variant_attribute_tax/README.rst index b62242948..1e522d9e5 100644 --- a/product_variant_attribute_tax/README.rst +++ b/product_variant_attribute_tax/README.rst @@ -10,9 +10,9 @@ Taxes on product attribute values !! source digest: sha256:d261c2d6c298dbbf1fbe98619be54a47119f75e6a9a0b9c0cb426f71e0eff2e4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 diff --git a/product_variant_attribute_tax/__manifest__.py b/product_variant_attribute_tax/__manifest__.py index 0eb13d8cc..80ae76da7 100644 --- a/product_variant_attribute_tax/__manifest__.py +++ b/product_variant_attribute_tax/__manifest__.py @@ -9,6 +9,7 @@ "website": "https://github.com/OCA/product-variant", "category": "Product Management", "version": "16.0.1.0.0", + "development_status": "Production/Stable", "license": "AGPL-3", "depends": ["product", "account"], "data": ["views/product_attribute_views.xml"], diff --git a/product_variant_attribute_tax/static/description/index.html b/product_variant_attribute_tax/static/description/index.html index 1152c67ca..327a02abb 100644 --- a/product_variant_attribute_tax/static/description/index.html +++ b/product_variant_attribute_tax/static/description/index.html @@ -1,4 +1,3 @@ - @@ -369,7 +368,7 @@

Taxes on product attribute values

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:d261c2d6c298dbbf1fbe98619be54a47119f75e6a9a0b9c0cb426f71e0eff2e4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/product-variant Translate me on Weblate Try me on Runboat

+

Production/Stable License: AGPL-3 OCA/product-variant Translate me on Weblate Try me on Runboat

This module allows to set taxes on the product attribute values. Itself, it doesn’t make too much, but using other modules like sale_product_variant_attribute_tax for using these taxes on sales orders.