diff --git a/README.md b/README.md index cb91df691..1b42b19ea 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [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_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_multi_level](mrp_multi_level/) | 16.0.1.2.0 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) [![ChrisOForgeFlow](https://github.com/ChrisOForgeFlow.png?size=30px)](https://github.com/ChrisOForgeFlow) | Adds an MRP Scheduler diff --git a/mrp_bom_hierarchy/README.rst b/mrp_bom_hierarchy/README.rst index 7273c19e9..78bd9e41a 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:2ca7835356d855e17027f3c15ad8bbcf46828a8443e970fe6e3ac6f67ab50af3 + !! source digest: sha256:7af5b8ea31e86759411eb5298cd7280152e8efcc4e53afe7e8b5dcf4dd75f8c2 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -17,13 +17,13 @@ MRP BoM Hierarchy :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmanufacture-lightgray.png?logo=github - :target: https://github.com/OCA/manufacture/tree/15.0/mrp_bom_hierarchy + :target: https://github.com/OCA/manufacture/tree/16.0/mrp_bom_hierarchy :alt: OCA/manufacture .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/manufacture-15-0/manufacture-15-0-mrp_bom_hierarchy + :target: https://translation.odoo-community.org/projects/manufacture-16-0/manufacture-16-0-mrp_bom_hierarchy :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/manufacture&target_branch=15.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/manufacture&target_branch=16.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -51,7 +51,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -82,6 +82,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/manufacture `_ project on GitHub. +This module is part of the `OCA/manufacture `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 9f41f2cae..8015ef60a 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20230914.0 \ No newline at end of file +16.0.20231023.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 16cb759e6..d8842b548 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -9,6 +9,7 @@ setuptools.setup( version=version, install_requires=[ 'odoo-addon-mrp_bom_component_menu>=16.0dev,<16.1dev', + 'odoo-addon-mrp_bom_hierarchy>=16.0dev,<16.1dev', 'odoo-addon-mrp_bom_location>=16.0dev,<16.1dev', 'odoo-addon-mrp_bom_tracking>=16.0dev,<16.1dev', 'odoo-addon-mrp_multi_level>=16.0dev,<16.1dev',