From 12c59ab82cf99ecda7e446b86d1674aece8f27fe Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 29 May 2024 13:06:17 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1428a9983..e08a14a92 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ addon | version | maintainers | summary [mrp_unbuild_move_link](mrp_unbuild_move_link/) | 16.0.1.0.1 | | Link the stock moves of manufacturing orders to the respective unbuild orders [mrp_warehouse_calendar](mrp_warehouse_calendar/) | 16.0.1.0.0 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) | Considers the warehouse calendars in manufacturing [mrp_workcenter_cost](mrp_workcenter_cost/) | 16.0.1.0.0 | [![ivantodorovich](https://github.com/ivantodorovich.png?size=30px)](https://github.com/ivantodorovich) [![sebalix](https://github.com/sebalix.png?size=30px)](https://github.com/sebalix) | Controls how to compute the workcenter cost (effective vs theoretical) +[mrp_workcenter_hierarchical](mrp_workcenter_hierarchical/) | 16.0.1.0.0 | [![florian-dacosta](https://github.com/florian-dacosta.png?size=30px)](https://github.com/florian-dacosta) | Organise Workcenters by section [mrp_workorder_lot_display](mrp_workorder_lot_display/) | 16.0.1.0.0 | [![grindtildeath](https://github.com/grindtildeath.png?size=30px)](https://github.com/grindtildeath) | Display lot number on workorders kanban [mrp_workorder_sequence](mrp_workorder_sequence/) | 16.0.0.1.0 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | adds sequence to production work orders. [quality_control_oca](quality_control_oca/) | 16.0.1.2.0 | | Generic infrastructure for quality tests. diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 800524b9f..a558d42cf 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240327.2 \ No newline at end of file +16.0.20240529.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index c2acd6f2e..386f3976b 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -35,6 +35,7 @@ setuptools.setup( 'odoo-addon-mrp_unbuild_move_link>=16.0dev,<16.1dev', 'odoo-addon-mrp_warehouse_calendar>=16.0dev,<16.1dev', 'odoo-addon-mrp_workcenter_cost>=16.0dev,<16.1dev', + 'odoo-addon-mrp_workcenter_hierarchical>=16.0dev,<16.1dev', 'odoo-addon-mrp_workorder_lot_display>=16.0dev,<16.1dev', 'odoo-addon-mrp_workorder_sequence>=16.0dev,<16.1dev', 'odoo-addon-quality_control_oca>=16.0dev,<16.1dev',