Maintainers
This module is maintained by the OCA.
- + + +OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
diff --git a/README.md b/README.md index fed63e97a..464af72ba 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [product_variant_attribute_tax](product_variant_attribute_tax/) | 16.0.1.0.1 | | Set taxes on the product attribute values [product_variant_configurator](product_variant_configurator/) | 16.0.1.0.8 | | Provides an abstract model for product variant configuration. -[product_variant_default_code](product_variant_default_code/) | 16.0.1.1.0 | [![Kev-Roche](https://github.com/Kev-Roche.png?size=30px)](https://github.com/Kev-Roche) | Product Variant Default Code +[product_variant_default_code](product_variant_default_code/) | 16.0.1.1.1 | [![Kev-Roche](https://github.com/Kev-Roche.png?size=30px)](https://github.com/Kev-Roche) | Allow to automatically generate the variant default code [product_variant_name](product_variant_name/) | 16.0.1.0.0 | | Product Variant Name [product_variant_sale_price](product_variant_sale_price/) | 16.0.1.0.2 | | Allows to write fixed prices in product variants [product_variant_specific_description](product_variant_specific_description/) | 16.0.1.0.1 | | Product Variant Specific Description diff --git a/product_variant_default_code/README.rst b/product_variant_default_code/README.rst index cad2b664a..917709432 100644 --- a/product_variant_default_code/README.rst +++ b/product_variant_default_code/README.rst @@ -7,7 +7,7 @@ Product Variant Default Code !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:42f13ad70dacb35beedc51c40bf0a16dd9edba56fab52c09515d91aea0303275 + !! source digest: sha256:7b743d2a1a070ae3888940651c2ba6dd0c5866f47202a6bd13fef78aee73b025 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/product_variant_default_code/__manifest__.py b/product_variant_default_code/__manifest__.py index e91c08ee2..3d3cf8dca 100644 --- a/product_variant_default_code/__manifest__.py +++ b/product_variant_default_code/__manifest__.py @@ -10,7 +10,7 @@ { "name": "Product Variant Default Code", "summary": "Allow to automatically generate the variant default code", - "version": "16.0.1.1.0", + "version": "16.0.1.1.1", "author": "AvancOSC, Shine IT, Tecnativa, Akretion, Odoo Community Association (OCA)", "website": "https://github.com/OCA/product-variant", "license": "AGPL-3", diff --git a/product_variant_default_code/static/description/index.html b/product_variant_default_code/static/description/index.html index dba66fa60..190b7d223 100644 --- a/product_variant_default_code/static/description/index.html +++ b/product_variant_default_code/static/description/index.html @@ -8,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -274,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -300,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -366,7 +367,7 @@
This module automatically generate Product Reference (default_code) @@ -488,7 +489,9 @@
This module is maintained by the OCA.
- + + +OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.