diff --git a/README.md b/README.md index b9ecf7c73..c06058d0c 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ addon | version | maintainers | summary [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_auto_assign](mrp_auto_assign/) | 14.0.1.0.0 | | Make MO automatically reserve raw material moves at creation -[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](mrp_bom_attribute_match/) | 14.0.1.2.4 | [](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.1 | [](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 5acde8257..fdd6bad05 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:3bdd1921b886f304949c589878d51111c2e69f29ec784109d15e079f1807bdf0 + !! source digest: sha256:56a5c669613e9ad830094e40e7098ee99ab323fa7d8e3a67aa09277faa4abfde !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |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 e9bbfca4c..ac9e4a538 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.3", + "version": "14.0.1.2.4", "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 9bb30d96e..9b893b4b7 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:3bdd1921b886f304949c589878d51111c2e69f29ec784109d15e079f1807bdf0 +!! source digest: sha256:56a5c669613e9ad830094e40e7098ee99ab323fa7d8e3a67aa09277faa4abfde !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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).