Skip to content

Commit 965cb01

Browse files
[18.0][MIG] delivery_postlogistics_server_env: migration to 18.0
1 parent 747b86b commit 965cb01

File tree

10 files changed

+22
-21
lines changed

10 files changed

+22
-21
lines changed

.pre-commit-config.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
exclude: |
22
(?x)
33
# NOT INSTALLABLE ADDONS
4-
^delivery_postlogistics_server_env/|
54
# END NOT INSTALLABLE ADDONS
65
# Files and folders generated by bots, to avoid loops
76
^setup/|/static/description/index\.html$|

delivery_postlogistics_server_env/README.rst

+8-7
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Delivery Postlogistics Server Environment
1717
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1818
:alt: License: AGPL-3
1919
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fdelivery--carrier-lightgray.png?logo=github
20-
:target: https://github.com/OCA/delivery-carrier/tree/16.0/delivery_postlogistics_server_env
20+
:target: https://github.com/OCA/delivery-carrier/tree/18.0/delivery_postlogistics_server_env
2121
:alt: OCA/delivery-carrier
2222
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23-
:target: https://translation.odoo-community.org/projects/delivery-carrier-16-0/delivery-carrier-16-0-delivery_postlogistics_server_env
23+
:target: https://translation.odoo-community.org/projects/delivery-carrier-18-0/delivery-carrier-18-0-delivery_postlogistics_server_env
2424
:alt: Translate me on Weblate
2525
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26-
:target: https://runboat.odoo-community.org/builds?repo=OCA/delivery-carrier&target_branch=16.0
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/delivery-carrier&target_branch=18.0
2727
:alt: Try me on Runboat
2828

2929
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -46,7 +46,7 @@ Bug Tracker
4646
Bugs are tracked on `GitHub Issues <https://github.com/OCA/delivery-carrier/issues>`_.
4747
In case of trouble, please check there if your issue has already been reported.
4848
If you spotted it first, help us to smash it by providing a detailed and welcomed
49-
`feedback <https://github.com/OCA/delivery-carrier/issues/new?body=module:%20delivery_postlogistics_server_env%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
49+
`feedback <https://github.com/OCA/delivery-carrier/issues/new?body=module:%20delivery_postlogistics_server_env%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
5050

5151
Do not contact contributors directly about support or help with technical issues.
5252

@@ -62,15 +62,16 @@ Contributors
6262
------------
6363

6464
- Thierry Ducrest <thierry.ducrest@camptocamp.com>
65-
6665
- `Trobz <https://trobz.com>`__:
6766

6867
- Jack Le <anlh@trobz.com>
6968

69+
- Stéphane Mangin <stephane.mangin@camptocamp.com>
70+
7071
Other credits
7172
-------------
7273

73-
The migration of this module from 14.0 to 16.0 was financially supported
74+
The migration of this module from 16.0 to 18.0 was financially supported
7475
by Camptocamp
7576

7677
Maintainers
@@ -86,6 +87,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
8687
mission is to support the collaborative development of Odoo features and
8788
promote its widespread use.
8889

89-
This module is part of the `OCA/delivery-carrier <https://github.com/OCA/delivery-carrier/tree/16.0/delivery_postlogistics_server_env>`_ project on GitHub.
90+
This module is part of the `OCA/delivery-carrier <https://github.com/OCA/delivery-carrier/tree/18.0/delivery_postlogistics_server_env>`_ project on GitHub.
9091

9192
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

delivery_postlogistics_server_env/__manifest__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
{
44
"name": "Delivery Postlogistics Server Environment",
55
"summary": "Server Environment layer for Delivery Postlogistics",
6-
"version": "16.0.1.0.0",
6+
"version": "18.0.1.0.0",
77
"category": "Operations/Inventory/Delivery",
88
"author": "Camptocamp, Odoo Community Association (OCA)",
99
"license": "AGPL-3",
1010
"depends": ["delivery_postlogistics", "server_environment"],
1111
"website": "https://github.com/OCA/delivery-carrier",
12-
"installable": False,
12+
"installable": True,
1313
"auto_install": True,
1414
"development_status": "Alpha",
1515
}

delivery_postlogistics_server_env/i18n/delivery_postlogistics_server_env.pot

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
msgid ""
66
msgstr ""
7-
"Project-Id-Version: Odoo Server 16.0\n"
7+
"Project-Id-Version: Odoo Server 18.0\n"
88
"Report-Msgid-Bugs-To: \n"
99
"Last-Translator: \n"
1010
"Language-Team: \n"

