odoo-addon-delivery-multi-destination 16.0.1.0.0.4__py3-none-any.whl → 17.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.
Files changed (27) hide show
  1. odoo/addons/delivery_multi_destination/README.rst +35 -31
  2. odoo/addons/delivery_multi_destination/__manifest__.py +2 -2
  3. odoo/addons/delivery_multi_destination/i18n/de.po +0 -6
  4. odoo/addons/delivery_multi_destination/i18n/delivery_multi_destination.pot +1 -1
  5. odoo/addons/delivery_multi_destination/i18n/pt_BR.po +0 -9
  6. odoo/addons/delivery_multi_destination/i18n/sl.po +0 -3
  7. odoo/addons/delivery_multi_destination/i18n/zh_CN.po +0 -9
  8. odoo/addons/delivery_multi_destination/models/delivery_carrier.py +10 -14
  9. odoo/addons/delivery_multi_destination/readme/CONFIGURE.md +8 -0
  10. odoo/addons/delivery_multi_destination/readme/CONTRIBUTORS.md +8 -0
  11. odoo/addons/delivery_multi_destination/readme/DESCRIPTION.md +8 -0
  12. odoo/addons/delivery_multi_destination/readme/ROADMAP.md +2 -0
  13. odoo/addons/delivery_multi_destination/readme/USAGE.md +3 -0
  14. odoo/addons/delivery_multi_destination/static/description/index.html +28 -21
  15. odoo/addons/delivery_multi_destination/tests/test_delivery_multi_destination.py +15 -7
  16. odoo/addons/delivery_multi_destination/views/delivery_carrier_view.xml +15 -28
  17. {odoo_addon_delivery_multi_destination-16.0.1.0.0.4.dist-info → odoo_addon_delivery_multi_destination-17.0.1.0.0.2.dist-info}/METADATA +40 -36
  18. odoo_addon_delivery_multi_destination-17.0.1.0.0.2.dist-info/RECORD +31 -0
  19. {odoo_addon_delivery_multi_destination-16.0.1.0.0.4.dist-info → odoo_addon_delivery_multi_destination-17.0.1.0.0.2.dist-info}/WHEEL +1 -1
  20. odoo_addon_delivery_multi_destination-17.0.1.0.0.2.dist-info/top_level.txt +1 -0
  21. odoo/addons/delivery_multi_destination/readme/CONFIGURE.rst +0 -8
  22. odoo/addons/delivery_multi_destination/readme/CONTRIBUTORS.rst +0 -10
  23. odoo/addons/delivery_multi_destination/readme/DESCRIPTION.rst +0 -6
  24. odoo/addons/delivery_multi_destination/readme/ROADMAP.rst +0 -2
  25. odoo/addons/delivery_multi_destination/readme/USAGE.rst +0 -2
  26. odoo_addon_delivery_multi_destination-16.0.1.0.0.4.dist-info/RECORD +0 -31
  27. odoo_addon_delivery_multi_destination-16.0.1.0.0.4.dist-info/top_level.txt +0 -1
@@ -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:01da966e0e1ee6b31aaa5d0da6e4a614eec3e5fa0637dde2aeaf2096d1428b01
10
+ !! source digest: sha256:eeb0230cb5ceb05618ed436440f6a253205bf4dcf28dafc242fe7eb3468b70bd
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -17,23 +17,25 @@ 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/16.0/delivery_multi_destination
20
+ :target: https://github.com/OCA/delivery-carrier/tree/17.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-16-0/delivery-carrier-16-0-delivery_multi_destination
23
+ :target: https://translation.odoo-community.org/projects/delivery-carrier-17-0/delivery-carrier-17-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=16.0
26
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/delivery-carrier&target_branch=17.0
27
27
  :alt: Try me on Runboat
28
28
 
29
29
  |badge1| |badge2| |badge3| |badge4| |badge5|
30
30
 
31
- This module allows to set different price rules depending on the destination.
31
+ This module allows to set different price rules depending on the
32
+ destination.
32
33
 
33
- This module restores the concept of delivery grid, reusing the same model for
34
- nesting several "children" delivery methods, one per possible destination.
35
- It has been designed to reuse all possible extensions to the base delivery,
36
- without the need to create a glue module for having multiple destinations.
34
+ This module restores the concept of delivery grid, reusing the same
35
+ model for nesting several "children" delivery methods, one per possible
36
+ destination. It has been designed to reuse all possible extensions to
37
+ the base delivery, without the need to create a glue module for having
38
+ multiple destinations.
37
39
 
38
40
  **Table of contents**
39
41
 
@@ -45,24 +47,25 @@ Configuration
45
47
 
46
48
  To configure delivery methods with multiple destinations:
47
49
 
48
- #. Go to Inventory > Configuration > Delivery > Shipping Methods
49
- #. Create or edit an existing record.
50
- #. Select "Destination type" = "Multiple destinations".
51
- #. Introduce a line for each destination in the new tab "Destinations"
52
- #. Lines have priority, so you have to put first the lines with more restricted
53
- destinations.
50
+ 1. Go to Inventory > Configuration > Delivery > Shipping Methods
51
+ 2. Create or edit an existing record.
52
+ 3. Select "Destination type" = "Multiple destinations".
53
+ 4. Introduce a line for each destination in the new tab "Destinations"
54
+ 5. Lines have priority, so you have to put first the lines with more
55
+ restricted destinations.
54
56
 
55
57
  Usage
56
58
  =====
57
59
 
58
- #. When using the delivery method in a Sales order, delivery address will be
59
- used for computing the delivery price according introduced destinations.
60
+ 1. When using the delivery method in a Sales order, delivery address
61
+ will be used for computing the delivery price according introduced
62
+ destinations.
60
63
 
61
64
  Known issues / Roadmap
62
65
  ======================
63
66
 
