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 Feb 10, 2025
1 parent ba8304b commit d85568c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ addon | version | maintainers | summary
[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.
[stock_picking_show_return](stock_picking_show_return/) | 18.0.1.0.0 | | Show returns on stock pickings
[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
[stock_split_picking](stock_split_picking/) | 18.0.1.0.0 | | Split a picking in two not transferred pickings

[//]: # (end addons)

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 = "18.0.20250206.0"
version = "18.0.20250210.0"
dependencies = [
"odoo-addon-sale_order_global_stock_route==18.0.*",
"odoo-addon-stock_account_product_run_fifo_hook==18.0.*",
Expand All @@ -16,6 +16,7 @@ dependencies = [
"odoo-addon-stock_picking_show_backorder==18.0.*",
"odoo-addon-stock_picking_show_return==18.0.*",
"odoo-addon-stock_picking_whole_scrap==18.0.*",
"odoo-addon-stock_split_picking==18.0.*",
]
classifiers=[
"Programming Language :: Python",
Expand Down
24 changes: 12 additions & 12 deletions stock_split_picking/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Split picking
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:a8eb0658df8c1ba90d90bf44d87020add15f0967828a8e3c1bd1961719c35743
!! source digest: sha256:d2bcaf569336e425ab61d249e946389d3857ec00c8abf5a45a445603f2a3b034
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down Expand Up @@ -79,17 +79,17 @@ Authors
Contributors
------------

- Nicolas Bessi <[email protected]>
- Guewen Baconnier <[email protected]>
- Yannick Vaucher <[email protected]>
- Vicent Cubells <[email protected]>
- Julien Coux <[email protected]>
- Andrius Preimantas <[email protected]>
- Holger Brunn <[email protected]>
- Rujia Liu <[email protected]>
- Bernat Puig <[email protected]>
- Pimolnat Suntian <[email protected]>
- Yoshi Tashiro <[email protected]>
- Nicolas Bessi <[email protected]>
- Guewen Baconnier <[email protected]>
- Yannick Vaucher <[email protected]>
- Vicent Cubells <[email protected]>
- Julien Coux <[email protected]>
- Andrius Preimantas <[email protected]>
- Holger Brunn <[email protected]>
- Rujia Liu <[email protected]>
- Bernat Puig <[email protected]>
- Pimolnat Suntian <[email protected]>
- Yoshi Tashiro <[email protected]>

Maintainers
-----------
Expand Down
2 changes: 1 addition & 1 deletion stock_split_picking/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Split picking</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:a8eb0658df8c1ba90d90bf44d87020add15f0967828a8e3c1bd1961719c35743
!! source digest: sha256:d2bcaf569336e425ab61d249e946389d3857ec00c8abf5a45a445603f2a3b034
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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_split_picking"><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_split_picking"><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>
<p>This module adds a “Split” button on the pickings form.</p>
Expand Down

0 comments on commit d85568c

Please sign in to comment.