diff --git a/README.md b/README.md index 343a88f4a..525af1b39 100644 --- a/README.md +++ b/README.md @@ -28,6 +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 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Mrp Attachment Mgmt [mrp_bom_attribute_match](mrp_bom_attribute_match/) | 14.0.1.2.1 | [![ilyasProgrammer](https://github.com/ilyasProgrammer.png?size=30px)](https://github.com/ilyasProgrammer) [![ivantodorovich](https://github.com/ivantodorovich.png?size=30px)](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.0.0 | [![aleuffre](https://github.com/aleuffre.png?size=30px)](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 | [![geomer198](https://github.com/geomer198.png?size=30px)](https://github.com/geomer198) [![CetmixGitDrone](https://github.com/CetmixGitDrone.png?size=30px)](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 [mrp_bom_hierarchy](mrp_bom_hierarchy/) | 14.0.1.0.0 | | Make it easy to navigate through BoM hierarchy. diff --git a/mrp_bom_attribute_match_duplicate_kit/static/description/icon.png b/mrp_bom_attribute_match_duplicate_kit/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/mrp_bom_attribute_match_duplicate_kit/static/description/icon.png differ diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 42f4fd2e1..68e46be24 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20231124.0 \ No newline at end of file +14.0.20231218.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 776fcf358..e613d6afb 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -15,6 +15,7 @@ setuptools.setup( 'odoo14-addon-mrp_analytic_cost', 'odoo14-addon-mrp_attachment_mgmt', 'odoo14-addon-mrp_bom_attribute_match', + 'odoo14-addon-mrp_bom_attribute_match_duplicate_kit', 'odoo14-addon-mrp_bom_attribute_match_semifinished_product', 'odoo14-addon-mrp_bom_component_menu', 'odoo14-addon-mrp_bom_hierarchy',