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 Sep 30, 2024
1 parent a1cb70c commit 4b6d032
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 @@ -86,7 +86,7 @@ addon | version | maintainers | summary
[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_return_lot](stock_picking_return_lot/) | 16.0.1.0.0 | | Propagate SN/lots from origin picking to return picking.
[stock_picking_return_lot](stock_picking_return_lot/) | 16.0.1.1.0 | | Propagate SN/lots from origin picking to return picking.
[stock_picking_sale_order_link](stock_picking_sale_order_link/) | 16.0.1.0.0 | | Link between picking and sale order
[stock_picking_send_by_mail](stock_picking_send_by_mail/) | 16.0.1.0.0 | | Send stock picking by email
[stock_picking_show_backorder](stock_picking_show_backorder/) | 16.0.1.0.0 | | Provides a new field on stock pickings, allowing to display the corresponding backorders.
Expand Down
2 changes: 1 addition & 1 deletion stock_picking_return_lot/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Stock Picking Return Lot
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:8ec4c5ed4b5f33201a45a5ca385efb9e46aa1bde41e4e6e7e30b005b4e3252e5
!! source digest: sha256:4fc5ebde82b0ced4f081cfecb7cb1defeb8d632488a9b3fbd621e0299d50d97d
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion stock_picking_return_lot/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"name": "Stock Picking Return Lot",
"summary": "Propagate SN/lots from origin picking to return picking.",
"version": "16.0.1.0.0",
"version": "16.0.1.1.0",
"license": "AGPL-3",
"author": "Camptocamp, ACSONE SA/NV, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-workflow",
Expand Down
2 changes: 1 addition & 1 deletion stock_picking_return_lot/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Stock Picking Return Lot</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:8ec4c5ed4b5f33201a45a5ca385efb9e46aa1bde41e4e6e7e30b005b4e3252e5
!! source digest: sha256:4fc5ebde82b0ced4f081cfecb7cb1defeb8d632488a9b3fbd621e0299d50d97d
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/16.0/stock_picking_return_lot"><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-16-0/stock-logistics-workflow-16-0-stock_picking_return_lot"><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=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>When a product is tracked by lot or serial number and is returned by a customer,
Expand Down

0 comments on commit 4b6d032

Please sign in to comment.