diff --git a/README.md b/README.md index 118da92436ef..e3d895593cfd 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ addon | version | maintainers | summary [stock_picking_progress](stock_picking_progress/) | 16.0.1.0.0 | [![mmequignon](https://github.com/mmequignon.png?size=30px)](https://github.com/mmequignon) [![JuMiSanAr](https://github.com/JuMiSanAr.png?size=30px)](https://github.com/JuMiSanAr) | Compute the stock.picking progression [stock_picking_purchase_order_link](stock_picking_purchase_order_link/) | 16.0.1.0.1 | | Link between picking and purchase order [stock_picking_quick](stock_picking_quick/) | 16.0.1.0.0 | [![PierrickBrun](https://github.com/PierrickBrun.png?size=30px)](https://github.com/PierrickBrun) [![bealdav](https://github.com/bealdav.png?size=30px)](https://github.com/bealdav) | Quick Stock Picking -[stock_picking_restrict_cancel_printed](stock_picking_restrict_cancel_printed/) | 16.0.1.0.1 | [![jbaudoux](https://github.com/jbaudoux.png?size=30px)](https://github.com/jbaudoux) | Prevent canceling a stock transfer if printed. +[stock_picking_restrict_cancel_printed](stock_picking_restrict_cancel_printed/) | 16.0.1.0.2 | [![jbaudoux](https://github.com/jbaudoux.png?size=30px)](https://github.com/jbaudoux) | Prevent canceling a stock transfer if printed. [stock_picking_return_lot](stock_picking_return_lot/) | 16.0.1.1.0 | | Propagate SN/lots from origin picking to return picking. [stock_picking_return_restricted_qty](stock_picking_return_restricted_qty/) | 16.0.1.0.0 | | Restrict the return to delivered quantity [stock_picking_sale_order_link](stock_picking_sale_order_link/) | 16.0.1.0.0 | | Link between picking and sale order diff --git a/stock_picking_restrict_cancel_printed/README.rst b/stock_picking_restrict_cancel_printed/README.rst index d0ad7cdd5cb6..d71115cfa83c 100644 --- a/stock_picking_restrict_cancel_printed/README.rst +++ b/stock_picking_restrict_cancel_printed/README.rst @@ -7,7 +7,7 @@ Stock Picking - restrict cancelation if printed !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:027e5825007e10bbf46cb8f295e2d97d82364b12bce9add7ff64530695126479 + !! source digest: sha256:2223010f067fff2730d07e5c1d5d2c30f985d651eb7ffc2b1d239d4395dfb181 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/stock_picking_restrict_cancel_printed/__manifest__.py b/stock_picking_restrict_cancel_printed/__manifest__.py index d9416e74e0fc..ef1dc71bcc56 100644 --- a/stock_picking_restrict_cancel_printed/__manifest__.py +++ b/stock_picking_restrict_cancel_printed/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Picking - restrict cancelation if printed", - "version": "16.0.1.0.1", + "version": "16.0.1.0.2", "development_status": "Beta", "category": "Inventory", "summary": "Prevent canceling a stock transfer if printed.", diff --git a/stock_picking_restrict_cancel_printed/static/description/index.html b/stock_picking_restrict_cancel_printed/static/description/index.html index 18985008ac89..89f44f9b8266 100644 --- a/stock_picking_restrict_cancel_printed/static/description/index.html +++ b/stock_picking_restrict_cancel_printed/static/description/index.html @@ -367,7 +367,7 @@

Stock Picking - restrict cancelation if printed

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:027e5825007e10bbf46cb8f295e2d97d82364b12bce9add7ff64530695126479 +!! source digest: sha256:2223010f067fff2730d07e5c1d5d2c30f985d651eb7ffc2b1d239d4395dfb181 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Display the printed flag on the form view of the transfer.