odoo-addon-delivery-multi-destination 15.0.1.0.2.2__py3-none-any.whl → 16.0.1.0.0.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of odoo-addon-delivery-multi-destination might be problematic. Click here for more details.
- odoo/addons/delivery_multi_destination/README.rst +7 -6
- odoo/addons/delivery_multi_destination/__manifest__.py +2 -1
- odoo/addons/delivery_multi_destination/i18n/delivery_multi_destination.pot +2 -17
- odoo/addons/delivery_multi_destination/readme/CONTRIBUTORS.rst +1 -0
- odoo/addons/delivery_multi_destination/static/description/index.html +5 -5
- odoo/addons/delivery_multi_destination/tests/test_delivery_multi_destination.py +8 -8
- odoo/addons/delivery_multi_destination/views/delivery_carrier_view.xml +2 -5
- {odoo_addon_delivery_multi_destination-15.0.1.0.2.2.dist-info → odoo_addon_delivery_multi_destination-16.0.1.0.0.2.dist-info}/METADATA +11 -10
- {odoo_addon_delivery_multi_destination-15.0.1.0.2.2.dist-info → odoo_addon_delivery_multi_destination-16.0.1.0.0.2.dist-info}/RECORD +11 -11
- {odoo_addon_delivery_multi_destination-15.0.1.0.2.2.dist-info → odoo_addon_delivery_multi_destination-16.0.1.0.0.2.dist-info}/WHEEL +1 -1
- {odoo_addon_delivery_multi_destination-15.0.1.0.2.2.dist-info → odoo_addon_delivery_multi_destination-16.0.1.0.0.2.dist-info}/top_level.txt +0 -0
|
@@ -7,7 +7,7 @@ Multiple destinations for the same delivery method
|
|
|
7
7
|
!! This file is generated by oca-gen-addon-readme !!
|
|
8
8
|
!! changes will be overwritten. !!
|
|
9
9
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
10
|
-
!! source digest: sha256:
|
|
10
|
+
!! source digest: sha256:01da966e0e1ee6b31aaa5d0da6e4a614eec3e5fa0637dde2aeaf2096d1428b01
|
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
12
12
|
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -17,13 +17,13 @@ Multiple destinations for the same delivery method
|
|
|
17
17
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
18
18
|
:alt: License: AGPL-3
|
|
19
19
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fdelivery--carrier-lightgray.png?logo=github
|
|
20
|
-
:target: https://github.com/OCA/delivery-carrier/tree/
|
|
20
|
+
:target: https://github.com/OCA/delivery-carrier/tree/16.0/delivery_multi_destination
|
|
21
21
|
:alt: OCA/delivery-carrier
|
|
22
22
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
|
23
|
-
:target: https://translation.odoo-community.org/projects/delivery-carrier-
|
|
23
|
+
:target: https://translation.odoo-community.org/projects/delivery-carrier-16-0/delivery-carrier-16-0-delivery_multi_destination
|
|
24
24
|
:alt: Translate me on Weblate
|
|
25
25
|
.. |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=
|
|
26
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/delivery-carrier&target_branch=16.0
|
|
27
27
|
:alt: Try me on Runboat
|
|
28
28
|
|
|
29
29
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
@@ -70,7 +70,7 @@ Bug Tracker
|
|
|
70
70
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/delivery-carrier/issues>`_.
|
|
71
71
|
In case of trouble, please check there if your issue has already been reported.
|
|
72
72
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
73
|
-
`feedback <https://github.com/OCA/delivery-carrier/issues/new?body=module:%20delivery_multi_destination%0Aversion:%
|
|
73
|
+
`feedback <https://github.com/OCA/delivery-carrier/issues/new?body=module:%20delivery_multi_destination%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
|
74
74
|
|
|
75
75
|
Do not contact contributors directly about support or help with technical issues.
|
|
76
76
|
|
|
@@ -90,6 +90,7 @@ Contributors
|
|
|
90
90
|
* Pedro M. Baeza
|
|
91
91
|
* Luis M. Ontalba
|
|
92
92
|
* Carlos Roca
|
|
93
|
+
* Carolina Fernandez
|
|
93
94
|
|
|
94
95
|
* `Dinamiche Aziendali <https://www.dinamicheaziendali.it>__`:
|
|
95
96
|
|
|
@@ -108,6 +109,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
|
108
109
|
mission is to support the collaborative development of Odoo features and
|
|
109
110
|
promote its widespread use.
|
|
110
111
|
|
|
111
|
-
This module is part of the `OCA/delivery-carrier <https://github.com/OCA/delivery-carrier/tree/
|
|
112
|
+
This module is part of the `OCA/delivery-carrier <https://github.com/OCA/delivery-carrier/tree/16.0/delivery_multi_destination>`_ project on GitHub.
|
|
112
113
|
|
|
113
114
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# Copyright 2016-2019 Tecnativa - Pedro M. Baeza
|
|
2
2
|
# Copyright 2017 Tecnativa - Luis M. Ontalba
|
|
3
3
|
# Copyright 2021 Gianmarco Conte <gconte@dinamicheaziendali.it>
|
|
4
|
+
# Copyright 2024 Tecnativa - Carolina Fernandez
|
|
4
5
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
5
6
|
|
|
6
7
|
{
|
|
7
8
|
"name": "Multiple destinations for the same delivery method",
|
|
8
|
-
"version": "
|
|
9
|
+
"version": "16.0.1.0.0",
|
|
9
10
|
"category": "Delivery",
|
|
10
11
|
"website": "https://github.com/OCA/delivery-carrier",
|
|
11
12
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
#
|
|
5
5
|
msgid ""
|
|
6
6
|
msgstr ""
|
|
7
|
-
"Project-Id-Version: Odoo Server
|
|
7
|
+
"Project-Id-Version: Odoo Server 16.0\n"
|
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
|
9
9
|
"Last-Translator: \n"
|
|
10
10
|
"Language-Team: \n"
|
|
@@ -40,25 +40,21 @@ msgstr ""
|
|
|
40
40
|
|
|
41
41
|
#. module: delivery_multi_destination
|
|
42
42
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi
|
|
43
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi
|
|
44
43
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_product_template
|
|
45
44
|
msgid "International Carrier Inc."
|
|
46
45
|
msgstr ""
|
|
47
46
|
|
|
48
47
|
#. module: delivery_multi_destination
|
|
49
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1
|
|
50
48
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1_product_template
|
|
51
49
|
msgid "International Carrier Inc., Belgium"
|
|
52
50
|
msgstr ""
|
|
53
51
|
|
|
54
52
|
#. module: delivery_multi_destination
|
|
55
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2
|
|
56
53
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2_product_template
|
|
57
54
|
msgid "International Carrier Inc., France"
|
|
58
55
|
msgstr ""
|
|
59
56
|
|
|
60
57
|
#. module: delivery_multi_destination
|
|
61
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3
|
|
62
58
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3_product_template
|
|
63
59
|
msgid "International Carrier Inc., United Kingdom"
|
|
64
60
|
msgstr ""
|
|
@@ -84,6 +80,7 @@ msgid "Shipping Methods"
|
|
|
84
80
|
msgstr ""
|
|
85
81
|
|
|
86
82
|
#. module: delivery_multi_destination
|
|
83
|
+
#. odoo-python
|
|
87
84
|
#: code:addons/delivery_multi_destination/models/delivery_carrier.py:0
|
|
88
85
|
#, python-format
|
|
89
86
|
msgid "There is no matching delivery rule."
|
|
@@ -93,15 +90,3 @@ msgstr ""
|
|
|
93
90
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi_child_3
|
|
94
91
|
msgid "United Kingdom"
|
|
95
92
|
msgstr ""
|
|
96
|
-
|
|
97
|
-
#. module: delivery_multi_destination
|
|
98
|
-
#: model:product.product,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi
|
|
99
|
-
#: model:product.product,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1
|
|
100
|
-
#: model:product.product,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2
|
|
101
|
-
#: model:product.product,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3
|
|
102
|
-
#: model:product.template,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1_product_template
|
|
103
|
-
#: model:product.template,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2_product_template
|
|
104
|
-
#: model:product.template,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3_product_template
|
|
105
|
-
#: model:product.template,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_product_template
|
|
106
|
-
msgid "Units"
|
|
107
|
-
msgstr ""
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
1
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3
2
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
4
3
|
<head>
|
|
@@ -367,9 +366,9 @@ ul.auto-toc {
|
|
|
367
366
|
!! This file is generated by oca-gen-addon-readme !!
|
|
368
367
|
!! changes will be overwritten. !!
|
|
369
368
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
370
|
-
!! source digest: sha256:
|
|
369
|
+
!! source digest: sha256:01da966e0e1ee6b31aaa5d0da6e4a614eec3e5fa0637dde2aeaf2096d1428b01
|
|
371
370
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
|
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/
|
|
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/16.0/delivery_multi_destination"><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_multi_destination"><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&target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
|
373
372
|
<p>This module allows to set different price rules depending on the destination.</p>
|
|
374
373
|
<p>This module restores the concept of delivery grid, reusing the same model for
|
|
375
374
|
nesting several “children” delivery methods, one per possible destination.
|
|
@@ -421,7 +420,7 @@ an extra module for handling everything properly.</li>
|
|
|
421
420
|
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/delivery-carrier/issues">GitHub Issues</a>.
|
|
422
421
|
In case of trouble, please check there if your issue has already been reported.
|
|
423
422
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
424
|
-
<a class="reference external" href="https://github.com/OCA/delivery-carrier/issues/new?body=module:%20delivery_multi_destination%0Aversion:%
|
|
423
|
+
<a class="reference external" href="https://github.com/OCA/delivery-carrier/issues/new?body=module:%20delivery_multi_destination%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
|
425
424
|
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
|
426
425
|
</div>
|
|
427
426
|
<div class="section" id="credits">
|
|
@@ -439,6 +438,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
|
439
438
|
<li>Pedro M. Baeza</li>
|
|
440
439
|
<li>Luis M. Ontalba</li>
|
|
441
440
|
<li>Carlos Roca</li>
|
|
441
|
+
<li>Carolina Fernandez</li>
|
|
442
442
|
</ul>
|
|
443
443
|
</li>
|
|
444
444
|
<li><cite>Dinamiche Aziendali <https://www.dinamicheaziendali.it>__</cite>:<ul>
|
|
@@ -454,7 +454,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
|
454
454
|
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
455
455
|
mission is to support the collaborative development of Odoo features and
|
|
456
456
|
promote its widespread use.</p>
|
|
457
|
-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/delivery-carrier/tree/
|
|
457
|
+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/delivery-carrier/tree/16.0/delivery_multi_destination">OCA/delivery-carrier</a> project on GitHub.</p>
|
|
458
458
|
<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>
|
|
459
459
|
</div>
|
|
460
460
|
</div>
|
|
@@ -49,21 +49,21 @@ class TestDeliveryMultiDestination(common.TransactionCase):
|
|
|
49
49
|
cls.product_child_2 = cls.env["product.product"].create(
|
|
50
50
|
{"name": "Test child 2", "detailed_type": "service"}
|
|
51
51
|
)
|
|
52
|
+
zip_prefix_child1 = cls.env["delivery.zip.prefix"].create({"name": "22222"})
|
|
53
|
+
zip_prefix_child2 = cls.env["delivery.zip.prefix"].create({"name": "33333"})
|
|
52
54
|
cls.carrier_multi = cls._create_carrier(
|
|
53
55
|
cls,
|
|
54
56
|
(
|
|
55
57
|
{
|
|
56
58
|
"name": "Test child 1",
|
|
57
59
|
"product_id": cls.product_child_1,
|
|
58
|
-
"
|
|
59
|
-
"zip_to": 29999,
|
|
60
|
+
"zip_prefix_ids": zip_prefix_child1,
|
|
60
61
|
"fixed_price": 50,
|
|
61
62
|
},
|
|
62
63
|
{
|
|
63
64
|
"name": "Test child 2",
|
|
64
65
|
"product_id": cls.product_child_2,
|
|
65
|
-
"
|
|
66
|
-
"zip_to": 39999,
|
|
66
|
+
"zip_prefix_ids": zip_prefix_child2,
|
|
67
67
|
"fixed_price": 150,
|
|
68
68
|
},
|
|
69
69
|
),
|
|
@@ -84,17 +84,17 @@ class TestDeliveryMultiDestination(common.TransactionCase):
|
|
|
84
84
|
carrier_form = Form(self.env["delivery.carrier"])
|
|
85
85
|
carrier_form.name = "Test carrier multi"
|
|
86
86
|
carrier_form.product_id = self.product
|
|
87
|
-
carrier_form.destination_type = "multi"
|
|
88
87
|
carrier_form.delivery_type = "fixed"
|
|
89
88
|
carrier_form.fixed_price = 100
|
|
89
|
+
# this needs to be done in this order
|
|
90
|
+
carrier_form.destination_type = "multi"
|
|
90
91
|
for child_item in childs:
|
|
91
92
|
with carrier_form.child_ids.new() as child_form:
|
|
92
93
|
child_form.name = child_item["name"]
|
|
93
94
|
child_form.product_id = child_item["product_id"]
|
|
94
95
|
child_form.country_ids.add(self.country_2)
|
|
95
96
|
child_form.state_ids.add(self.state)
|
|
96
|
-
child_form.
|
|
97
|
-
child_form.zip_to = child_item["zip_to"]
|
|
97
|
+
child_form.zip_prefix_ids.add(child_item["zip_prefix_ids"])
|
|
98
98
|
child_form.delivery_type = "fixed"
|
|
99
99
|
child_form.fixed_price = child_item["fixed_price"]
|
|
100
100
|
return carrier_form.save()
|
|
@@ -163,7 +163,7 @@ class TestDeliveryMultiDestination(common.TransactionCase):
|
|
|
163
163
|
self.sale_order.action_confirm()
|
|
164
164
|
picking = self.sale_order.picking_ids
|
|
165
165
|
self.assertEqual(picking.carrier_id, self.carrier_multi)
|
|
166
|
-
picking.
|
|
166
|
+
picking.move_ids.quantity_done = 1
|
|
167
167
|
picking._action_done()
|
|
168
168
|
self.assertAlmostEqual(picking.carrier_price, 50)
|
|
169
169
|
|
|
@@ -81,11 +81,8 @@
|
|
|
81
81
|
invisible="not context.get('show_children_fields', False)"
|
|
82
82
|
/>
|
|
83
83
|
<field
|
|
84
|
-
name="
|
|
85
|
-
|
|
86
|
-
/>
|
|
87
|
-
<field
|
|
88
|
-
name="zip_to"
|
|
84
|
+
name="zip_prefix_ids"
|
|
85
|
+
widget="many2many_tags"
|
|
89
86
|
invisible="not context.get('show_children_fields', False)"
|
|
90
87
|
/>
|
|
91
88
|
</field>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: odoo-addon-delivery-multi-destination
|
|
3
|
-
Version:
|
|
3
|
+
Version: 16.0.1.0.0.2
|
|
4
4
|
Summary: Multiple destinations for the same delivery method
|
|
5
5
|
Home-page: https://github.com/OCA/delivery-carrier
|
|
6
6
|
Author: Tecnativa, Odoo Community Association (OCA)
|
|
@@ -9,10 +9,10 @@ License: AGPL-3
|
|
|
9
9
|
Platform: UNKNOWN
|
|
10
10
|
Classifier: Programming Language :: Python
|
|
11
11
|
Classifier: Framework :: Odoo
|
|
12
|
-
Classifier: Framework :: Odoo ::
|
|
12
|
+
Classifier: Framework :: Odoo :: 16.0
|
|
13
13
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
14
|
-
Requires-Python: >=3.
|
|
15
|
-
Requires-Dist: odoo <
|
|
14
|
+
Requires-Python: >=3.10
|
|
15
|
+
Requires-Dist: odoo <16.1dev,>=16.0a
|
|
16
16
|
|
|
17
17
|
==================================================
|
|
18
18
|
Multiple destinations for the same delivery method
|
|
@@ -23,7 +23,7 @@ Multiple destinations for the same delivery method
|
|
|
23
23
|
!! This file is generated by oca-gen-addon-readme !!
|
|
24
24
|
!! changes will be overwritten. !!
|
|
25
25
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
26
|
-
!! source digest: sha256:
|
|
26
|
+
!! source digest: sha256:01da966e0e1ee6b31aaa5d0da6e4a614eec3e5fa0637dde2aeaf2096d1428b01
|
|
27
27
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
28
28
|
|
|
29
29
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -33,13 +33,13 @@ Multiple destinations for the same delivery method
|
|
|
33
33
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
34
34
|
:alt: License: AGPL-3
|
|
35
35
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fdelivery--carrier-lightgray.png?logo=github
|
|
36
|
-
:target: https://github.com/OCA/delivery-carrier/tree/
|
|
36
|
+
:target: https://github.com/OCA/delivery-carrier/tree/16.0/delivery_multi_destination
|
|
37
37
|
:alt: OCA/delivery-carrier
|
|
38
38
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
|
39
|
-
:target: https://translation.odoo-community.org/projects/delivery-carrier-
|
|
39
|
+
:target: https://translation.odoo-community.org/projects/delivery-carrier-16-0/delivery-carrier-16-0-delivery_multi_destination
|
|
40
40
|
:alt: Translate me on Weblate
|
|
41
41
|
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
|
42
|
-
:target: https://runboat.odoo-community.org/builds?repo=OCA/delivery-carrier&target_branch=
|
|
42
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/delivery-carrier&target_branch=16.0
|
|
43
43
|
:alt: Try me on Runboat
|
|
44
44
|
|
|
45
45
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
@@ -86,7 +86,7 @@ Bug Tracker
|
|
|
86
86
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/delivery-carrier/issues>`_.
|
|
87
87
|
In case of trouble, please check there if your issue has already been reported.
|
|
88
88
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
89
|
-
`feedback <https://github.com/OCA/delivery-carrier/issues/new?body=module:%20delivery_multi_destination%0Aversion:%
|
|
89
|
+
`feedback <https://github.com/OCA/delivery-carrier/issues/new?body=module:%20delivery_multi_destination%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
|
90
90
|
|
|
91
91
|
Do not contact contributors directly about support or help with technical issues.
|
|
92
92
|
|
|
@@ -106,6 +106,7 @@ Contributors
|
|
|
106
106
|
* Pedro M. Baeza
|
|
107
107
|
* Luis M. Ontalba
|
|
108
108
|
* Carlos Roca
|
|
109
|
+
* Carolina Fernandez
|
|
109
110
|
|
|
110
111
|
* `Dinamiche Aziendali <https://www.dinamicheaziendali.it>__`:
|
|
111
112
|
|
|
@@ -124,7 +125,7 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
|
124
125
|
mission is to support the collaborative development of Odoo features and
|
|
125
126
|
promote its widespread use.
|
|
126
127
|
|
|
127
|
-
This module is part of the `OCA/delivery-carrier <https://github.com/OCA/delivery-carrier/tree/
|
|
128
|
+
This module is part of the `OCA/delivery-carrier <https://github.com/OCA/delivery-carrier/tree/16.0/delivery_multi_destination>`_ project on GitHub.
|
|
128
129
|
|
|
129
130
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
130
131
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
odoo/addons/delivery_multi_destination/README.rst,sha256=
|
|
1
|
+
odoo/addons/delivery_multi_destination/README.rst,sha256=S8rl0DBncWG0RMpsfsfLBR3-2aQ9tpGtRtu6K8dDDgw,4253
|
|
2
2
|
odoo/addons/delivery_multi_destination/__init__.py,sha256=eShEGRadAlxopoLqIQ4-N42FM7MWPSuBe0h_l1cXTPM,87
|
|
3
|
-
odoo/addons/delivery_multi_destination/__manifest__.py,sha256=
|
|
3
|
+
odoo/addons/delivery_multi_destination/__manifest__.py,sha256=sVS7pyLUzLKpZs07x5y4Nt2L5V7CyWGip6Y2S_lU1Wo,694
|
|
4
4
|
odoo/addons/delivery_multi_destination/demo/delivery_carrier_demo.xml,sha256=8B4KyxiIkHNsfKVjP5GmInxWHacxOpv4UnhUSI1rg18,3753
|
|
5
5
|
odoo/addons/delivery_multi_destination/i18n/cs_CZ.po,sha256=Gy90AL5-iA9bSzCVk_x83-uC14HTtNy-6cet7lVxOJc,5186
|
|
6
6
|
odoo/addons/delivery_multi_destination/i18n/de.po,sha256=YMzrA3CrCYt5WpmDOWnWwHWlLdHTGnBPSPjh8yOlvUA,5059
|
|
7
|
-
odoo/addons/delivery_multi_destination/i18n/delivery_multi_destination.pot,sha256=
|
|
7
|
+
odoo/addons/delivery_multi_destination/i18n/delivery_multi_destination.pot,sha256=AIP8TaInXZ__vkMXmR6nNG4NIYy-mEdKqRp9HHTb49U,3201
|
|
8
8
|
odoo/addons/delivery_multi_destination/i18n/es.po,sha256=T_PWVcFdRcsyMC9nXH7UdI4N87QS6V38YhLmkXHXkOY,5279
|
|
9
9
|
odoo/addons/delivery_multi_destination/i18n/fr.po,sha256=SG4tDQJEr3Sl_Z9agYRo0ynL9XjVobmYSF9zBAh_N-Y,4877
|
|
10
10
|
odoo/addons/delivery_multi_destination/i18n/it.po,sha256=bz6k13ms6DW81gg8XFBQYswGcf0ETxnsW_0o70y_ht8,4879
|
|
@@ -16,16 +16,16 @@ odoo/addons/delivery_multi_destination/i18n/zh_CN.po,sha256=H-BZaqv1GF2iSJJ-TIhB
|
|
|
16
16
|
odoo/addons/delivery_multi_destination/models/__init__.py,sha256=-K4wh1XVA03SZzTTycr_kcgawLtJanP54sq4kwHL5eA,97
|
|
17
17
|
odoo/addons/delivery_multi_destination/models/delivery_carrier.py,sha256=Y4R1nplPOyjCKBxzQJPY3_lCRgGH4ysKSIJhUa3bq8o,5097
|
|
18
18
|
odoo/addons/delivery_multi_destination/readme/CONFIGURE.rst,sha256=7ODOGLMD-pk4sqqbXT2EEvsJ-rafrnQz4Xwe3WeD9Xk,386
|
|
19
|
-
odoo/addons/delivery_multi_destination/readme/CONTRIBUTORS.rst,sha256=
|
|
19
|
+
odoo/addons/delivery_multi_destination/readme/CONTRIBUTORS.rst,sha256=qYFJW8WItTLugT9t5wMcw4A9AVUrCAI5UPrKlwaNJnc,209
|
|
20
20
|
odoo/addons/delivery_multi_destination/readme/DESCRIPTION.rst,sha256=zGE7V1m8-nd6FcVva5rSgmnD1i8gOQoIP_4aMeHKEGE,383
|
|
21
21
|
odoo/addons/delivery_multi_destination/readme/ROADMAP.rst,sha256=mFUYDdJtYvVAOcxbnU3uIEAb5pCfyvKC-FoOFbx_9ko,129
|
|
22
22
|
odoo/addons/delivery_multi_destination/readme/USAGE.rst,sha256=1L4dwqAZ4L8oNQMO90fp64D4_IVf1AEpBGpun6HNFDo,153
|
|
23
23
|
odoo/addons/delivery_multi_destination/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
|
24
|
-
odoo/addons/delivery_multi_destination/static/description/index.html,sha256=
|
|
24
|
+
odoo/addons/delivery_multi_destination/static/description/index.html,sha256=On6TCQlnx7pEYbL-bzdx24jZWm_jReNjgKKi6-EBPFg,14207
|
|
25
25
|
odoo/addons/delivery_multi_destination/tests/__init__.py,sha256=84QCPauC2-TkXZsq1euuy3oNLYJpiocgsAVkUqpUsLI,112
|
|
26
|
-
odoo/addons/delivery_multi_destination/tests/test_delivery_multi_destination.py,sha256=
|
|
27
|
-
odoo/addons/delivery_multi_destination/views/delivery_carrier_view.xml,sha256=
|
|
28
|
-
odoo_addon_delivery_multi_destination-
|
|
29
|
-
odoo_addon_delivery_multi_destination-
|
|
30
|
-
odoo_addon_delivery_multi_destination-
|
|
31
|
-
odoo_addon_delivery_multi_destination-
|
|
26
|
+
odoo/addons/delivery_multi_destination/tests/test_delivery_multi_destination.py,sha256=kMvXo_By6mpnymJuqFowUR9jEK5AD-env4MYD08fnWw,7428
|
|
27
|
+
odoo/addons/delivery_multi_destination/views/delivery_carrier_view.xml,sha256=EpJXlKQraYrvdjNnXEf28hWladF3ak0vbCyAnpQHPq4,4234
|
|
28
|
+
odoo_addon_delivery_multi_destination-16.0.1.0.0.2.dist-info/METADATA,sha256=2lfmxPBpvcXyhZlksK34PAAayT-NyMxHwfmmrHj61-0,4830
|
|
29
|
+
odoo_addon_delivery_multi_destination-16.0.1.0.0.2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
30
|
+
odoo_addon_delivery_multi_destination-16.0.1.0.0.2.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
|
31
|
+
odoo_addon_delivery_multi_destination-16.0.1.0.0.2.dist-info/RECORD,,
|