From 70a21218f7b9ff6fdb4a8ab3173562f3e5276539 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 12 Nov 2024 13:10:07 +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 a178d1655c..d2100ebdb6 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ addon | version | maintainers | summary [mrp_subcontracting_skip_no_negative](mrp_subcontracting_skip_no_negative/) | 16.0.1.0.2 | | MRP Subcontracting Skip No Negative [mrp_tag](mrp_tag/) | 16.0.1.1.0 | | Allows to add multiple tags to Manufacturing Orders [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_unbuild_subcontracting](mrp_unbuild_subcontracting/) | 16.0.1.0.0 | | Unbuild orders are created automatically when is returned a product subcontracted [mrp_unbuild_valuation_layer_link](mrp_unbuild_valuation_layer_link/) | 16.0.1.0.1 | | Unbuild orders display the connected valuation layers [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) diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 9d0980c0ca..c1aa72c8fe 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20241022.0 \ No newline at end of file +16.0.20241112.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 1da3424d55..f51ea6789a 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -37,6 +37,7 @@ 'odoo-addon-mrp_subcontracting_skip_no_negative>=16.0dev,<16.1dev', 'odoo-addon-mrp_tag>=16.0dev,<16.1dev', 'odoo-addon-mrp_unbuild_move_link>=16.0dev,<16.1dev', + 'odoo-addon-mrp_unbuild_subcontracting>=16.0dev,<16.1dev', 'odoo-addon-mrp_unbuild_valuation_layer_link>=16.0dev,<16.1dev', 'odoo-addon-mrp_warehouse_calendar>=16.0dev,<16.1dev', 'odoo-addon-mrp_workcenter_cost>=16.0dev,<16.1dev',