diff --git a/README.md b/README.md index 69e250d82..50ae96a10 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ addon | version | maintainers | summary [mrp_account_bom_attribute_match](mrp_account_bom_attribute_match/) | 14.0.1.1.0 | [](https://github.com/ivantodorovich) | Glue module between `mrp_account` and `mrp_bom_attribute_match` [mrp_analytic_cost](mrp_analytic_cost/) | 14.0.1.1.0 | | Track manufacturing costs in real time, using Analytic Items [mrp_attachment_mgmt](mrp_attachment_mgmt/) | 14.0.1.3.0 | [](https://github.com/victoralmau) | Mrp Attachment Mgmt -[mrp_bom_attribute_match](mrp_bom_attribute_match/) | 14.0.1.2.2 | [](https://github.com/ilyasProgrammer) [](https://github.com/ivantodorovich) | Dynamic BOM component based on product attribute +[mrp_bom_attribute_match](mrp_bom_attribute_match/) | 14.0.1.2.3 | [](https://github.com/ilyasProgrammer) [](https://github.com/ivantodorovich) | Dynamic BOM component based on product attribute [mrp_bom_attribute_match_duplicate_kit](mrp_bom_attribute_match_duplicate_kit/) | 14.0.1.1.1 | [](https://github.com/aleuffre) | BOM Attribute Match Duplicate Kit [mrp_bom_attribute_match_semifinished_product](mrp_bom_attribute_match_semifinished_product/) | 14.0.1.0.0 | [](https://github.com/geomer198) [](https://github.com/CetmixGitDrone) | BOM Attribute Match Semifinished Products [mrp_bom_component_menu](mrp_bom_component_menu/) | 14.0.1.1.1 | | MRP BOM Component Menu diff --git a/mrp_bom_attribute_match/README.rst b/mrp_bom_attribute_match/README.rst index 44afba8a4..5acde8257 100644 --- a/mrp_bom_attribute_match/README.rst +++ b/mrp_bom_attribute_match/README.rst @@ -7,7 +7,7 @@ BOM Attribute Match !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:cad102dd1aa434aab33ac82a962dc4bb9b803f31f1ca0cf4987f0532a32d8eac + !! source digest: sha256:3bdd1921b886f304949c589878d51111c2e69f29ec784109d15e079f1807bdf0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/mrp_bom_attribute_match/__manifest__.py b/mrp_bom_attribute_match/__manifest__.py index a59671d52..e9bbfca4c 100644 --- a/mrp_bom_attribute_match/__manifest__.py +++ b/mrp_bom_attribute_match/__manifest__.py @@ -1,6 +1,6 @@ { "name": "BOM Attribute Match", - "version": "14.0.1.2.2", + "version": "14.0.1.2.3", "category": "Manufacturing", "author": "Ilyas, Ooops, Odoo Community Association (OCA)", "summary": "Dynamic BOM component based on product attribute", diff --git a/mrp_bom_attribute_match/static/description/index.html b/mrp_bom_attribute_match/static/description/index.html index ef4d1798d..9bb30d96e 100644 --- a/mrp_bom_attribute_match/static/description/index.html +++ b/mrp_bom_attribute_match/static/description/index.html @@ -366,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:cad102dd1aa434aab33ac82a962dc4bb9b803f31f1ca0cf4987f0532a32d8eac +!! source digest: sha256:3bdd1921b886f304949c589878d51111c2e69f29ec784109d15e079f1807bdf0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module addresses the BoM case where the product to manufacture has one attribute with tens or hundreds of values (usually attribute “color”, eg: “Configurable Desk” can be produced in 900 different colors).