diff --git a/README.md b/README.md index 23c656338..e3bf59b63 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- +[base_product_merge](base_product_merge/) | 17.0.1.0.0 | [![JasminSForgeFlow](https://github.com/JasminSForgeFlow.png?size=30px)](https://github.com/JasminSForgeFlow) | Merge duplicate products [scrap_reason_code](scrap_reason_code/) | 17.0.1.0.1 | [![bodedra](https://github.com/bodedra.png?size=30px)](https://github.com/bodedra) | Reason code for scrapping [stock_archive_constraint](stock_archive_constraint/) | 17.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Stock archive constraint [stock_demand_estimate](stock_demand_estimate/) | 17.0.1.1.0 | | Allows to create demand estimates. diff --git a/base_product_merge/README.rst b/base_product_merge/README.rst index ecc3363d6..5c3f832ca 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:39c99918ef7570bdf32ae851c1dfbfc9f4d1181d86b11c012460c8769b80771b + !! source digest: sha256:f407172c25fa3201b2c877b14836db5d7a9721622e9054b62b50614b77901ce4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |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 a01d4cefd..8b107eb5f 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:39c99918ef7570bdf32ae851c1dfbfc9f4d1181d86b11c012460c8769b80771b +!! source digest: sha256:f407172c25fa3201b2c877b14836db5d7a9721622e9054b62b50614b77901ce4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runboat

We can merge duplicates products into single product

diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 4bced6c14..07d55a9f7 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,7 +1,8 @@ [project] name = "odoo-addons-oca-stock-logistics-warehouse" -version = "17.0.20240801.0" +version = "17.0.20240806.0" dependencies = [ + "odoo-addon-base_product_merge>=17.0dev,<17.1dev", "odoo-addon-scrap_reason_code>=17.0dev,<17.1dev", "odoo-addon-stock_archive_constraint>=17.0dev,<17.1dev", "odoo-addon-stock_demand_estimate>=17.0dev,<17.1dev",