diff --git a/README.md b/README.md index f669469be..cda736095 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ addon | version | maintainers | summary [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 +[mrp_repair_order](mrp_repair_order/) | 17.0.1.0.0 | [![peluko00](https://github.com/peluko00.png?size=30px)](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 [mrp_tag](mrp_tag/) | 17.0.1.0.0 | | Allows to add multiple tags to Manufacturing Orders [mrp_warehouse_calendar](mrp_warehouse_calendar/) | 17.0.1.0.0 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) | Considers the warehouse calendars in manufacturing diff --git a/mrp_repair_order/README.rst b/mrp_repair_order/README.rst index 352e928cd..7980df2da 100644 --- a/mrp_repair_order/README.rst +++ b/mrp_repair_order/README.rst @@ -7,7 +7,7 @@ MRP Repair Order !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:59abcf10a982af23fbe8da15d6de94dd3effa113217ed9dd9cfb22614b3d8618 + !! source digest: sha256:8352134de8cf89ecbb14c70ef1d786582e37d5d01e71e6a4a919e333cbad1e24 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index fa7ec856f..cec5404a4 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,12 +1,13 @@ [project] name = "odoo-addons-oca-manufacture" -version = "17.0.20241016.0" +version = "17.0.20241025.0" dependencies = [ "odoo-addon-mrp_bom_component_menu>=17.0dev,<17.1dev", "odoo-addon-mrp_bom_tracking>=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", + "odoo-addon-mrp_repair_order>=17.0dev,<17.1dev", "odoo-addon-mrp_sale_info>=17.0dev,<17.1dev", "odoo-addon-mrp_tag>=17.0dev,<17.1dev", "odoo-addon-mrp_warehouse_calendar>=17.0dev,<17.1dev",