Skip to content

Commit fcb98af

Browse files
committed
[BOT] post-merge updates
1 parent 8960df9 commit fcb98af

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ addon | version | maintainers | summary
6868
[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
6969
[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
7070
[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
71-
[stock_picking_inter_warehouse](stock_picking_inter_warehouse/) | 14.0.1.2.0 | [![aleuffre](https://github.com/aleuffre.png?size=30px)](https://github.com/aleuffre) [![renda-dev](https://github.com/renda-dev.png?size=30px)](https://github.com/renda-dev) | Stock Picking Inter Warehouse
71+
[stock_picking_inter_warehouse](stock_picking_inter_warehouse/) | 14.0.1.2.1 | [![aleuffre](https://github.com/aleuffre.png?size=30px)](https://github.com/aleuffre) [![renda-dev](https://github.com/renda-dev.png?size=30px)](https://github.com/renda-dev) | Stock Picking Inter Warehouse
7272
[stock_picking_invoice_link](stock_picking_invoice_link/) | 14.0.1.2.2 | | Adds link between pickings and invoices
7373
[stock_picking_line_sequence](stock_picking_line_sequence/) | 14.0.1.0.0 | | Manages the order of stock moves by displaying its sequence
7474
[stock_picking_mass_action](stock_picking_mass_action/) | 14.0.1.0.2 | | Stock Picking Mass Action

stock_picking_inter_warehouse/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Stock Picking Inter Warehouse
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:3ad38b9eef7240d3933bf37d4868257da9888919c64b4e323922db0002f8086c
10+
!! source digest: sha256:45a19d7b62778d2d1a53b1ac0c5feb8fc4337134c94377db6927cb8971915ae2
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

stock_picking_inter_warehouse/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{
55
"name": "Stock Picking Inter Warehouse",
6-
"version": "14.0.1.2.0",
6+
"version": "14.0.1.2.1",
77
"category": "Warehouse Management",
88
"website": "https://github.com/OCA/stock-logistics-workflow",
99
"author": "PyTech SRL, Ooops404, Odoo Community Association (OCA)",

stock_picking_inter_warehouse/static/description/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
32
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
43
<head>
@@ -367,7 +366,7 @@ <h1 class="title">Stock Picking Inter Warehouse</h1>
367366
!! This file is generated by oca-gen-addon-readme !!
368367
!! changes will be overwritten. !!
369368
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:3ad38b9eef7240d3933bf37d4868257da9888919c64b4e323922db0002f8086c
369+
!! source digest: sha256:45a19d7b62778d2d1a53b1ac0c5feb8fc4337134c94377db6927cb8971915ae2
371370
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372371
<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>
373372
<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>

0 commit comments

Comments
 (0)