Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Jan 20, 2025
1 parent 906d33a commit a0b4eeb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion stock_picking_restrict_cancel_printed/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion stock_picking_restrict_cancel_printed/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Stock Picking - restrict cancelation if printed</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:1b03b7a392631f73cd8d0e22fec40df7bd5e7a6a8f4f274d1d220b181f39dd74
!! source digest: sha256:b9bf27fba12349435329b8294528db1a8a382d221a97e3457d297fe52f81b48b
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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>
<p>Display the printed flag on the form view of the transfer.
Expand Down

0 comments on commit a0b4eeb

Please sign in to comment.