Skip to content

Commit c7cfe33

Browse files
committed
[BOT] post-merge updates
1 parent 6df7cc6 commit c7cfe33

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ addon | version | maintainers | summary
3232
[stock_picking_invoice_link](stock_picking_invoice_link/) | 18.0.1.0.0 | | Adds link between pickings and invoices
3333
[stock_picking_return_restricted_qty](stock_picking_return_restricted_qty/) | 18.0.1.0.0 | | Restrict the return to delivered quantity
3434
[stock_picking_sale_order_link](stock_picking_sale_order_link/) | 18.0.1.0.0 | | Link between picking and sale order
35+
[stock_picking_show_backorder](stock_picking_show_backorder/) | 18.0.1.0.0 | | Provides a new field on stock pickings, allowing to display the corresponding backorders.
3536
[stock_picking_show_return](stock_picking_show_return/) | 18.0.1.0.0 | | Show returns on stock pickings
3637
[stock_picking_whole_scrap](stock_picking_whole_scrap/) | 18.0.1.0.0 | [![sergio-teruel](https://github.com/sergio-teruel.png?size=30px)](https://github.com/sergio-teruel) | Create whole scrap from a picking for move lines
3738

setup/_metapackage/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "odoo-addons-oca-stock-logistics-workflow"
3-
version = "18.0.20250205.0"
3+
version = "18.0.20250206.0"
44
dependencies = [
55
"odoo-addon-sale_order_global_stock_route==18.0.*",
66
"odoo-addon-stock_account_product_run_fifo_hook==18.0.*",
@@ -13,6 +13,7 @@ dependencies = [
1313
"odoo-addon-stock_picking_invoice_link==18.0.*",
1414
"odoo-addon-stock_picking_return_restricted_qty==18.0.*",
1515
"odoo-addon-stock_picking_sale_order_link==18.0.*",
16+
"odoo-addon-stock_picking_show_backorder==18.0.*",
1617
"odoo-addon-stock_picking_show_return==18.0.*",
1718
"odoo-addon-stock_picking_whole_scrap==18.0.*",
1819
]

stock_picking_show_backorder/README.rst

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

stock_picking_show_backorder/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Stock Picking Show Backorder</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:8c961c5dc9952e17878c8d177d90fbe840449428b2ad6df63320884890adf555
370+
!! source digest: sha256:d41089c7b1d8aeb5f9d2ad2b74db9b9f59e183bfe754125299098c03f24f6de0
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/18.0/stock_picking_show_backorder"><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-18-0/stock-logistics-workflow-18-0-stock_picking_show_backorder"><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=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>This module provide a new field on stock pickings, allowing to see the

0 commit comments

Comments
 (0)