64
- * Delivery prices for e-commerce (`website_sale_delivery` module) might need
65
- an extra module for handling everything properly.
67
+ - Delivery prices for e-commerce (website_sale_delivery module) might
68
+ need an extra module for handling everything properly.
66
69
 
67
70
  Bug Tracker
68
71
  ===========
@@ -70,7 +73,7 @@ Bug Tracker
70
73
  Bugs are tracked on `GitHub Issues <https://github.com/OCA/delivery-carrier/issues>`_.
71
74
  In case of trouble, please check there if your issue has already been reported.
72
75
  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:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
76
+ `feedback <https://github.com/OCA/delivery-carrier/issues/new?body=module:%20delivery_multi_destination%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
74
77
 
75
78
  Do not contact contributors directly about support or help with technical issues.
76
79
 
@@ -78,26 +81,27 @@ Credits
78
81
  =======
79
82
 
80
83
  Authors
81
- ~~~~~~~
84
+ -------
82
85
 
83
86
  * Tecnativa
84
87
 
85
88
  Contributors
86
- ~~~~~~~~~~~~
89
+ ------------
87
90
 
88
- * `Tecnativa <https://www.tecnativa.com>__`:
91
+ - \`Tecnativa <https://www.tecnativa.com>\_\_\`:
89
92
 
90
- * Pedro M. Baeza
91
- * Luis M. Ontalba
92
- * Carlos Roca
93
- * Carolina Fernandez
93
+ - Pedro M. Baeza
94
+ - Luis M. Ontalba
95
+ - Carlos Roca
96
+ - Carolina Fernandez
97
+ - Víctor Martínez
94
98
 
95
- * `Dinamiche Aziendali <https://www.dinamicheaziendali.it>__`:
99
+ - \`Dinamiche Aziendali <https://www.dinamicheaziendali.it>\_\_\`:
96
100
 
97
- * Gianmarco Conte
101
+ - Gianmarco Conte
98
102
 
99
103
  Maintainers
100
- ~~~~~~~~~~~
104
+ -----------
101
105
 
102
106
  This module is maintained by the OCA.
103
107
 
@@ -109,6 +113,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
109
113
  mission is to support the collaborative development of Odoo features and
110
114
  promote its widespread use.
111
115
 
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.
116
+ This module is part of the `OCA/delivery-carrier <https://github.com/OCA/delivery-carrier/tree/17.0/delivery_multi_destination>`_ project on GitHub.
113
117
 
114
118
  You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
@@ -6,13 +6,13 @@
6
6
 
7
7
  {
8
8
  "name": "Multiple destinations for the same delivery method",
9
- "version": "16.0.1.0.0",
9
+ "version": "17.0.1.0.0",
10
10
  "category": "Delivery",
11
11
  "website": "https://github.com/OCA/delivery-carrier",
12
12
  "author": "Tecnativa, Odoo Community Association (OCA)",
13
13
  "license": "AGPL-3",
14
14
  "installable": True,
15
- "depends": ["delivery"],
15
+ "depends": ["stock_delivery"],
16
16
  "demo": ["demo/delivery_carrier_demo.xml"],
17
17
  "data": ["views/delivery_carrier_view.xml"],
18
18
  }
@@ -111,9 +111,3 @@ msgstr "Vereinigtes Königreich"
111
111
  #: model:product.template,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_product_template
112
112
  msgid "Units"
113
113
  msgstr ""
114
-
115
- #~ msgid "Delivery Methods"
116
- #~ msgstr "Liefermethoden"
117
-
118
- #~ msgid "kg"
119
- #~ msgstr "kg"
@@ -4,7 +4,7 @@
4
4
  #
5
5
  msgid ""
6
6
  msgstr ""
7
- "Project-Id-Version: Odoo Server 16.0\n"
7
+ "Project-Id-Version: Odoo Server 17.0\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
9
  "Last-Translator: \n"
10
10
  "Language-Team: \n"
@@ -113,12 +113,3 @@ msgstr "Reino Unido"
113
113
  #: model:product.template,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_product_template
114
114
  msgid "Units"
115
115
  msgstr "Unidades"
116
-
117
- #~ msgid "Delivery Methods"
118
- #~ msgstr "Métodos de entrega"
119
-
120
- #~ msgid "Unit(s)"
121
- #~ msgstr "Unidade(s)"
122
-
123
- #~ msgid "kg"
124
- #~ msgstr "kg"
@@ -112,6 +112,3 @@ msgstr ""
112
112
  #: model:product.template,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_product_template
113
113
  msgid "Units"
114
114
  msgstr ""
115
-
116
- #~ msgid "Delivery Methods"
117
- #~ msgstr "Načini dostave"
@@ -108,12 +108,3 @@ msgstr "英国"
108
108
  #: model:product.template,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_product_template
109
109
  msgid "Units"
110
110
  msgstr ""
111
-
112
- #~ msgid "Delivery Methods"
113
- #~ msgstr "交货方式"
114
-
115
- #~ msgid "Unit(s)"
116
- #~ msgstr "件"
117
-
118
- #~ msgid "kg"
119
- #~ msgstr "千克"
@@ -32,25 +32,21 @@ class DeliveryCarrier(models.Model):
32
32
  if self.destination_type == "multi" and self.child_ids and not self.product_id:
33
33
  self.product_id = fields.first(self.child_ids.product_id)
34
34
 
35
- def search(self, args, offset=0, limit=None, order=None, count=False):
35
+ @api.model
36
+ def search(self, domain, offset=0, limit=None, order=None):
36
37
  """Don't show by default children carriers."""
37
38
  if not self.env.context.get("show_children_carriers"):
38
- if args is None:
39
- args = []
40
- args += [("parent_id", "=", False)]
41
- return super(DeliveryCarrier, self).search(
42
- args,
43
- offset=offset,
44
- limit=limit,
45
- order=order,
46
- count=count,
47
- )
39
+ if domain is None:
40
+ domain = []
41
+ domain += [("parent_id", "=", False)]
42
+ return super().search(domain, offset=offset, limit=limit, order=order)
48
43
 
