diff --git a/README.md b/README.md index 3a5a1023ed4..cea6c8b0f6a 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ addon | version | maintainers | summary [stock_picking_putinpack_restriction](stock_picking_putinpack_restriction/) | 14.0.1.0.1 | | Adds a restriction on transfer type to force or disallow the use of destination package. [stock_picking_quick](stock_picking_quick/) | 14.0.1.0.5 | [![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_reallocation](stock_picking_reallocation/) | 14.0.1.0.0 | | Allow to reallocate moves from a picking to several pickings. -[stock_picking_restrict_cancel_printed](stock_picking_restrict_cancel_printed/) | 14.0.1.1.0 | [![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/) | 14.0.1.1.1 | [![jbaudoux](https://github.com/jbaudoux.png?size=30px)](https://github.com/jbaudoux) | Prevent canceling a stock transfer if printed. [stock_picking_restrict_cancel_with_orig_move](stock_picking_restrict_cancel_with_orig_move/) | 14.0.1.0.1 | | Restrict cancellation of dest moves according to origin. [stock_picking_return_lot](stock_picking_return_lot/) | 14.0.1.0.2 | | Propagate SN/lots from origin picking to return picking. [stock_picking_return_show_lot](stock_picking_return_show_lot/) | 14.0.1.0.1 | | This module allows to show lots in the picking return wizard before " "return picking creation. diff --git a/stock_picking_restrict_cancel_printed/README.rst b/stock_picking_restrict_cancel_printed/README.rst index 60913e5a2e7..e1079f26256 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:1b03b7a392631f73cd8d0e22fec40df7bd5e7a6a8f4f274d1d220b181f39dd74 + !! source digest: sha256:b9bf27fba12349435329b8294528db1a8a382d221a97e3457d297fe52f81b48b !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |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 5191e792421..c11124b31e9 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": "14.0.1.1.0", + "version": "14.0.1.1.1", "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 5eaa93d8b6b..5c4fb705883 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:1b03b7a392631f73cd8d0e22fec40df7bd5e7a6a8f4f274d1d220b181f39dd74 +!! source digest: sha256:b9bf27fba12349435329b8294528db1a8a382d221a97e3457d297fe52f81b48b !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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.