diff --git a/README.md b/README.md index d7b8f344d..418a41560 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/) | 17.0.1.0.0 | | Account Move Line Mrp Info [mrp_bom_component_menu](mrp_bom_component_menu/) | 17.0.1.0.0 | | MRP BOM Component Menu [mrp_bom_tracking](mrp_bom_tracking/) | 17.0.1.0.0 | | Logs any change to a BoM in the chatter -[mrp_mass_production_order](mrp_mass_production_order/) | 17.0.1.0.0 | [![peluko00](https://github.com/peluko00.png?size=30px)](https://github.com/peluko00) | Create multiple manufacturing orders in one step +[mrp_mass_production_order](mrp_mass_production_order/) | 17.0.1.0.1 | [![peluko00](https://github.com/peluko00.png?size=30px)](https://github.com/peluko00) | Create multiple manufacturing orders in one step [mrp_multi_level](mrp_multi_level/) | 17.0.1.2.5 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Adds an MRP Scheduler [mrp_multi_level_estimate](mrp_multi_level_estimate/) | 17.0.1.0.0 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](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. diff --git a/mrp_mass_production_order/README.rst b/mrp_mass_production_order/README.rst index 581dc5799..e333adb12 100644 --- a/mrp_mass_production_order/README.rst +++ b/mrp_mass_production_order/README.rst @@ -7,7 +7,7 @@ MRP Mass Production Order !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:9bc84cdc5ec9e154f99fefd0cb4e6bee198e81d31f3cbfa71500f600a2390dea + !! source digest: sha256:8e02a07b2d687bb3aaf5e15be0458eb0b218c8312354c5cd18d6f3cb0a17ed66 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -73,9 +73,9 @@ Authors Contributors ------------ -- [APSL-Nagarro](https://apsl.tech): +- [APSL-Nagarro](https://apsl.tech): - - Antoni Marroig + - Antoni Marroig Maintainers ----------- diff --git a/mrp_mass_production_order/__manifest__.py b/mrp_mass_production_order/__manifest__.py index 85c5986f2..9a3b6ff93 100644 --- a/mrp_mass_production_order/__manifest__.py +++ b/mrp_mass_production_order/__manifest__.py @@ -3,7 +3,7 @@ { "name": "MRP Mass Production Order", "summary": "Create multiple manufacturing orders in one step", - "version": "17.0.1.0.0", + "version": "17.0.1.0.1", "category": "Manufacturing", "website": "https://github.com/OCA/manufacture", "author": "Antoni Marroig, APSL-Nagarro, Odoo Community Association (OCA)",