49
44
  @api.model
50
45
  def name_search(self, name="", args=None, operator="ilike", limit=100):
51
46
  """Don't show by default children carriers."""
52
- domain = [("parent_id", "=", False)]
53
- return self.search(domain, limit=limit).name_get()
47
+ args = args or []
48
+ args += [("parent_id", "=", False)]
49
+ return super().name_search(name, args, operator, limit)
54
50
 
55
51
  def available_carriers(self, partner):
56
52
  """If the carrier is multi, we test the availability on children."""
@@ -92,7 +88,7 @@ class DeliveryCarrier(models.Model):
92
88
  for p in pickings:
93
89
  picking_res = False
94
90
  for subcarrier in carrier.child_ids.filtered(
95
- lambda x: not x.company_id or x.company_id == p.company_id
91
+ lambda x, p=p: not x.company_id or x.company_id == p.company_id
96
92
  ):
97
93
  if subcarrier.delivery_type == "fixed":
98
94
  if subcarrier._match_address(p.partner_id):
@@ -0,0 +1,8 @@
1
+ To configure delivery methods with multiple destinations:
2
+
3
+ 1. Go to Inventory \> Configuration \> Delivery \> Shipping Methods
4
+ 2. Create or edit an existing record.
5
+ 3. Select "Destination type" = "Multiple destinations".
6
+ 4. Introduce a line for each destination in the new tab "Destinations"
7
+ 5. Lines have priority, so you have to put first the lines with more
8
+ restricted destinations.
@@ -0,0 +1,8 @@
1
+ - \`Tecnativa \<<https://www.tecnativa.com>\>\_\_\`:
2
+ - Pedro M. Baeza
3
+ - Luis M. Ontalba
4
+ - Carlos Roca
5
+ - Carolina Fernandez
6
+ - Víctor Martínez
7
+ - \`Dinamiche Aziendali \<<https://www.dinamicheaziendali.it>\>\_\_\`:
8
+ - Gianmarco Conte
@@ -0,0 +1,8 @@
1
+ This module allows to set different price rules depending on the
2
+ destination.
3
+
4
+ This module restores the concept of delivery grid, reusing the same
5
+ model for nesting several "children" delivery methods, one per possible
6
+ destination. It has been designed to reuse all possible extensions to
7
+ the base delivery, without the need to create a glue module for having
8
+ multiple destinations.
@@ -0,0 +1,2 @@
1
+ - Delivery prices for e-commerce (website_sale_delivery module) might
2
+ need an extra module for handling everything properly.
@@ -0,0 +1,3 @@
1
+ 1. When using the delivery method in a Sales order, delivery address
2
+ will be used for computing the delivery price according introduced
3
+ destinations.
@@ -8,10 +8,11 @@
8
8
 
9
9
  /*
10
10
  :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 $
12
12
  :Copyright: This stylesheet has been placed in the public domain.
13
13
 
14
14
  Default cascading style sheet for the HTML output of Docutils.
15
+ Despite the name, some widely supported CSS2 features are used.
15
16
 
16
17
  See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
17
18
  customize this style sheet.
@@ -274,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code {
274
275
  margin-left: 2em ;
275
276
  margin-right: 2em }
276
277
 
277
- pre.code .ln { color: grey; } /* line numbers */
278
+ pre.code .ln { color: gray; } /* line numbers */
278
279
  pre.code, code { background-color: #eeeeee }
279
280
  pre.code .comment, code .comment { color: #5C6576 }
280
281
  pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -300,7 +301,7 @@ span.option {
300
301
  span.pre {
301
302
  white-space: pre }
302
303
 
303
- span.problematic {
304
+ span.problematic, pre.problematic {
304
305
  color: red }
305
306
 
306
307
  span.section-subtitle {
@@ -366,14 +367,16 @@ ul.auto-toc {
366
367
  !! This file is generated by oca-gen-addon-readme !!
367
368
  !! changes will be overwritten. !!
368
369
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369
- !! source digest: sha256:01da966e0e1ee6b31aaa5d0da6e4a614eec3e5fa0637dde2aeaf2096d1428b01
370
+ !! source digest: sha256:eeb0230cb5ceb05618ed436440f6a253205bf4dcf28dafc242fe7eb3468b70bd
370
371
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372
- <p>This module allows to set different price rules depending on the destination.</p>
373
- <p>This module restores the concept of delivery grid, reusing the same model for
374
- nesting several “children” delivery methods, one per possible destination.
375
- It has been designed to reuse all possible extensions to the base delivery,
376
- without the need to create a glue module for having multiple destinations.</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/17.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-17-0/delivery-carrier-17-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&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373
+ <p>This module allows to set different price rules depending on the
374
+ destination.</p>
375
+ <p>This module restores the concept of delivery grid, reusing the same
376
+ model for nesting several “children” delivery methods, one per possible
377
+ destination. It has been designed to reuse all possible extensions to
378
+ the base delivery, without the need to create a glue module for having
379
+ multiple destinations.</p>
377
380
  <p><strong>Table of contents</strong></p>
378
381
  <div class="contents local topic" id="contents">
379
382
  <ul class="simple">
@@ -397,22 +400,23 @@ without the need to create a glue module for having multiple destinations.</p>
397
400
  <li>Create or edit an existing record.</li>
398
401
  <li>Select “Destination type” = “Multiple destinations”.</li>
399
402
  <li>Introduce a line for each destination in the new tab “Destinations”</li>
400
- <li>Lines have priority, so you have to put first the lines with more restricted
401
- destinations.</li>
403
+ <li>Lines have priority, so you have to put first the lines with more
404
+ restricted destinations.</li>
402
405
  </ol>
403
406
  </div>
404
407
  <div class="section" id="usage">
405
408
  <h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
406
409
  <ol class="arabic simple">
407
- <li>When using the delivery method in a Sales order, delivery address will be
408
- used for computing the delivery price according introduced destinations.</li>
410
+ <li>When using the delivery method in a Sales order, delivery address
411
+ will be used for computing the delivery price according introduced
412
+ destinations.</li>
409
413
  </ol>
410
414
  </div>
411
415
  <div class="section" id="known-issues-roadmap">
412
416
  <h1><a class="toc-backref" href="#toc-entry-3">Known issues / Roadmap</a></h1>
413
417
  <ul class="simple">
414
- <li>Delivery prices for e-commerce (<cite>website_sale_delivery</cite> module) might need
415
- an extra module for handling everything properly.</li>
418
+ <li>Delivery prices for e-commerce (website_sale_delivery module) might
419
+ need an extra module for handling everything properly.</li>
416
420
  </ul>
417
421
  </div>
418
422
  <div class="section" id="bug-tracker">
@@ -420,7 +424,7 @@ an extra module for handling everything properly.</li>
420
424
  <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/delivery-carrier/issues">GitHub Issues</a>.
421
425
  In case of trouble, please check there if your issue has already been reported.
422
426
  If you spotted it first, help us to smash it by providing a detailed and welcomed
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>
427
+ <a class="reference external" href="https://github.com/OCA/delivery-carrier/issues/new?body=module:%20delivery_multi_destination%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
424
428
  <p>Do not contact contributors directly about support or help with technical issues.</p>
425
429
  </div>
426
430
  <div class="section" id="credits">
@@ -434,14 +438,15 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
434
438
  <div class="section" id="contributors">
435
439
  <h2><a class="toc-backref" href="#toc-entry-7">Contributors</a></h2>
436
440
  <ul class="simple">
437
- <li><cite>Tecnativa &lt;https://www.tecnativa.com&gt;__</cite>:<ul>
441
+ <li>`Tecnativa &lt;<a class="reference external" href="https://www.tecnativa.com">https://www.tecnativa.com</a>&gt;__`:<ul>
438
442
  <li>Pedro M. Baeza</li>
