diff --git a/README.md b/README.md index 46f77479a..c0bfe5bab 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ addon | version | maintainers | summary [account_move_line_mrp_info](account_move_line_mrp_info/) | 16.0.1.0.0 | | Account Move Line Mrp Info [mrp_attachment_mgmt](mrp_attachment_mgmt/) | 16.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Mrp Attachment Mgmt [mrp_bom_component_menu](mrp_bom_component_menu/) | 16.0.1.0.0 | | MRP BOM Component Menu -[mrp_bom_hierarchy](mrp_bom_hierarchy/) | 16.0.1.0.0 | | Make it easy to navigate through BoM hierarchy. +[mrp_bom_hierarchy](mrp_bom_hierarchy/) | 16.0.1.0.1 | | Make it easy to navigate through BoM hierarchy. [mrp_bom_location](mrp_bom_location/) | 16.0.1.1.1 | | Adds location field to Bill of Materials and its components. [mrp_bom_tracking](mrp_bom_tracking/) | 16.0.1.0.0 | | Logs any change to a BoM in the chatter [mrp_lot_number_propagation](mrp_lot_number_propagation/) | 16.0.1.0.0 | [![sebalix](https://github.com/sebalix.png?size=30px)](https://github.com/sebalix) | Propagate a serial number from a component to a finished product diff --git a/mrp_bom_hierarchy/README.rst b/mrp_bom_hierarchy/README.rst index 78bd9e41a..314ce56bc 100644 --- a/mrp_bom_hierarchy/README.rst +++ b/mrp_bom_hierarchy/README.rst @@ -7,7 +7,7 @@ MRP BoM Hierarchy !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:7af5b8ea31e86759411eb5298cd7280152e8efcc4e53afe7e8b5dcf4dd75f8c2 + !! source digest: sha256:f82342db68fac74511be10345e468d4de88b2c5cd1040c7bda76482629ac03c4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/mrp_bom_hierarchy/__manifest__.py b/mrp_bom_hierarchy/__manifest__.py index e9cf4f792..ac2f86680 100644 --- a/mrp_bom_hierarchy/__manifest__.py +++ b/mrp_bom_hierarchy/__manifest__.py @@ -4,7 +4,7 @@ { "name": "MRP BoM Hierarchy", "summary": "Make it easy to navigate through BoM hierarchy.", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "author": "ForgeFlow, Odoo Community Association (OCA)", "category": "Manufacturing", "depends": ["mrp"],