diff --git a/README.md b/README.md index 9e78f251f35..e7b96ef2268 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ addon | version | maintainers | summary [sale_procurement_group_by_line](sale_procurement_group_by_line/) | 14.0.1.0.2 | | Base module for multiple procurement group by Sale order [sale_product_brand_exception](sale_product_brand_exception/) | 14.0.1.0.0 | | Define rules for sale order and brands [sale_product_category_menu](sale_product_category_menu/) | 14.0.1.0.1 | | Shows 'Product Categories' menu item in Sales -[sale_product_multi_add](sale_product_multi_add/) | 14.0.1.0.1 | | Sale Product Multi Add +[sale_product_multi_add](sale_product_multi_add/) | 14.0.1.0.2 | | Sale Product Multi Add [sale_product_rating_verified](sale_product_rating_verified/) | 14.0.1.0.1 | | Verify if a user has previously bought a product [sale_product_seasonality](sale_product_seasonality/) | 14.0.1.2.0 | | Integrates rules for products' seasonal availability with sales [sale_product_set](sale_product_set/) | 14.0.1.5.5 | | Sale product set diff --git a/sale_product_multi_add/README.rst b/sale_product_multi_add/README.rst index 9473ac1e6ab..f410238bad9 100644 --- a/sale_product_multi_add/README.rst +++ b/sale_product_multi_add/README.rst @@ -7,7 +7,7 @@ Sale Product Multi Add !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:b37c392ddff28882aef714ec5bf5ab66c4b7173dd8cfb74a0b96fb78ed39f859 + !! source digest: sha256:859320a52e9eab4b89802613dd032a4a5066731bb72390cc79cdf2e05fc7d67e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/sale_product_multi_add/__manifest__.py b/sale_product_multi_add/__manifest__.py index 118f0fcb1a0..17107c64d80 100644 --- a/sale_product_multi_add/__manifest__.py +++ b/sale_product_multi_add/__manifest__.py @@ -7,7 +7,7 @@ "author": "ACSONE SA/NV, Odoo Community Association (OCA)", "website": "https://github.com/OCA/sale-workflow", "category": "Sale Management", - "version": "14.0.1.0.1", + "version": "14.0.1.0.2", "license": "AGPL-3", "depends": ["sale", "onchange_helper"], "data": [ diff --git a/sale_product_multi_add/static/description/index.html b/sale_product_multi_add/static/description/index.html index 9c300a1e534..bbe326f98bd 100644 --- a/sale_product_multi_add/static/description/index.html +++ b/sale_product_multi_add/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Sale Product Multi Add

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

Beta License: AGPL-3 OCA/sale-workflow Translate me on Weblate Try me on Runboat

This module extends the functionality of sale module