439
443
  <li>Luis M. Ontalba</li>
440
444
  <li>Carlos Roca</li>
441
445
  <li>Carolina Fernandez</li>
446
+ <li>Víctor Martínez</li>
442
447
  </ul>
443
448
  </li>
444
- <li><cite>Dinamiche Aziendali &lt;https://www.dinamicheaziendali.it&gt;__</cite>:<ul>
449
+ <li>`Dinamiche Aziendali &lt;<a class="reference external" href="https://www.dinamicheaziendali.it">https://www.dinamicheaziendali.it</a>&gt;__`:<ul>
445
450
  <li>Gianmarco Conte</li>
446
451
  </ul>
447
452
  </li>
@@ -450,11 +455,13 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
450
455
  <div class="section" id="maintainers">
451
456
  <h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
452
457
  <p>This module is maintained by the OCA.</p>
453
- <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
458
+ <a class="reference external image-reference" href="https://odoo-community.org">
459
+ <img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
460
+ </a>
454
461
  <p>OCA, or the Odoo Community Association, is a nonprofit organization whose
455
462
  mission is to support the collaborative development of Odoo features and
456
463
  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/16.0/delivery_multi_destination">OCA/delivery-carrier</a> project on GitHub.</p>
464
+ <p>This module is part of the <a class="reference external" href="https://github.com/OCA/delivery-carrier/tree/17.0/delivery_multi_destination">OCA/delivery-carrier</a> project on GitHub.</p>
458
465
  <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
466
  </div>
460
467
  </div>
@@ -2,14 +2,19 @@
2
2
  # Copyright 2019-2020 Tecnativa - Pedro M. Baeza
3
3
  # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
4
4
 
5
- from odoo.tests import Form, common
5
+ from odoo.tests import Form
6
+ from odoo.tools import mute_logger
6
7
 
8
+ from odoo.addons.base.tests.common import BaseCommon
7
9
 
8
- class TestDeliveryMultiDestination(common.TransactionCase):
10
+
11
+ class TestDeliveryMultiDestination(BaseCommon):
9
12
  @classmethod
10
13
  def setUpClass(cls):
11
14
  super().setUpClass()
12
- cls.country_1 = cls.env["res.country"].create({"name": "Test country 1"})
15
+ cls.country_1 = cls.env["res.country"].create(
16
+ {"name": "Test country 1", "code": "T1"}
17
+ )
13
18
  cls.pricelist = cls.env["product.pricelist"].create(
14
19
  {"name": "Test pricelist", "currency_id": cls.env.company.currency_id.id}
15
20
  )
@@ -20,7 +25,9 @@ class TestDeliveryMultiDestination(common.TransactionCase):
20
25
  "property_product_pricelist": cls.pricelist.id,
21
26
  }
22
27
  )
23
- cls.country_2 = cls.env["res.country"].create({"name": "Test country 2"})
28
+ cls.country_2 = cls.env["res.country"].create(
29
+ {"name": "Test country 2", "code": "T2"}
30
+ )
24
31
  cls.state = cls.env["res.country.state"].create(
25
32
  {"name": "Test state", "code": "TS", "country_id": cls.country_2.id}
26
33
  )
@@ -76,7 +83,7 @@ class TestDeliveryMultiDestination(common.TransactionCase):
76
83
  }
77
84
  )
78
85
  cls.product = cls.env["product.product"].create(
79
- {"name": "Test product", "detailed_type": "product", "list_price": 1}
86
+ {"name": "Test product", "detailed_type": "consu", "list_price": 1}
80
87
  )
81
88
  cls.sale_order = cls._create_sale_order(cls)
82
89
 
@@ -118,6 +125,7 @@ class TestDeliveryMultiDestination(common.TransactionCase):
118
125
  choose_delivery_carrier = wizard.save()
119
126
  choose_delivery_carrier.button_confirm()
120
127
 
128
+ @mute_logger("odoo.models.unlink")
121
129
  def test_delivery_multi_destination(self):
