diff --git a/README.md b/README.md index 46769247d..d96b7b77b 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [account_move_line_product](account_move_line_product/) | 16.0.1.0.0 | | Displays the product in the journal entries and items [account_move_line_stock_info](account_move_line_stock_info/) | 16.0.1.1.1 | | Account Move Line Stock Info +[base_product_merge](base_product_merge/) | 16.0.1.0.0 | [](https://github.com/JasminSForgeFlow) | Merge duplicate products [procurement_auto_create_group](procurement_auto_create_group/) | 16.0.1.0.0 | | Allows to configure the system to propose automatically new procurement groups during the procurement run. [product_packaging_usability](product_packaging_usability/) | 16.0.1.0.1 | | Add sugar to Product Packaging [scrap_reason_code](scrap_reason_code/) | 16.0.1.1.0 | [](https://github.com/bodedra) | Reason code for scrapping diff --git a/base_product_merge/README.rst b/base_product_merge/README.rst index d4fa446f6..f507d2760 100644 --- a/base_product_merge/README.rst +++ b/base_product_merge/README.rst @@ -7,7 +7,7 @@ Base Products Merge !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:b7b89aa2d12bfa897bc0a6587324fb6a013b3410c47e7e2733779da135813019 + !! source digest: sha256:39c99918ef7570bdf32ae851c1dfbfc9f4d1181d86b11c012460c8769b80771b !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/base_product_merge/static/description/index.html b/base_product_merge/static/description/index.html index 601b1c29e..2ef5dc143 100644 --- a/base_product_merge/static/description/index.html +++ b/base_product_merge/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:b7b89aa2d12bfa897bc0a6587324fb6a013b3410c47e7e2733779da135813019 +!! source digest: sha256:39c99918ef7570bdf32ae851c1dfbfc9f4d1181d86b11c012460c8769b80771b !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
We can merge duplicates products into single product
diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index a7b2ab84f..18959e92c 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240729.0 \ No newline at end of file +16.0.20240806.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 5eea4c425..c147cd5ef 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -10,6 +10,7 @@ setuptools.setup( install_requires=[ 'odoo-addon-account_move_line_product>=16.0dev,<16.1dev', 'odoo-addon-account_move_line_stock_info>=16.0dev,<16.1dev', + 'odoo-addon-base_product_merge>=16.0dev,<16.1dev', 'odoo-addon-procurement_auto_create_group>=16.0dev,<16.1dev', 'odoo-addon-product_packaging_usability>=16.0dev,<16.1dev', 'odoo-addon-scrap_reason_code>=16.0dev,<16.1dev',