Skip to content

Commit 68fcaf0

Browse files
committed
[BOT] post-merge updates
1 parent 5e827ce commit 68fcaf0

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ addon | version | maintainers | summary
4040
[delivery_package_fee](delivery_package_fee/) | 16.0.1.1.1 | | Add fees on delivered packages on shipping methods
4141
[delivery_package_number](delivery_package_number/) | 16.0.2.0.0 | | Set or compute number of packages for a picking
4242
[delivery_package_type_number_parcels](delivery_package_type_number_parcels/) | 16.0.1.0.1 | | Number of parcels in a package type
43-
[delivery_postlogistics](delivery_postlogistics/) | 16.0.1.0.4 | | Print PostLogistics shipping labels using the Barcode web service
43+
[delivery_postlogistics](delivery_postlogistics/) | 16.0.1.0.5 | | Print PostLogistics shipping labels using the Barcode web service
4444
[delivery_postlogistics_server_env](delivery_postlogistics_server_env/) | 16.0.1.0.0 | | Server Environment layer for Delivery Postlogistics
4545
[delivery_price_method](delivery_price_method/) | 16.0.1.0.0 | | Provides fields to be able to contemplate the tracking statesand also adds a global fields
4646
[delivery_roulier](delivery_roulier/) | 16.0.1.0.0 | [![florian-dacosta](https://github.com/florian-dacosta.png?size=30px)](https://github.com/florian-dacosta) | Integration of multiple carriers

delivery_postlogistics/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PostLogistics Shipping - “Barcode” web service
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:89b8f1b23a81f6ec81d0d8ebaf3653fa26f7c9f29702d3d7bf6f3b4cfee8e7c8
10+
!! source digest: sha256:034654ec125815dd086406b9b4f0fe37b375a9d0802ba1374ba672f6f813ce1d
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

delivery_postlogistics/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "PostLogistics Shipping - “Barcode” web service",
55
"summary": "Print PostLogistics shipping labels using the Barcode web service",
6-
"version": "16.0.1.0.4",
6+
"version": "16.0.1.0.5",
77
"author": "Camptocamp,Odoo Community Association (OCA)",
88
"maintainer": "Camptocamp",
99
"license": "AGPL-3",

delivery_postlogistics/static/description/index.html

+1-2
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">PostLogistics Shipping - “Barcode” web service</h1>
367366
!! This file is generated by oca-gen-addon-readme !!
368367
!! changes will be overwritten. !!
369368
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:89b8f1b23a81f6ec81d0d8ebaf3653fa26f7c9f29702d3d7bf6f3b4cfee8e7c8
369+
!! source digest: sha256:034654ec125815dd086406b9b4f0fe37b375a9d0802ba1374ba672f6f813ce1d
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/delivery-carrier/tree/16.0/delivery_postlogistics"><img alt="OCA/delivery-carrier" src="https://img.shields.io/badge/github-OCA%2Fdelivery--carrier-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/delivery-carrier-16-0/delivery-carrier-16-0-delivery_postlogistics"><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/delivery-carrier&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373372
<p>This module uses <a class="reference external" href="https://www.post.ch/en/business/a-z-of-subjects/dropping-off-mail-items/business-sending-letters/sending-consignments-web-service-barcode">PostLogistics BarCodes WebService</a> to generate labels

0 commit comments

Comments
 (0)