122
130
  order = self.sale_order
123
131
  order.carrier_id = self.carrier_single.id
@@ -163,8 +171,8 @@ class TestDeliveryMultiDestination(common.TransactionCase):
163
171
  self.sale_order.action_confirm()
164
172
  picking = self.sale_order.picking_ids
165
173
  self.assertEqual(picking.carrier_id, self.carrier_multi)
166
- picking.move_ids.quantity_done = 1
167
- picking._action_done()
174
+ picking.move_ids.quantity = 1
175
+ picking.button_validate()
168
176
  self.assertAlmostEqual(picking.carrier_price, 50)
169
177
 
170
178
  def test_delivery_carrier_multi_form(self):
@@ -16,45 +16,34 @@
16
16
  </group>
17
17
  </div>
18
18
  <group name="provider_details" position="attributes">
19
- <attribute
20
- name="attrs"
21
- >{'invisible': [('destination_type', '=', 'multi')]}</attribute>
19
+ <attribute name="invisible">destination_type=='multi'</attribute>
22
20
  </group>
23
- <label for="margin" position="attributes">
24
- <attribute
25
- name="attrs"
26
- >{'invisible': [('destination_type', '=', 'multi')]}</attribute>
21
+ <field name="margin" position="attributes">
22
+ <attribute name="invisible">destination_type=='multi'</attribute>
23
+ </field>
24
+ <label for="free_over" position="attributes">
25
+ <attribute name="invisible">destination_type=='multi'</attribute>
27
26
  </label>
28
- <xpath expr="//field[@name='margin']/.." position="attributes">
29
- <attribute
30
- name="attrs"
31
- >{'invisible': [('destination_type', '=', 'multi')]}</attribute>
32
- </xpath>
33
- <xpath expr="//field[@name='free_over']/.." position="attributes">
34
- <attribute
35
- name="attrs"
36
- >{'invisible': [('destination_type', '=', 'multi')]}</attribute>
27
+ <xpath expr="//div[@name='free_over_amount']" position="attributes">
28
+ <attribute name="invisible">destination_type=='multi'</attribute>
37
29
  </xpath>
38
30
  <field name="amount" position="attributes">
31
+ <attribute name="required">free_over</attribute>
39
32
  <attribute
40
- name="attrs"
41
- >{'required':[('free_over','!=', False)], 'invisible':['|', ('free_over','=', False), ('destination_type', '=', 'multi')]}</attribute>
33
+ name="invisible"
34
+ >not free_over or destination_type == 'multi'</attribute>
42
35
  </field>
43
36
  <page name="pricing" position="attributes">
44
- <attribute
45
- name="attrs"
46
- >{'invisible': [('destination_type', '=', 'multi')]}</attribute>
37
+ <attribute name="invisible">destination_type=='multi'</attribute>
47
38
  </page>
48
39
  <page name="destination" position="attributes">
49
- <attribute
50
- name="attrs"
51
- >{'invisible': [('destination_type', '=', 'multi')]}</attribute>
40
+ <attribute name="invisible">destination_type=='multi'</attribute>
52
41
  </page>
53
42
  <notebook position="inside">
54
43
  <page
55
44
  string="Destinations"
56
45
  name="page_multi_destination"
57
- attrs="{'invisible': [('destination_type', '!=', 'multi')]}"
46
+ invisible="destination_type!='multi'"
58
47
  >
59
48
  <field name="child_ids" context="{'show_children_fields': True}" />
60
49
  </page>
@@ -66,9 +55,7 @@
66
55
  <field name="inherit_id" ref="delivery.view_delivery_carrier_tree" />
67
56
  <field name="arch" type="xml">
68
57
  <field name="delivery_type" position="attributes">
69
- <attribute
70
- name="attrs"
71
- >{'invisible': [('destination_type', '!=', 'one')]}</attribute>
58
+ <attribute name="invisible">destination_type!='one'</attribute>
72
59
  </field>
73
60
  <field name="delivery_type" position="after">
74
61
  <field name="destination_type" />
@@ -1,17 +1,17 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-delivery_multi_destination
3
- Version: 16.0.1.0.0.4
3
+ Version: 17.0.1.0.0.2
4
+ Requires-Python: >=3.10
5
+ Requires-Dist: odoo>=17.0a,<17.1dev
4
6
  Summary: Multiple destinations for the same delivery method
5
7
  Home-page: https://github.com/OCA/delivery-carrier
8
+ License: AGPL-3
6
9
  Author: Tecnativa, Odoo Community Association (OCA)
7
10
  Author-email: support@odoo-community.org
8
- License: AGPL-3
9
11
  Classifier: Programming Language :: Python
10
12
  Classifier: Framework :: Odoo
11
- Classifier: Framework :: Odoo :: 16.0
13
+ Classifier: Framework :: Odoo :: 17.0
12
14
  Classifier: License :: OSI Approved :: GNU Affero General Public License v3
13
- Requires-Python: >=3.10
14
- Requires-Dist: odoo <16.1dev,>=16.0a
15
15
 
16
16
  ==================================================
17
17
  Multiple destinations for the same delivery method
@@ -22,7 +22,7 @@ Multiple destinations for the same delivery method
22
22
  !! This file is generated by oca-gen-addon-readme !!
23
23
  !! changes will be overwritten. !!
24
24
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
25
- !! source digest: sha256:01da966e0e1ee6b31aaa5d0da6e4a614eec3e5fa0637dde2aeaf2096d1428b01
25
+ !! source digest: sha256:eeb0230cb5ceb05618ed436440f6a253205bf4dcf28dafc242fe7eb3468b70bd
26
26
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
27
27
 
28
28
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -32,23 +32,25 @@ Multiple destinations for the same delivery method
32
32
  :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
33
33
  :alt: License: AGPL-3
34
34
  .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fdelivery--carrier-lightgray.png?logo=github
