Skip to content

Commit a0b4eeb

Browse files
committed
[BOT] post-merge updates
1 parent 906d33a commit a0b4eeb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ addon | version | maintainers | summary
8383
[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.
8484
[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
8585
[stock_picking_reallocation](stock_picking_reallocation/) | 14.0.1.0.0 | | Allow to reallocate moves from a picking to several pickings.
86-
[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.
86+
[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.
8787
[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.
8888
[stock_picking_return_lot](stock_picking_return_lot/) | 14.0.1.0.2 | | Propagate SN/lots from origin picking to return picking.
8989
[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.

stock_picking_restrict_cancel_printed/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Stock Picking - restrict cancelation if printed
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:1b03b7a392631f73cd8d0e22fec40df7bd5e7a6a8f4f274d1d220b181f39dd74
10+
!! source digest: sha256:b9bf27fba12349435329b8294528db1a8a382d221a97e3457d297fe52f81b48b
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

stock_picking_restrict_cancel_printed/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{
66
"name": "Stock Picking - restrict cancelation if printed",
7-
"version": "14.0.1.1.0",
7+
"version": "14.0.1.1.1",
88
"development_status": "Beta",
99
"category": "Inventory",
1010
"summary": "Prevent canceling a stock transfer if printed.",

stock_picking_restrict_cancel_printed/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Stock Picking - restrict cancelation if printed</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:1b03b7a392631f73cd8d0e22fec40df7bd5e7a6a8f4f274d1d220b181f39dd74
370+
!! source digest: sha256:b9bf27fba12349435329b8294528db1a8a382d221a97e3457d297fe52f81b48b
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/stock-logistics-workflow/tree/14.0/stock_picking_restrict_cancel_printed"><img alt="OCA/stock-logistics-workflow" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--workflow-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-logistics-workflow-14-0/stock-logistics-workflow-14-0-stock_picking_restrict_cancel_printed"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-workflow&amp;target_branch=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>Display the printed flag on the form view of the transfer.

0 commit comments

Comments
 (0)