diff --git a/README.md b/README.md index 40627daae..73d6401fa 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ addon | version | maintainers | summary [mrp_multi_level](mrp_multi_level/) | 17.0.1.2.5 | [](https://github.com/JordiBForgeFlow) [](https://github.com/LoisRForgeFlow) | Adds an MRP Scheduler [mrp_multi_level_estimate](mrp_multi_level_estimate/) | 17.0.1.0.0 | [](https://github.com/LoisRForgeFlow) | Allows to consider demand estimates using MRP multi level. [mrp_planned_order_matrix](mrp_planned_order_matrix/) | 17.0.1.0.0 | | Allows to create fixed planned orders on a grid view. -[mrp_production_back_to_draft](mrp_production_back_to_draft/) | 17.0.1.0.0 | | Allows to return to draft a confirmed or cancelled MO. +[mrp_production_back_to_draft](mrp_production_back_to_draft/) | 17.0.1.0.1 | | Allows to return to draft a confirmed or cancelled MO. [mrp_production_note](mrp_production_note/) | 17.0.1.0.0 | | Notes in production orders [mrp_repair_order](mrp_repair_order/) | 17.0.1.0.0 | [](https://github.com/peluko00) | Create repair order from manufacturing order [mrp_sale_info](mrp_sale_info/) | 17.0.1.1.0 | | Adds sale information to Manufacturing models diff --git a/mrp_production_back_to_draft/README.rst b/mrp_production_back_to_draft/README.rst index c3443af8b..19cb310e8 100644 --- a/mrp_production_back_to_draft/README.rst +++ b/mrp_production_back_to_draft/README.rst @@ -7,7 +7,7 @@ MRP Production Back to Draft !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:08cbd81c049ee4f4b818d59d4bfa0d0bff3e0ac4cc0fdb985a61d12bbb9caa4e + !! source digest: sha256:9832d3670609186eb5f41b10f7c40c8833106ca4363613ba71482418fbebf1ad !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/mrp_production_back_to_draft/__manifest__.py b/mrp_production_back_to_draft/__manifest__.py index 56ee943a8..e6a5a3a18 100644 --- a/mrp_production_back_to_draft/__manifest__.py +++ b/mrp_production_back_to_draft/__manifest__.py @@ -3,7 +3,7 @@ { "name": "MRP Production Back to Draft", - "version": "17.0.1.0.0", + "version": "17.0.1.0.1", "author": "ForgeFlow, Odoo Community Association (OCA)", "summary": "Allows to return to draft a confirmed or cancelled MO.", "website": "https://github.com/OCA/manufacture", diff --git a/mrp_production_back_to_draft/static/description/index.html b/mrp_production_back_to_draft/static/description/index.html index 5df8c2a93..b04e5ae1f 100644 --- a/mrp_production_back_to_draft/static/description/index.html +++ b/mrp_production_back_to_draft/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:08cbd81c049ee4f4b818d59d4bfa0d0bff3e0ac4cc0fdb985a61d12bbb9caa4e +!! source digest: sha256:9832d3670609186eb5f41b10f7c40c8833106ca4363613ba71482418fbebf1ad !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module allows to return to draft a confirmed or cancelled MO.