35
- :target: https://github.com/OCA/delivery-carrier/tree/16.0/delivery_multi_destination
35
+ :target: https://github.com/OCA/delivery-carrier/tree/17.0/delivery_multi_destination
36
36
  :alt: OCA/delivery-carrier
37
37
  .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
38
- :target: https://translation.odoo-community.org/projects/delivery-carrier-16-0/delivery-carrier-16-0-delivery_multi_destination
38
+ :target: https://translation.odoo-community.org/projects/delivery-carrier-17-0/delivery-carrier-17-0-delivery_multi_destination
39
39
  :alt: Translate me on Weblate
40
40
  .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
41
- :target: https://runboat.odoo-community.org/builds?repo=OCA/delivery-carrier&target_branch=16.0
41
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/delivery-carrier&target_branch=17.0
42
42
  :alt: Try me on Runboat
43
43
 
44
44
  |badge1| |badge2| |badge3| |badge4| |badge5|
45
45
 
46
- This module allows to set different price rules depending on the destination.
46
+ This module allows to set different price rules depending on the
47
+ destination.
47
48
 
48
- This module restores the concept of delivery grid, reusing the same model for
49
- nesting several "children" delivery methods, one per possible destination.
50
- It has been designed to reuse all possible extensions to the base delivery,
51
- without the need to create a glue module for having multiple destinations.
49
+ This module restores the concept of delivery grid, reusing the same
50
+ model for nesting several "children" delivery methods, one per possible
51
+ destination. It has been designed to reuse all possible extensions to
52
+ the base delivery, without the need to create a glue module for having
53
+ multiple destinations.
52
54
 
53
55
  **Table of contents**
54
56
 
@@ -60,24 +62,25 @@ Configuration
60
62
 
61
63
  To configure delivery methods with multiple destinations:
62
64
 
63
- #. Go to Inventory > Configuration > Delivery > Shipping Methods
64
- #. Create or edit an existing record.
65
- #. Select "Destination type" = "Multiple destinations".
66
- #. Introduce a line for each destination in the new tab "Destinations"
67
- #. Lines have priority, so you have to put first the lines with more restricted
68
- destinations.
65
+ 1. Go to Inventory > Configuration > Delivery > Shipping Methods
66
+ 2. Create or edit an existing record.
67
+ 3. Select "Destination type" = "Multiple destinations".
68
+ 4. Introduce a line for each destination in the new tab "Destinations"
69
+ 5. Lines have priority, so you have to put first the lines with more
70
+ restricted destinations.
69
71
 
70
72
  Usage
71
73
  =====
72
74
 
73
- #. When using the delivery method in a Sales order, delivery address will be
74
- used for computing the delivery price according introduced destinations.
75
+ 1. When using the delivery method in a Sales order, delivery address
76
+ will be used for computing the delivery price according introduced
77
+ destinations.
75
78
 
76
79
  Known issues / Roadmap
77
80
  ======================
78
81
 
79
- * Delivery prices for e-commerce (`website_sale_delivery` module) might need
80
- an extra module for handling everything properly.
82
+ - Delivery prices for e-commerce (website_sale_delivery module) might
83
+ need an extra module for handling everything properly.
81
84
 
82
85
  Bug Tracker
83
86
  ===========
@@ -85,7 +88,7 @@ Bug Tracker
85
88
  Bugs are tracked on `GitHub Issues <https://github.com/OCA/delivery-carrier/issues>`_.
86
89
  In case of trouble, please check there if your issue has already been reported.
87
90
  If you spotted it first, help us to smash it by providing a detailed and welcomed
88
- `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**>`_.
91
+ `feedback <https://github.com/OCA/delivery-carrier/issues/new?body=module:%20delivery_multi_destination%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
89
92
 
90
93
  Do not contact contributors directly about support or help with technical issues.
91
94
 
@@ -93,26 +96,27 @@ Credits
93
96
  =======
94
97
 
95
98
  Authors
96
- ~~~~~~~
99
+ -------
97
100
 
98
101
  * Tecnativa
99
102
 
100
103
  Contributors
101
- ~~~~~~~~~~~~
104
+ ------------
102
105
 
103
- * `Tecnativa <https://www.tecnativa.com>__`:
106
+ - \`Tecnativa <https://www.tecnativa.com>\_\_\`:
104
107
 
105
- * Pedro M. Baeza
106
- * Luis M. Ontalba
107
- * Carlos Roca
108
- * Carolina Fernandez
108
+ - Pedro M. Baeza
109
+ - Luis M. Ontalba
110
+ - Carlos Roca
111
+ - Carolina Fernandez
112
+ - Víctor Martínez
109
113
 
110
- * `Dinamiche Aziendali <https://www.dinamicheaziendali.it>__`:
114
+ - \`Dinamiche Aziendali <https://www.dinamicheaziendali.it>\_\_\`:
111
115
 
112
- * Gianmarco Conte
116
+ - Gianmarco Conte
113
117
 
114
118
  Maintainers
115
- ~~~~~~~~~~~
119
+ -----------
116
120
 
117
121
  This module is maintained by the OCA.
118
122
 
@@ -124,6 +128,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
124
128
  mission is to support the collaborative development of Odoo features and
125
129
  promote its widespread use.
126
130
 
127
- This module is part of the `OCA/delivery-carrier <https://github.com/OCA/delivery-carrier/tree/16.0/delivery_multi_destination>`_ project on GitHub.
131
+ This module is part of the `OCA/delivery-carrier <https://github.com/OCA/delivery-carrier/tree/17.0/delivery_multi_destination>`_ project on GitHub.
128
132
 
129
133
  You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