delivery_postlogistics_server_env/i18n/es.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
msgid ""
66
msgstr ""
7-
"Project-Id-Version: Odoo Server 16.0\n"
7+
"Project-Id-Version: Odoo Server 18.0\n"
88
"Report-Msgid-Bugs-To: \n"
99
"PO-Revision-Date: 2023-08-03 15:09+0000\n"
1010
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\n"

delivery_postlogistics_server_env/i18n/it.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
msgid ""
66
msgstr ""
7-
"Project-Id-Version: Odoo Server 16.0\n"
7+
"Project-Id-Version: Odoo Server 18.0\n"
88
"Report-Msgid-Bugs-To: \n"
99
"PO-Revision-Date: 2024-05-08 07:43+0000\n"
1010
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"

delivery_postlogistics_server_env/i18n/pt_BR.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
msgid ""
66
msgstr ""
7-
"Project-Id-Version: Odoo Server 16.0\n"
7+
"Project-Id-Version: Odoo Server 18.0\n"
88
"Report-Msgid-Bugs-To: \n"
99
"PO-Revision-Date: 2024-07-05 19:47+0000\n"
1010
"Last-Translator: rodrigosottomaiormacedo "
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
- Thierry Ducrest \<<thierry.ducrest@camptocamp.com>\>
2-
3-
- [Trobz](https://trobz.com):
2+
- [Trobz](https://trobz.com):
43
- Jack Le \<<anlh@trobz.com>\>
4+
- Stéphane Mangin \<<stephane.mangin@camptocamp.com>\>
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
The migration of this module from 14.0 to 16.0 was financially supported
1+
The migration of this module from 16.0 to 18.0 was financially supported
22
by Camptocamp

delivery_postlogistics_server_env/static/description/index.html

+5-4
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ <h1 class="title">Delivery Postlogistics Server Environment</h1>
368368
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369369
!! source digest: sha256:be8b2949916065268a947cb93cea97b941db44695906958a3517b2621193d0c2
370370
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Alpha" src="https://img.shields.io/badge/maturity-Alpha-red.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_server_env"><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_server_env"><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>
371+
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Alpha" src="https://img.shields.io/badge/maturity-Alpha-red.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/18.0/delivery_postlogistics_server_env"><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-18-0/delivery-carrier-18-0-delivery_postlogistics_server_env"><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=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372372
<p>Adds OCA Server Environment features to Delivery Postlogistics.</p>
373373
<div class="admonition important">
374374
<p class="first admonition-title">Important</p>
@@ -394,7 +394,7 @@ <h1><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h1>
394394
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/delivery-carrier/issues">GitHub Issues</a>.
395395
In case of trouble, please check there if your issue has already been reported.
396396
If you spotted it first, help us to smash it by providing a detailed and welcomed
397-
<a class="reference external" href="https://github.com/OCA/delivery-carrier/issues/new?body=module:%20delivery_postlogistics_server_env%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
397+
<a class="reference external" href="https://github.com/OCA/delivery-carrier/issues/new?body=module:%20delivery_postlogistics_server_env%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
398398
<p>Do not contact contributors directly about support or help with technical issues.</p>
399399
</div>
400400
<div class="section" id="credits">
@@ -413,11 +413,12 @@ <h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
413413
<li>Jack Le &lt;<a class="reference external" href="mailto:anlh&#64;trobz.com">anlh&#64;trobz.com</a>&gt;</li>
414414
</ul>
415415
</li>
416+
<li>Stéphane Mangin &lt;<a class="reference external" href="mailto:stephane.mangin&#64;camptocamp.com">stephane.mangin&#64;camptocamp.com</a>&gt;</li>
416417
</ul>
417418
</div>
418419
<div class="section" id="other-credits">
419420
<h2><a class="toc-backref" href="#toc-entry-5">Other credits</a></h2>
420-
<p>The migration of this module from 14.0 to 16.0 was financially supported
421+
<p>The migration of this module from 16.0 to 18.0 was financially supported
421422
by Camptocamp</p>
422423
</div>
423424
<div class="section" id="maintainers">
@@ -427,7 +428,7 @@ <h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
427428
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
428429
mission is to support the collaborative development of Odoo features and
429430
promote its widespread use.</p>
430-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/delivery-carrier/tree/16.0/delivery_postlogistics_server_env">OCA/delivery-carrier</a> project on GitHub.</p>
431+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/delivery-carrier/tree/18.0/delivery_postlogistics_server_env">OCA/delivery-carrier</a> project on GitHub.</p>
431432
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
432433
</div>
433434
</div>

0 commit comments

Comments
 (0)