diff --git a/README.md b/README.md index bd04be9daee..534273b2d7d 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ addon | version | maintainers | summary [product_manufacturer](product_manufacturer/) | 16.0.1.0.1 | | Adds manufacturers and attributes on the product view. [product_multi_category](product_multi_category/) | 16.0.1.0.0 | | Product - Many Categories [product_net_weight](product_net_weight/) | 16.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Add 'Net Weight' on product models -[product_packaging_container_deposit](product_packaging_container_deposit/) | 16.0.1.0.0 | | Add container deposit fees in a order +[product_packaging_container_deposit](product_packaging_container_deposit/) | 16.0.1.0.1 | | Add container deposit fees in a order [product_packaging_dimension](product_packaging_dimension/) | 16.0.1.1.1 | | Manage packaging dimensions and weight [product_packaging_level](product_packaging_level/) | 16.0.1.1.0 | | This module binds a product packaging to a packaging level [product_packaging_level_purchasable](product_packaging_level_purchasable/) | 16.0.1.1.0 | | Control purchase of products via packaging settings. diff --git a/product_packaging_container_deposit/README.rst b/product_packaging_container_deposit/README.rst index d20753745dd..3b67873ac38 100644 --- a/product_packaging_container_deposit/README.rst +++ b/product_packaging_container_deposit/README.rst @@ -7,7 +7,7 @@ Product Packaging Container Deposit !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:ea5c6c7572023fef463c9a9bb67ba571a758d43fd4a8a5878bbdfaf14d79d60e + !! source digest: sha256:ea20dee53b5c617039b8249e69b8c7b3f02e4014c493a65b7dc63f75e9dd4793 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -62,6 +62,7 @@ Contributors * Telmo Santos * Jacques-Etienne Baudoux (BCIM) +* Simone Orsi Maintainers ~~~~~~~~~~~ diff --git a/product_packaging_container_deposit/__manifest__.py b/product_packaging_container_deposit/__manifest__.py index d7b031467fb..c3af8b99585 100644 --- a/product_packaging_container_deposit/__manifest__.py +++ b/product_packaging_container_deposit/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Product Packaging Container Deposit", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "development_status": "Beta", "category": "Product", "summary": "Add container deposit fees in a order", diff --git a/product_packaging_container_deposit/static/description/index.html b/product_packaging_container_deposit/static/description/index.html index f71bd2917f7..e587b7347c0 100644 --- a/product_packaging_container_deposit/static/description/index.html +++ b/product_packaging_container_deposit/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Product Packaging Container Deposit

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

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

Allow to indicate on a product packaging package type that it comes with a container deposit. The deposit product should be a service product. @@ -407,6 +406,7 @@

Contributors