diff --git a/README.md b/README.md index 6138c6991..0265d84e5 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ addon | version | maintainers | summary [mrp_subcontracting_resupply_link](mrp_subcontracting_resupply_link/) | 14.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Links between subcontracting PO and resupply picking [mrp_tag](mrp_tag/) | 14.0.1.0.1 | | Allows to add multiple tags to Manufacturing Orders [mrp_unbuild_move_link](mrp_unbuild_move_link/) | 14.0.1.0.0 | | Link the stock moves of manufacturing orders to the respective unbuild orders -[mrp_unbuild_subcontracting](mrp_unbuild_subcontracting/) | 14.0.1.0.0 | | Unbuild orders are created automatically when is returned a product subcontracted +[mrp_unbuild_subcontracting](mrp_unbuild_subcontracting/) | 14.0.1.0.1 | | Unbuild orders are created automatically when is returned a product subcontracted [mrp_unbuild_valuation_layer_link](mrp_unbuild_valuation_layer_link/) | 14.0.1.0.1 | | Unbuild orders display the connected valuation layers [mrp_warehouse_calendar](mrp_warehouse_calendar/) | 14.0.1.0.0 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) | Considers the warehouse calendars in manufacturing [mrp_workcenter_hierarchical](mrp_workcenter_hierarchical/) | 14.0.1.0.1 | | Organise Workcenters by section diff --git a/mrp_unbuild_subcontracting/README.rst b/mrp_unbuild_subcontracting/README.rst index 9cca9e546..e1cbc7f55 100644 --- a/mrp_unbuild_subcontracting/README.rst +++ b/mrp_unbuild_subcontracting/README.rst @@ -7,7 +7,7 @@ Unbuild orders with return subcontracting !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:33653ca9353371c18bb285c591a45df678f54a17ac7f4925500530b5a99aa0c1 + !! source digest: sha256:028f80b9ebf64fd4bc7d44923f1acf67307fe6c04858d5cb6ecef493ac4ef783 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/mrp_unbuild_subcontracting/__manifest__.py b/mrp_unbuild_subcontracting/__manifest__.py index e4ee49dec..6d1ea79a1 100644 --- a/mrp_unbuild_subcontracting/__manifest__.py +++ b/mrp_unbuild_subcontracting/__manifest__.py @@ -2,7 +2,7 @@ # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). { "name": "Unbuild orders with return subcontracting", - "version": "14.0.1.0.0", + "version": "14.0.1.0.1", "license": "LGPL-3", "category": "Manufacture", "summary": "Unbuild orders are created automatically " diff --git a/mrp_unbuild_subcontracting/static/description/index.html b/mrp_unbuild_subcontracting/static/description/index.html index dd0ad7747..aa266d426 100644 --- a/mrp_unbuild_subcontracting/static/description/index.html +++ b/mrp_unbuild_subcontracting/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:33653ca9353371c18bb285c591a45df678f54a17ac7f4925500530b5a99aa0c1 +!! source digest: sha256:028f80b9ebf64fd4bc7d44923f1acf67307fe6c04858d5cb6ecef493ac4ef783 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: LGPL-3 OCA/manufacture Translate me on Weblate Try me on Runboat

This module automatically creates a unbuild in draft state when a subcontracting picking return is created. In addition, when the picking is validated, the unbuild is also validated.