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 Nov 10, 2023
1 parent e7722f2 commit aa13c23
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ addon | version | maintainers | summary
[stock_picking_group_by_partner_by_carrier](stock_picking_group_by_partner_by_carrier/) | 14.0.1.4.4 | | Stock Picking: group by partner and carrier
[stock_picking_group_by_partner_by_carrier_by_date](stock_picking_group_by_partner_by_carrier_by_date/) | 14.0.1.0.1 | | Stock Picking: group by partner and carrier and scheduled date
[stock_picking_import_serial_number](stock_picking_import_serial_number/) | 14.0.1.0.1 | [![sergio-teruel](https://github.com/sergio-teruel.png?size=30px)](https://github.com/sergio-teruel) | Import S/N from excel file for incoming pickings
[stock_picking_inter_warehouse](stock_picking_inter_warehouse/) | 14.0.1.0.1 | [![pytech-bot](https://github.com/pytech-bot.png?size=30px)](https://github.com/pytech-bot) | Stock Picking Inter Warehouse
[stock_picking_invoice_link](stock_picking_invoice_link/) | 14.0.1.2.2 | | Adds link between pickings and invoices
[stock_picking_line_sequence](stock_picking_line_sequence/) | 14.0.1.0.0 | | Manages the order of stock moves by displaying its sequence
[stock_picking_mass_action](stock_picking_mass_action/) | 14.0.1.0.2 | | Stock Picking Mass Action
Expand Down
2 changes: 1 addition & 1 deletion setup/_metapackage/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.0.20231106.0
14.0.20231110.0
1 change: 1 addition & 0 deletions setup/_metapackage/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
'odoo14-addon-stock_picking_group_by_partner_by_carrier',
'odoo14-addon-stock_picking_group_by_partner_by_carrier_by_date',
'odoo14-addon-stock_picking_import_serial_number',
'odoo14-addon-stock_picking_inter_warehouse',
'odoo14-addon-stock_picking_invoice_link',
'odoo14-addon-stock_picking_line_sequence',
'odoo14-addon-stock_picking_mass_action',
Expand Down
2 changes: 1 addition & 1 deletion stock_picking_inter_warehouse/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Stock Picking Inter Warehouse
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:d5fc3915757d1b91e876746c962b2f5e821bed1a809a10d72e1ce32c45f60353
!! source digest: sha256:67637217efbbd4ed6e6f67527474183279f13e4b2f1d48cdee64c87fd3e72e66
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion stock_picking_inter_warehouse/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{
"name": "Stock Picking Inter Warehouse",
"version": "14.0.1.0.0",
"version": "14.0.1.0.1",
"category": "Warehouse Management",
"website": "https://github.com/OCA/stock-logistics-workflow",
"author": "PyTech SRL, Ooops404, Odoo Community Association (OCA)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Stock Picking Inter Warehouse</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:d5fc3915757d1b91e876746c962b2f5e821bed1a809a10d72e1ce32c45f60353
!! source digest: sha256:67637217efbbd4ed6e6f67527474183279f13e4b2f1d48cdee64c87fd3e72e66
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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_inter_warehouse"><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_inter_warehouse"><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>This module allows to set up an operation type dedicated to internal transfers between different warehouses in the same company, managing both delivery and receipt from each side of the transfer.</p>
Expand Down

0 comments on commit aa13c23

Please sign in to comment.