diff --git a/README.md b/README.md index 298edd0ae33..1e61b49e554 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ addon | version | maintainers | summary [product_code_unique](product_code_unique/) | 16.0.1.0.1 | | Set Product Internal Reference as Unique [product_company_default](product_company_default/) | 16.0.1.0.0 | | Product Company Default [product_cost_security](product_cost_security/) | 16.0.2.2.0 | [![sergio-teruel](https://github.com/sergio-teruel.png?size=30px)](https://github.com/sergio-teruel) [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) [![yajo](https://github.com/yajo.png?size=30px)](https://github.com/yajo) | Product cost security restriction view -[product_country_restriction](product_country_restriction/) | 16.0.1.0.0 | [![rousseldenis](https://github.com/rousseldenis.png?size=30px)](https://github.com/rousseldenis) | Allows to define product restrictions country based +[product_country_restriction](product_country_restriction/) | 16.0.1.0.1 | [![rousseldenis](https://github.com/rousseldenis.png?size=30px)](https://github.com/rousseldenis) | Allows to define product restrictions country based [product_dimension](product_dimension/) | 16.0.1.2.0 | | Product Dimension [product_expiry_configurable](product_expiry_configurable/) | 16.0.1.0.0 | | This model allows setting expiry times on category and to use the 'end_of_life' date for the computation of lot dates [product_get_price_helper](product_get_price_helper/) | 16.0.1.0.0 | | This module provides a helper function to compute product prices. diff --git a/product_country_restriction/README.rst b/product_country_restriction/README.rst index 24c14b56b1e..ad35ea15df1 100644 --- a/product_country_restriction/README.rst +++ b/product_country_restriction/README.rst @@ -7,7 +7,7 @@ Product Country Restriction !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:222168a0552f995897b454a4f0593b21437e76d516e64e42314017154e743a38 + !! source digest: sha256:943e53105c66e371ff48eb96a6b91a137a0b3edb6fba56af567fe2490f0d53b6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/product_country_restriction/__manifest__.py b/product_country_restriction/__manifest__.py index 5adf6d1bd7e..095a04d20d5 100644 --- a/product_country_restriction/__manifest__.py +++ b/product_country_restriction/__manifest__.py @@ -5,7 +5,7 @@ "name": "Product Country Restriction", "summary": """ Allows to define product restrictions country based""", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "development_status": "Beta", "maintainers": ["rousseldenis"], "license": "AGPL-3", diff --git a/product_country_restriction/static/description/index.html b/product_country_restriction/static/description/index.html index 7eff03b0e88..2f74579b0dc 100644 --- a/product_country_restriction/static/description/index.html +++ b/product_country_restriction/static/description/index.html @@ -1,4 +1,3 @@ - @@ -9,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. @@ -275,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 } @@ -301,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -367,7 +367,7 @@

Product Country Restriction

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:222168a0552f995897b454a4f0593b21437e76d516e64e42314017154e743a38 +!! source digest: sha256:943e53105c66e371ff48eb96a6b91a137a0b3edb6fba56af567fe2490f0d53b6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module allows to define several rules to restrict product flows based on @@ -467,7 +467,9 @@

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

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.