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 Aug 13, 2024
1 parent 559313c commit f273c96
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ addon | version | maintainers | summary
[stock_picking_sale_order_link](stock_picking_sale_order_link/) | 17.0.1.0.0 | | Link between picking and sale order
[stock_picking_show_backorder](stock_picking_show_backorder/) | 17.0.1.0.0 | | Provides a new field on stock pickings, allowing to display the corresponding backorders.
[stock_picking_show_return](stock_picking_show_return/) | 17.0.1.0.1 | | Show returns on stock pickings
[stock_picking_warn_message](stock_picking_warn_message/) | 17.0.1.0.0 | | Add a popup warning on picking to ensure warning is populated
[stock_restrict_lot](stock_restrict_lot/) | 17.0.1.0.0 | [![florian-dacosta](https://github.com/florian-dacosta.png?size=30px)](https://github.com/florian-dacosta) | Base module that add back the concept of restrict lot on stock move
[stock_split_picking](stock_split_picking/) | 17.0.1.0.0 | | Split a picking in two not transferred pickings

Expand Down
3 changes: 2 additions & 1 deletion setup/_metapackage/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "odoo-addons-oca-stock-logistics-workflow"
version = "17.0.20240807.0"
version = "17.0.20240813.0"
dependencies = [
"odoo-addon-delivery_procurement_group_carrier>=17.0dev,<17.1dev",
"odoo-addon-sale_order_global_stock_route>=17.0dev,<17.1dev",
Expand All @@ -13,6 +13,7 @@ dependencies = [
"odoo-addon-stock_picking_sale_order_link>=17.0dev,<17.1dev",
"odoo-addon-stock_picking_show_backorder>=17.0dev,<17.1dev",
"odoo-addon-stock_picking_show_return>=17.0dev,<17.1dev",
"odoo-addon-stock_picking_warn_message>=17.0dev,<17.1dev",
"odoo-addon-stock_restrict_lot>=17.0dev,<17.1dev",
"odoo-addon-stock_split_picking>=17.0dev,<17.1dev",
]
Expand Down
2 changes: 1 addition & 1 deletion stock_picking_warn_message/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Stock Picking Warn Message
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:5176bcb105e2d2f375300b0d6cf2e5f9d9715278faf0fe1c78324589cec5e87a
!! source digest: sha256:3ad6daac258dfb9d89c2047a515b9f6182347e36319e52f9a31c31f45c83f279
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion stock_picking_warn_message/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 Warn Message</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:5176bcb105e2d2f375300b0d6cf2e5f9d9715278faf0fe1c78324589cec5e87a
!! source digest: sha256:3ad6daac258dfb9d89c2047a515b9f6182347e36319e52f9a31c31f45c83f279
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/17.0/stock_picking_warn_message"><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-17-0/stock-logistics-workflow-17-0-stock_picking_warn_message"><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=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module add a warning popup on pickings to ensure warning is
Expand Down

0 comments on commit f273c96

Please sign in to comment.