Skip to content

Commit 4e4b732

Browse files
[MIG] sale_order_warehouse_from_delivery_carrier: Migration to 18.0
1 parent 468401b commit 4e4b732

File tree

4 files changed

+25
-18
lines changed

4 files changed

+25
-18
lines changed

sale_order_warehouse_from_delivery_carrier/README.rst

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Sale Order Warehouse from Delivery Carrier
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/17.0/sale_order_warehouse_from_delivery_carrier
20+
:target: https://github.com/OCA/delivery-carrier/tree/18.0/sale_order_warehouse_from_delivery_carrier
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-17-0/delivery-carrier-17-0-sale_order_warehouse_from_delivery_carrier
23+
:target: https://translation.odoo-community.org/projects/delivery-carrier-18-0/delivery-carrier-18-0-sale_order_warehouse_from_delivery_carrier
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=17.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|
@@ -60,7 +60,7 @@ Bug Tracker
6060
Bugs are tracked on `GitHub Issues <https://github.com/OCA/delivery-carrier/issues>`_.
6161
In case of trouble, please check there if your issue has already been reported.
6262
If you spotted it first, help us to smash it by providing a detailed and welcomed
63-
`feedback <https://github.com/OCA/delivery-carrier/issues/new?body=module:%20sale_order_warehouse_from_delivery_carrier%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
63+
`feedback <https://github.com/OCA/delivery-carrier/issues/new?body=module:%20sale_order_warehouse_from_delivery_carrier%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
6464

6565
Do not contact contributors directly about support or help with technical issues.
6666

@@ -75,14 +75,16 @@ Authors
7575
Contributors
7676
------------
7777

78-
- Cetmix <cetmix.com>
78+
- Cetmix <cetmix.com>
7979

80-
- Ivan Sokolov
81-
- Maksim Shurupov
80+
- Ivan Sokolov
81+
- Maksim Shurupov
8282

83-
- Codeforward (https://www.codeforward.nl):
83+
- Codeforward (https://www.codeforward.nl):
8484

85-
- Sander Lienaerts sander.lienaerts@codeforward.nl
85+
- Sander Lienaerts sander.lienaerts@codeforward.nl
86+
87+
- Heliconia Solutions Pvt. Ltd. <https://www.heliconia.io>
8688

8789
Maintainers
8890
-----------
@@ -97,6 +99,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
9799
mission is to support the collaborative development of Odoo features and
98100
promote its widespread use.
99101

100-
This module is part of the `OCA/delivery-carrier <https://github.com/OCA/delivery-carrier/tree/17.0/sale_order_warehouse_from_delivery_carrier>`_ project on GitHub.
102+
This module is part of the `OCA/delivery-carrier <https://github.com/OCA/delivery-carrier/tree/18.0/sale_order_warehouse_from_delivery_carrier>`_ project on GitHub.
101103

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

sale_order_warehouse_from_delivery_carrier/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Sale Order Warehouse from Delivery Carrier",
3-
"version": "17.0.1.0.0",
3+
"version": "18.0.1.0.0",
44
"category": "Delivery",
55
"summary": "Sale Order WH from Delivery Carrier",
66
"depends": ["sale_stock", "delivery"],

sale_order_warehouse_from_delivery_carrier/readme/CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
- Maksim Shurupov
44
- Codeforward (https://www.codeforward.nl):
55
- Sander Lienaerts <sander.lienaerts@codeforward.nl>
6+
- Heliconia Solutions Pvt. Ltd. \<<https://www.heliconia.io>\>

sale_order_warehouse_from_delivery_carrier/static/description/index.html

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88

99
/*
1010
:Author: David Goodger (goodger@python.org)
11-
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
11+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
1212
:Copyright: This stylesheet has been placed in the public domain.
1313
1414
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1516
1617
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1718
customize this style sheet.
@@ -274,7 +275,7 @@
274275
margin-left: 2em ;
275276
margin-right: 2em }
276277

277-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
278279
pre.code, code { background-color: #eeeeee }
279280
pre.code .comment, code .comment { color: #5C6576 }
280281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -300,7 +301,7 @@
300301
span.pre {
301302
white-space: pre }
302303

303-
span.problematic {
304+
span.problematic, pre.problematic {
304305
color: red }
305306

306307
span.section-subtitle {
@@ -368,7 +369,7 @@ <h1 class="title">Sale Order Warehouse from Delivery Carrier</h1>
368369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369370
!! source digest: sha256:31d3be7a7aeddf2a3958be40ec29b0f17389652da8bcf1460e6e3369346624a7
370371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371-
<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/17.0/sale_order_warehouse_from_delivery_carrier"><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-17-0/delivery-carrier-17-0-sale_order_warehouse_from_delivery_carrier"><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=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372+
<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/18.0/sale_order_warehouse_from_delivery_carrier"><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-sale_order_warehouse_from_delivery_carrier"><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>
372373
<p>This module allows to set warehouse in Sales Order based on selected
373374
shipping method.</p>
374375
<p><strong>Table of contents</strong></p>
@@ -403,7 +404,7 @@ <h1><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h1>
403404
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/delivery-carrier/issues">GitHub Issues</a>.
404405
In case of trouble, please check there if your issue has already been reported.
405406
If you spotted it first, help us to smash it by providing a detailed and welcomed
406-
<a class="reference external" href="https://github.com/OCA/delivery-carrier/issues/new?body=module:%20sale_order_warehouse_from_delivery_carrier%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
407+
<a class="reference external" href="https://github.com/OCA/delivery-carrier/issues/new?body=module:%20sale_order_warehouse_from_delivery_carrier%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
407408
<p>Do not contact contributors directly about support or help with technical issues.</p>
408409
</div>
409410
<div class="section" id="credits">
@@ -426,16 +427,19 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
426427
<li>Sander Lienaerts <a class="reference external" href="mailto:sander.lienaerts&#64;codeforward.nl">sander.lienaerts&#64;codeforward.nl</a></li>
427428
</ul>
428429
</li>
430+
<li>Heliconia Solutions Pvt. Ltd. &lt;<a class="reference external" href="https://www.heliconia.io">https://www.heliconia.io</a>&gt;</li>
429431
</ul>
430432
</div>
431433
<div class="section" id="maintainers">
432434
<h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
433435
<p>This module is maintained by the OCA.</p>
434-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
436+
<a class="reference external image-reference" href="https://odoo-community.org">
437+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
438+
</a>
435439
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
436440
mission is to support the collaborative development of Odoo features and
437441
promote its widespread use.</p>
438-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/delivery-carrier/tree/17.0/sale_order_warehouse_from_delivery_carrier">OCA/delivery-carrier</a> project on GitHub.</p>
442+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/delivery-carrier/tree/18.0/sale_order_warehouse_from_delivery_carrier">OCA/delivery-carrier</a> project on GitHub.</p>
439443
<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>
440444
</div>
441445
</div>

0 commit comments

Comments
 (0)