@@ -0,0 +1,31 @@
1
+ odoo/addons/delivery_multi_destination/README.rst,sha256=zbkAYZsjQERqxIozd4FYHSNfiDWaL7YAd1U0clbUisk,4284
2
+ odoo/addons/delivery_multi_destination/__init__.py,sha256=eShEGRadAlxopoLqIQ4-N42FM7MWPSuBe0h_l1cXTPM,87
3
+ odoo/addons/delivery_multi_destination/__manifest__.py,sha256=7Gqi_QaB1N0n8ZAWbhjwsE6aQBZWfs9tr5LqbRkTK7I,700
4
+ odoo/addons/delivery_multi_destination/demo/delivery_carrier_demo.xml,sha256=8B4KyxiIkHNsfKVjP5GmInxWHacxOpv4UnhUSI1rg18,3753
5
+ odoo/addons/delivery_multi_destination/i18n/cs_CZ.po,sha256=Gy90AL5-iA9bSzCVk_x83-uC14HTtNy-6cet7lVxOJc,5186
6
+ odoo/addons/delivery_multi_destination/i18n/de.po,sha256=8wdwFfuIYA9PztO8FKjWL0RiSb7byaJsGF43oDEjXjA,4973
7
+ odoo/addons/delivery_multi_destination/i18n/delivery_multi_destination.pot,sha256=lL8Q2WgsZjsOX6sqvzXbOeMKlvMINWQnTFULj-QjjaU,3201
8
+ odoo/addons/delivery_multi_destination/i18n/es.po,sha256=T_PWVcFdRcsyMC9nXH7UdI4N87QS6V38YhLmkXHXkOY,5279
9
+ odoo/addons/delivery_multi_destination/i18n/fr.po,sha256=SG4tDQJEr3Sl_Z9agYRo0ynL9XjVobmYSF9zBAh_N-Y,4877
10
+ odoo/addons/delivery_multi_destination/i18n/it.po,sha256=Kl8gCNq2ROR_EcuSOrznMJ38x45i1nSMNS4lxGy2mDk,5237
11
+ odoo/addons/delivery_multi_destination/i18n/nl.po,sha256=IqNJr-phqOD3N012UyS5i9f3DQfPN3qPDhOA_N-FsXs,4877
12
+ odoo/addons/delivery_multi_destination/i18n/nl_NL.po,sha256=fikck4zgmwKf3MYgTh41O2JBUasrtW09Jpl5hQV1dds,4886
13
+ odoo/addons/delivery_multi_destination/i18n/pt_BR.po,sha256=m5WSIapkICk2y5YXts2gxB3eGy6UGldnxo1dnEjZySA,5309
14
+ odoo/addons/delivery_multi_destination/i18n/sl.po,sha256=qCxHjjrNQiBxZctJEF-94GM6NZgEcYUB4adZ4HBW0Eg,4949
15
+ odoo/addons/delivery_multi_destination/i18n/zh_CN.po,sha256=iwqWbYvZnYsIMm_nGf6O0IsywT8eGyN-dRsazfVpYp8,4918
16
+ odoo/addons/delivery_multi_destination/models/__init__.py,sha256=-K4wh1XVA03SZzTTycr_kcgawLtJanP54sq4kwHL5eA,97
17
+ odoo/addons/delivery_multi_destination/models/delivery_carrier.py,sha256=TeRnkfuBpwv7oFz5rfLh6oO2RbMeUgA0mr0U6HzGWHE,5039
18
+ odoo/addons/delivery_multi_destination/readme/CONFIGURE.md,sha256=KdG3B0ELnJK-igujQG_ZuUcj2OT52tpuCTIbrHEOE14,395
19
+ odoo/addons/delivery_multi_destination/readme/CONTRIBUTORS.md,sha256=PKGiALM1DjXzhI-KypkDWka87i0nQ1R0ofUv1qWgIlI,244
20
+ odoo/addons/delivery_multi_destination/readme/DESCRIPTION.md,sha256=Xjkb6T0t6deHKlMHpT3dEIoN5X-QxG9X-8G2WgVmmbs,383
21
+ odoo/addons/delivery_multi_destination/readme/ROADMAP.md,sha256=PF6a__2tCIHeeCezhU5wCS-9Jn3CS3NXLJuj3XjyN6g,127
22
+ odoo/addons/delivery_multi_destination/readme/USAGE.md,sha256=93LQi5SW8LslGtmABGbBo5jJInDB3B1SsYdWI8Hbkq0,159
23
+ odoo/addons/delivery_multi_destination/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
24
+ odoo/addons/delivery_multi_destination/static/description/index.html,sha256=vc5M5qHQyy0aPtxislx2MbZv7c05V2zVSLENMjUH9qg,14424
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=PKtpcuBOQcWhi-qoQ2fMvHiucHW1y67oJh0jDK4xHyY,7604
27
+ odoo/addons/delivery_multi_destination/views/delivery_carrier_view.xml,sha256=XyzKVxZKj0kty_qvW7PpXk85xV6IXpNGKkpO6_aIKC8,3774
28
+ odoo_addon_delivery_multi_destination-17.0.1.0.0.2.dist-info/METADATA,sha256=5EnapCBVi0NUsdl-AzQh1-CaglhBtg0CZ0fL5_0I7Tg,4840
29
+ odoo_addon_delivery_multi_destination-17.0.1.0.0.2.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
30
+ odoo_addon_delivery_multi_destination-17.0.1.0.0.2.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
31
+ odoo_addon_delivery_multi_destination-17.0.1.0.0.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: Whool 1.2
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,8 +0,0 @@
1
- To configure delivery methods with multiple destinations:
2
-
3
- #. Go to Inventory > Configuration > Delivery > Shipping Methods
4
- #. Create or edit an existing record.
5
- #. Select "Destination type" = "Multiple destinations".
6
- #. Introduce a line for each destination in the new tab "Destinations"
7
- #. Lines have priority, so you have to put first the lines with more restricted
8
- destinations.
@@ -1,10 +0,0 @@
1
- * `Tecnativa <https://www.tecnativa.com>__`:
2
-
3
- * Pedro M. Baeza
4
- * Luis M. Ontalba
5
- * Carlos Roca
6
- * Carolina Fernandez
7
-
8
- * `Dinamiche Aziendali <https://www.dinamicheaziendali.it>__`:
9
-
10
- * Gianmarco Conte
@@ -1,6 +0,0 @@
1
- This module allows to set different price rules depending on the destination.
2
-
3
- This module restores the concept of delivery grid, reusing the same model for
4
- nesting several "children" delivery methods, one per possible destination.
5
- It has been designed to reuse all possible extensions to the base delivery,
6
- without the need to create a glue module for having multiple destinations.
@@ -1,2 +0,0 @@
1
- * Delivery prices for e-commerce (`website_sale_delivery` module) might need
2
- an extra module for handling everything properly.
@@ -1,2 +0,0 @@
1
- #. When using the delivery method in a Sales order, delivery address will be
2
- used for computing the delivery price according introduced destinations.
@@ -1,31 +0,0 @@
1
- odoo/addons/delivery_multi_destination/README.rst,sha256=S8rl0DBncWG0RMpsfsfLBR3-2aQ9tpGtRtu6K8dDDgw,4253
2
- odoo/addons/delivery_multi_destination/__init__.py,sha256=eShEGRadAlxopoLqIQ4-N42FM7MWPSuBe0h_l1cXTPM,87
3
- odoo/addons/delivery_multi_destination/__manifest__.py,sha256=sVS7pyLUzLKpZs07x5y4Nt2L5V7CyWGip6Y2S_lU1Wo,694
4
- odoo/addons/delivery_multi_destination/demo/delivery_carrier_demo.xml,sha256=8B4KyxiIkHNsfKVjP5GmInxWHacxOpv4UnhUSI1rg18,3753
5
- odoo/addons/delivery_multi_destination/i18n/cs_CZ.po,sha256=Gy90AL5-iA9bSzCVk_x83-uC14HTtNy-6cet7lVxOJc,5186
6
- odoo/addons/delivery_multi_destination/i18n/de.po,sha256=YMzrA3CrCYt5WpmDOWnWwHWlLdHTGnBPSPjh8yOlvUA,5059
7
- odoo/addons/delivery_multi_destination/i18n/delivery_multi_destination.pot,sha256=AIP8TaInXZ__vkMXmR6nNG4NIYy-mEdKqRp9HHTb49U,3201
8
- odoo/addons/delivery_multi_destination/i18n/es.po,sha256=T_PWVcFdRcsyMC9nXH7UdI4N87QS6V38YhLmkXHXkOY,5279
9
- odoo/addons/delivery_multi_destination/i18n/fr.po,sha256=SG4tDQJEr3Sl_Z9agYRo0ynL9XjVobmYSF9zBAh_N-Y,4877
10
- odoo/addons/delivery_multi_destination/i18n/it.po,sha256=Kl8gCNq2ROR_EcuSOrznMJ38x45i1nSMNS4lxGy2mDk,5237
11
- odoo/addons/delivery_multi_destination/i18n/nl.po,sha256=IqNJr-phqOD3N012UyS5i9f3DQfPN3qPDhOA_N-FsXs,4877
12
- odoo/addons/delivery_multi_destination/i18n/nl_NL.po,sha256=fikck4zgmwKf3MYgTh41O2JBUasrtW09Jpl5hQV1dds,4886
13
- odoo/addons/delivery_multi_destination/i18n/pt_BR.po,sha256=dT7k4N1HoMzK8izV-fe6uucF9l8o4mqPadMNXe2aSB8,5443
14
- odoo/addons/delivery_multi_destination/i18n/sl.po,sha256=_3ENaKvSpzNj9YgTcewlKXj3AI9e6Hhc2_iGU6lZO9A,5006
15
- odoo/addons/delivery_multi_destination/i18n/zh_CN.po,sha256=H-BZaqv1GF2iSJJ-TIhB2dLKGztd3w05XJwvPNSRYpI,5042
16
- odoo/addons/delivery_multi_destination/models/__init__.py,sha256=-K4wh1XVA03SZzTTycr_kcgawLtJanP54sq4kwHL5eA,97
17
- odoo/addons/delivery_multi_destination/models/delivery_carrier.py,sha256=Y4R1nplPOyjCKBxzQJPY3_lCRgGH4ysKSIJhUa3bq8o,5097
18
- odoo/addons/delivery_multi_destination/readme/CONFIGURE.rst,sha256=7ODOGLMD-pk4sqqbXT2EEvsJ-rafrnQz4Xwe3WeD9Xk,386
19
- odoo/addons/delivery_multi_destination/readme/CONTRIBUTORS.rst,sha256=qYFJW8WItTLugT9t5wMcw4A9AVUrCAI5UPrKlwaNJnc,209
20
- odoo/addons/delivery_multi_destination/readme/DESCRIPTION.rst,sha256=zGE7V1m8-nd6FcVva5rSgmnD1i8gOQoIP_4aMeHKEGE,383
21
- odoo/addons/delivery_multi_destination/readme/ROADMAP.rst,sha256=mFUYDdJtYvVAOcxbnU3uIEAb5pCfyvKC-FoOFbx_9ko,129
22
- odoo/addons/delivery_multi_destination/readme/USAGE.rst,sha256=1L4dwqAZ4L8oNQMO90fp64D4_IVf1AEpBGpun6HNFDo,153
23
- odoo/addons/delivery_multi_destination/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
24
- odoo/addons/delivery_multi_destination/static/description/index.html,sha256=On6TCQlnx7pEYbL-bzdx24jZWm_jReNjgKKi6-EBPFg,14207
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=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.4.dist-info/METADATA,sha256=B4-wu9cUNqzGmq17VS0mlUIavBKf5yEwiaxVMg354L0,4810
29
- odoo_addon_delivery_multi_destination-16.0.1.0.0.4.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
30
- odoo_addon_delivery_multi_destination-16.0.1.0.0.4.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
31
- odoo_addon_delivery_multi_destination-16.0.1.0.0.4.dist-info/RECORD,,