diff --git a/README.md b/README.md index cda736095..7a1b65444 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [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_multi_level](mrp_multi_level/) | 17.0.1.1.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) [![ChrisOForgeFlow](https://github.com/ChrisOForgeFlow.png?size=30px)](https://github.com/ChrisOForgeFlow) | 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_production_note](mrp_production_note/) | 17.0.1.0.0 | | Notes in production orders diff --git a/mrp_mass_production_order/README.rst b/mrp_mass_production_order/README.rst index 06906b35b..581dc5799 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:b8163fbebaf9ee80087e0a25c01cbcf016c2a556f4f813565076fac36d838311 + !! source digest: sha256:9bc84cdc5ec9e154f99fefd0cb4e6bee198e81d31f3cbfa71500f600a2390dea !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index cec5404a4..1df2dba03 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,9 +1,10 @@ [project] name = "odoo-addons-oca-manufacture" -version = "17.0.20241025.0" +version = "17.0.20241028.0" dependencies = [ "odoo-addon-mrp_bom_component_menu>=17.0dev,<17.1dev", "odoo-addon-mrp_bom_tracking>=17.0dev,<17.1dev", + "odoo-addon-mrp_mass_production_order>=17.0dev,<17.1dev", "odoo-addon-mrp_multi_level>=17.0dev,<17.1dev", "odoo-addon-mrp_multi_level_estimate>=17.0dev,<17.1dev", "odoo-addon-mrp_production_note>=17.0dev,<17.1dev",