diff --git a/README.md b/README.md index 81211cb56f36..c6b6ed27f8c6 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ addon | version | maintainers | summary [stock_picking_orig_dest_link](stock_picking_orig_dest_link/) | 15.0.1.0.0 | | This addon link the pickings with their respective Origin and Destination Pickings. [stock_picking_show_linked](stock_picking_show_linked/) | 15.0.1.0.0 | | This addon allows to easily access related pickings (in the case of chained routes) through a button in the parent picking view. [stock_procurement_group_hook](stock_procurement_group_hook/) | 15.0.1.0.0 | | Adds Hook to Procurement Group run method. -[stock_putaway_product_template](stock_putaway_product_template/) | 15.0.1.0.2 | [![kevinkhao](https://github.com/kevinkhao.png?size=30px)](https://github.com/kevinkhao) [![sebastienbeau](https://github.com/sebastienbeau.png?size=30px)](https://github.com/sebastienbeau) | Add product template in putaway strategies from the product view +[stock_putaway_product_template](stock_putaway_product_template/) | 15.0.1.1.0 | [![kevinkhao](https://github.com/kevinkhao.png?size=30px)](https://github.com/kevinkhao) [![sebastienbeau](https://github.com/sebastienbeau.png?size=30px)](https://github.com/sebastienbeau) | Add product template in putaway strategies from the product view [stock_quant_cost_info](stock_quant_cost_info/) | 15.0.1.1.1 | | Shows the cost of the quants [stock_quant_manual_assign](stock_quant_manual_assign/) | 15.0.1.2.1 | | Stock - Manual Quant Assignment [stock_request](stock_request/) | 15.0.1.7.0 | | Internal request for stock diff --git a/stock_putaway_product_template/README.rst b/stock_putaway_product_template/README.rst index d8f031913166..3b5934b3216f 100644 --- a/stock_putaway_product_template/README.rst +++ b/stock_putaway_product_template/README.rst @@ -7,7 +7,7 @@ Product template in putaway strategies !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:db949908240da5fb5407e94c2d790e27a32abdffa393d5d5e83e3cacfc29d319 + !! source digest: sha256:c9959f1de86c8c6e00804d566bcd269924be6122a0373ece889495b98c552527 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/stock_putaway_product_template/__manifest__.py b/stock_putaway_product_template/__manifest__.py index 3af728a73810..2ea6aad75770 100644 --- a/stock_putaway_product_template/__manifest__.py +++ b/stock_putaway_product_template/__manifest__.py @@ -2,7 +2,7 @@ { "name": "Product template in putaway strategies", "summary": "Add product template in putaway strategies from the product view", - "version": "15.0.1.0.2", + "version": "15.0.1.1.0", "category": "Inventory", "website": "https://github.com/OCA/stock-logistics-warehouse", "author": "Akretion, Odoo Community Association (OCA)", diff --git a/stock_putaway_product_template/static/description/index.html b/stock_putaway_product_template/static/description/index.html index 75a379cdad44..83f38c969891 100644 --- a/stock_putaway_product_template/static/description/index.html +++ b/stock_putaway_product_template/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Product template in putaway strategies

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:db949908240da5fb5407e94c2d790e27a32abdffa393d5d5e83e3cacfc29d319 +!! source digest: sha256:c9959f1de86c8c6e00804d566bcd269924be6122a0373ece889495b98c552527 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runboat

This module add product template in putaway strategies from the product view to not need defined putaway strategies for all variants.