odoo-addon-delivery-multi-destination 16.0.1.0.1__py3-none-any.whl → 16.0.2.0.0.6__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.
- odoo/addons/delivery_multi_destination/README.rst +1 -1
- odoo/addons/delivery_multi_destination/__init__.py +1 -0
- odoo/addons/delivery_multi_destination/__manifest__.py +1 -1
- odoo/addons/delivery_multi_destination/demo/delivery_carrier_demo.xml +1 -0
- odoo/addons/delivery_multi_destination/i18n/cs_CZ.po +30 -16
- odoo/addons/delivery_multi_destination/i18n/de.po +30 -16
- odoo/addons/delivery_multi_destination/i18n/delivery_multi_destination.pot +29 -0
- odoo/addons/delivery_multi_destination/i18n/es.po +32 -15
- odoo/addons/delivery_multi_destination/i18n/fr.po +30 -16
- odoo/addons/delivery_multi_destination/i18n/it.po +32 -15
- odoo/addons/delivery_multi_destination/i18n/nl.po +30 -16
- odoo/addons/delivery_multi_destination/i18n/nl_NL.po +30 -16
- odoo/addons/delivery_multi_destination/i18n/pt_BR.po +34 -17
- odoo/addons/delivery_multi_destination/i18n/sl.po +32 -18
- odoo/addons/delivery_multi_destination/i18n/zh_CN.po +30 -16
- odoo/addons/delivery_multi_destination/migrations/16.0.2.0.0/pre-migration.py +15 -0
- odoo/addons/delivery_multi_destination/models/delivery_carrier.py +101 -70
- odoo/addons/delivery_multi_destination/readme/newsfragments/540.feature.rst +4 -0
- odoo/addons/delivery_multi_destination/static/description/index.html +1 -1
- odoo/addons/delivery_multi_destination/tests/test_delivery_multi_destination.py +16 -2
- odoo/addons/delivery_multi_destination/wizards/__init__.py +5 -0
- odoo/addons/delivery_multi_destination/wizards/choose_delivery_carrier.py +27 -0
- {odoo_addon_delivery_multi_destination-16.0.1.0.1.dist-info → odoo_addon_delivery_multi_destination-16.0.2.0.0.6.dist-info}/METADATA +2 -2
- odoo_addon_delivery_multi_destination-16.0.2.0.0.6.dist-info/RECORD +35 -0
- odoo_addon_delivery_multi_destination-16.0.1.0.1.dist-info/RECORD +0 -31
- {odoo_addon_delivery_multi_destination-16.0.1.0.1.dist-info → odoo_addon_delivery_multi_destination-16.0.2.0.0.6.dist-info}/WHEEL +0 -0
- {odoo_addon_delivery_multi_destination-16.0.1.0.1.dist-info → odoo_addon_delivery_multi_destination-16.0.2.0.0.6.dist-info}/top_level.txt +0 -0
|
@@ -11,7 +11,7 @@ Multiple destinations for the same delivery method
|
|
|
11
11
|
!! This file is generated by oca-gen-addon-readme !!
|
|
12
12
|
!! changes will be overwritten. !!
|
|
13
13
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
14
|
-
!! source digest: sha256:
|
|
14
|
+
!! source digest: sha256:25e624cc13975bea90a7a3aadc32eef1f35fefa8ea2223ba32dc6dd702552b28
|
|
15
15
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
16
16
|
|
|
17
17
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
{
|
|
8
8
|
"name": "Multiple destinations for the same delivery method",
|
|
9
|
-
"version": "16.0.
|
|
9
|
+
"version": "16.0.2.0.0",
|
|
10
10
|
"category": "Delivery",
|
|
11
11
|
"website": "https://github.com/OCA/delivery-carrier",
|
|
12
12
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
<field name="name">International Carrier Inc.</field>
|
|
9
9
|
<field name="sequence">4</field>
|
|
10
10
|
<field name="destination_type">multi</field>
|
|
11
|
+
<field name="delivery_type">base_on_destination</field>
|
|
11
12
|
<field name="product_id" ref="product_product_delivery_carrier_multi" />
|
|
12
13
|
</record>
|
|
13
14
|
<record id="product_product_delivery_carrier_multi_child_1" model="product.product">
|
|
@@ -19,11 +19,21 @@ msgstr ""
|
|
|
19
19
|
"Content-Transfer-Encoding: \n"
|
|
20
20
|
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
|
21
21
|
|
|
22
|
+
#. module: delivery_multi_destination
|
|
23
|
+
#: model:ir.model.fields.selection,name:delivery_multi_destination.selection__delivery_carrier__delivery_type__base_on_destination
|
|
24
|
+
msgid "Based on Destination"
|
|
25
|
+
msgstr ""
|
|
26
|
+
|
|
22
27
|
#. module: delivery_multi_destination
|
|
23
28
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi_child_1
|
|
24
29
|
msgid "Belgium"
|
|
25
30
|
msgstr "Belgie"
|
|
26
31
|
|
|
32
|
+
#. module: delivery_multi_destination
|
|
33
|
+
#: model:ir.model,name:delivery_multi_destination.model_choose_delivery_carrier
|
|
34
|
+
msgid "Delivery Carrier Selection Wizard"
|
|
35
|
+
msgstr ""
|
|
36
|
+
|
|
27
37
|
#. module: delivery_multi_destination
|
|
28
38
|
#: model:ir.model.fields,field_description:delivery_multi_destination.field_delivery_carrier__destination_type
|
|
29
39
|
#, fuzzy
|
|
@@ -40,6 +50,20 @@ msgstr "Destinační mřížka"
|
|
|
40
50
|
msgid "Destinations"
|
|
41
51
|
msgstr "Destinace"
|
|
42
52
|
|
|
53
|
+
#. module: delivery_multi_destination
|
|
54
|
+
#. odoo-python
|
|
55
|
+
#: code:addons/delivery_multi_destination/wizards/choose_delivery_carrier.py:0
|
|
56
|
+
#, python-format
|
|
57
|
+
msgid "Error"
|
|
58
|
+
msgstr ""
|
|
59
|
+
|
|
60
|
+
#. module: delivery_multi_destination
|
|
61
|
+
#. odoo-python
|
|
62
|
+
#: code:addons/delivery_multi_destination/models/delivery_carrier.py:0
|
|
63
|
+
#, python-format
|
|
64
|
+
msgid "Error: this delivery method is not available for this address."
|
|
65
|
+
msgstr ""
|
|
66
|
+
|
|
43
67
|
#. module: delivery_multi_destination
|
|
44
68
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi_child_2
|
|
45
69
|
msgid "France"
|
|
@@ -47,27 +71,23 @@ msgstr "Francie"
|
|
|
47
71
|
|
|
48
72
|
#. module: delivery_multi_destination
|
|
49
73
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi
|
|
50
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi
|
|
51
74
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_product_template
|
|
52
75
|
msgid "International Carrier Inc."
|
|
53
76
|
msgstr "Mezinárodní dopravce Inc."
|
|
54
77
|
|
|
55
78
|
#. module: delivery_multi_destination
|
|
56
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1
|
|
57
79
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1_product_template
|
|
58
80
|
#, fuzzy
|
|
59
81
|
msgid "International Carrier Inc., Belgium"
|
|
60
82
|
msgstr "Mezinárodní dopravce Inc."
|
|
61
83
|
|
|
62
84
|
#. module: delivery_multi_destination
|
|
63
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2
|
|
64
85
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2_product_template
|
|
65
86
|
#, fuzzy
|
|
66
87
|
msgid "International Carrier Inc., France"
|
|
67
88
|
msgstr "Mezinárodní dopravce Inc."
|
|
68
89
|
|
|
69
90
|
#. module: delivery_multi_destination
|
|
70
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3
|
|
71
91
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3_product_template
|
|
72
92
|
#, fuzzy
|
|
73
93
|
msgid "International Carrier Inc., United Kingdom"
|
|
@@ -88,12 +108,18 @@ msgstr "Jeden cíl"
|
|
|
88
108
|
msgid "Parent carrier"
|
|
89
109
|
msgstr "Nadřazený dopravce"
|
|
90
110
|
|
|
111
|
+
#. module: delivery_multi_destination
|
|
112
|
+
#: model:ir.model.fields,field_description:delivery_multi_destination.field_delivery_carrier__delivery_type
|
|
113
|
+
msgid "Provider"
|
|
114
|
+
msgstr ""
|
|
115
|
+
|
|
91
116
|
#. module: delivery_multi_destination
|
|
92
117
|
#: model:ir.model,name:delivery_multi_destination.model_delivery_carrier
|
|
93
118
|
msgid "Shipping Methods"
|
|
94
119
|
msgstr ""
|
|
95
120
|
|
|
96
121
|
#. module: delivery_multi_destination
|
|
122
|
+
#. odoo-python
|
|
97
123
|
#: code:addons/delivery_multi_destination/models/delivery_carrier.py:0
|
|
98
124
|
#, python-format
|
|
99
125
|
msgid "There is no matching delivery rule."
|
|
@@ -103,15 +129,3 @@ msgstr ""
|
|
|
103
129
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi_child_3
|
|
104
130
|
msgid "United Kingdom"
|
|
105
131
|
msgstr "Spojené království"
|
|
106
|
-
|
|
107
|
-
#. module: delivery_multi_destination
|
|
108
|
-
#: model:product.product,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi
|
|
109
|
-
#: model:product.product,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1
|
|
110
|
-
#: model:product.product,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2
|
|
111
|
-
#: model:product.product,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3
|
|
112
|
-
#: model:product.template,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1_product_template
|
|
113
|
-
#: model:product.template,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2_product_template
|
|
114
|
-
#: model:product.template,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3_product_template
|
|
115
|
-
#: model:product.template,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_product_template
|
|
116
|
-
msgid "Units"
|
|
117
|
-
msgstr ""
|
|
@@ -19,11 +19,21 @@ msgstr ""
|
|
|
19
19
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
20
20
|
"X-Generator: Weblate 3.8\n"
|
|
21
21
|
|
|
22
|
+
#. module: delivery_multi_destination
|
|
23
|
+
#: model:ir.model.fields.selection,name:delivery_multi_destination.selection__delivery_carrier__delivery_type__base_on_destination
|
|
24
|
+
msgid "Based on Destination"
|
|
25
|
+
msgstr ""
|
|
26
|
+
|
|
22
27
|
#. module: delivery_multi_destination
|
|
23
28
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi_child_1
|
|
24
29
|
msgid "Belgium"
|
|
25
30
|
msgstr "Belgien"
|
|
26
31
|
|
|
32
|
+
#. module: delivery_multi_destination
|
|
33
|
+
#: model:ir.model,name:delivery_multi_destination.model_choose_delivery_carrier
|
|
34
|
+
msgid "Delivery Carrier Selection Wizard"
|
|
35
|
+
msgstr ""
|
|
36
|
+
|
|
27
37
|
#. module: delivery_multi_destination
|
|
28
38
|
#: model:ir.model.fields,field_description:delivery_multi_destination.field_delivery_carrier__destination_type
|
|
29
39
|
msgid "Destination Type"
|
|
@@ -39,6 +49,20 @@ msgstr ""
|
|
|
39
49
|
msgid "Destinations"
|
|
40
50
|
msgstr "Ziele"
|
|
41
51
|
|
|
52
|
+
#. module: delivery_multi_destination
|
|
53
|
+
#. odoo-python
|
|
54
|
+
#: code:addons/delivery_multi_destination/wizards/choose_delivery_carrier.py:0
|
|
55
|
+
#, python-format
|
|
56
|
+
msgid "Error"
|
|
57
|
+
msgstr ""
|
|
58
|
+
|
|
59
|
+
#. module: delivery_multi_destination
|
|
60
|
+
#. odoo-python
|
|
61
|
+
#: code:addons/delivery_multi_destination/models/delivery_carrier.py:0
|
|
62
|
+
#, python-format
|
|
63
|
+
msgid "Error: this delivery method is not available for this address."
|
|
64
|
+
msgstr ""
|
|
65
|
+
|
|
42
66
|
#. module: delivery_multi_destination
|
|
43
67
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi_child_2
|
|
44
68
|
msgid "France"
|
|
@@ -46,25 +70,21 @@ msgstr "Frankreich"
|
|
|
46
70
|
|
|
47
71
|
#. module: delivery_multi_destination
|
|
48
72
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi
|
|
49
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi
|
|
50
73
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_product_template
|
|
51
74
|
msgid "International Carrier Inc."
|
|
52
75
|
msgstr ""
|
|
53
76
|
|
|
54
77
|
#. module: delivery_multi_destination
|
|
55
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1
|
|
56
78
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1_product_template
|
|
57
79
|
msgid "International Carrier Inc., Belgium"
|
|
58
80
|
msgstr ""
|
|
59
81
|
|
|
60
82
|
#. module: delivery_multi_destination
|
|
61
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2
|
|
62
83
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2_product_template
|
|
63
84
|
msgid "International Carrier Inc., France"
|
|
64
85
|
msgstr ""
|
|
65
86
|
|
|
66
87
|
#. module: delivery_multi_destination
|
|
67
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3
|
|
68
88
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3_product_template
|
|
69
89
|
msgid "International Carrier Inc., United Kingdom"
|
|
70
90
|
msgstr ""
|
|
@@ -84,12 +104,18 @@ msgstr "Ein Ziel"
|
|
|
84
104
|
msgid "Parent carrier"
|
|
85
105
|
msgstr ""
|
|
86
106
|
|
|
107
|
+
#. module: delivery_multi_destination
|
|
108
|
+
#: model:ir.model.fields,field_description:delivery_multi_destination.field_delivery_carrier__delivery_type
|
|
109
|
+
msgid "Provider"
|
|
110
|
+
msgstr ""
|
|
111
|
+
|
|
87
112
|
#. module: delivery_multi_destination
|
|
88
113
|
#: model:ir.model,name:delivery_multi_destination.model_delivery_carrier
|
|
89
114
|
msgid "Shipping Methods"
|
|
90
115
|
msgstr ""
|
|
91
116
|
|
|
92
117
|
#. module: delivery_multi_destination
|
|
118
|
+
#. odoo-python
|
|
93
119
|
#: code:addons/delivery_multi_destination/models/delivery_carrier.py:0
|
|
94
120
|
#, python-format
|
|
95
121
|
msgid "There is no matching delivery rule."
|
|
@@ -100,18 +126,6 @@ msgstr ""
|
|
|
100
126
|
msgid "United Kingdom"
|
|
101
127
|
msgstr "Vereinigtes Königreich"
|
|
102
128
|
|
|
103
|
-
#. module: delivery_multi_destination
|
|
104
|
-
#: model:product.product,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi
|
|
105
|
-
#: model:product.product,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1
|
|
106
|
-
#: model:product.product,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2
|
|
107
|
-
#: model:product.product,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3
|
|
108
|
-
#: model:product.template,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1_product_template
|
|
109
|
-
#: model:product.template,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2_product_template
|
|
110
|
-
#: model:product.template,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3_product_template
|
|
111
|
-
#: model:product.template,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_product_template
|
|
112
|
-
msgid "Units"
|
|
113
|
-
msgstr ""
|
|
114
|
-
|
|
115
129
|
#~ msgid "Delivery Methods"
|
|
116
130
|
#~ msgstr "Liefermethoden"
|
|
117
131
|
|
|
@@ -13,11 +13,21 @@ msgstr ""
|
|
|
13
13
|
"Content-Transfer-Encoding: \n"
|
|
14
14
|
"Plural-Forms: \n"
|
|
15
15
|
|
|
16
|
+
#. module: delivery_multi_destination
|
|
17
|
+
#: model:ir.model.fields.selection,name:delivery_multi_destination.selection__delivery_carrier__delivery_type__base_on_destination
|
|
18
|
+
msgid "Based on Destination"
|
|
19
|
+
msgstr ""
|
|
20
|
+
|
|
16
21
|
#. module: delivery_multi_destination
|
|
17
22
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi_child_1
|
|
18
23
|
msgid "Belgium"
|
|
19
24
|
msgstr ""
|
|
20
25
|
|
|
26
|
+
#. module: delivery_multi_destination
|
|
27
|
+
#: model:ir.model,name:delivery_multi_destination.model_choose_delivery_carrier
|
|
28
|
+
msgid "Delivery Carrier Selection Wizard"
|
|
29
|
+
msgstr ""
|
|
30
|
+
|
|
21
31
|
#. module: delivery_multi_destination
|
|
22
32
|
#: model:ir.model.fields,field_description:delivery_multi_destination.field_delivery_carrier__destination_type
|
|
23
33
|
msgid "Destination Type"
|
|
@@ -33,6 +43,20 @@ msgstr ""
|
|
|
33
43
|
msgid "Destinations"
|
|
34
44
|
msgstr ""
|
|
35
45
|
|
|
46
|
+
#. module: delivery_multi_destination
|
|
47
|
+
#. odoo-python
|
|
48
|
+
#: code:addons/delivery_multi_destination/wizards/choose_delivery_carrier.py:0
|
|
49
|
+
#, python-format
|
|
50
|
+
msgid "Error"
|
|
51
|
+
msgstr ""
|
|
52
|
+
|
|
53
|
+
#. module: delivery_multi_destination
|
|
54
|
+
#. odoo-python
|
|
55
|
+
#: code:addons/delivery_multi_destination/models/delivery_carrier.py:0
|
|
56
|
+
#, python-format
|
|
57
|
+
msgid "Error: this delivery method is not available for this address."
|
|
58
|
+
msgstr ""
|
|
59
|
+
|
|
36
60
|
#. module: delivery_multi_destination
|
|
37
61
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi_child_2
|
|
38
62
|
msgid "France"
|
|
@@ -74,6 +98,11 @@ msgstr ""
|
|
|
74
98
|
msgid "Parent carrier"
|
|
75
99
|
msgstr ""
|
|
76
100
|
|
|
101
|
+
#. module: delivery_multi_destination
|
|
102
|
+
#: model:ir.model.fields,field_description:delivery_multi_destination.field_delivery_carrier__delivery_type
|
|
103
|
+
msgid "Provider"
|
|
104
|
+
msgstr ""
|
|
105
|
+
|
|
77
106
|
#. module: delivery_multi_destination
|
|
78
107
|
#: model:ir.model,name:delivery_multi_destination.model_delivery_carrier
|
|
79
108
|
msgid "Shipping Methods"
|
|
@@ -20,11 +20,21 @@ msgstr ""
|
|
|
20
20
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
21
21
|
"X-Generator: Weblate 4.17\n"
|
|
22
22
|
|
|
23
|
+
#. module: delivery_multi_destination
|
|
24
|
+
#: model:ir.model.fields.selection,name:delivery_multi_destination.selection__delivery_carrier__delivery_type__base_on_destination
|
|
25
|
+
msgid "Based on Destination"
|
|
26
|
+
msgstr ""
|
|
27
|
+
|
|
23
28
|
#. module: delivery_multi_destination
|
|
24
29
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi_child_1
|
|
25
30
|
msgid "Belgium"
|
|
26
31
|
msgstr "Bélgica"
|
|
27
32
|
|
|
33
|
+
#. module: delivery_multi_destination
|
|
34
|
+
#: model:ir.model,name:delivery_multi_destination.model_choose_delivery_carrier
|
|
35
|
+
msgid "Delivery Carrier Selection Wizard"
|
|
36
|
+
msgstr ""
|
|
37
|
+
|
|
28
38
|
#. module: delivery_multi_destination
|
|
29
39
|
#: model:ir.model.fields,field_description:delivery_multi_destination.field_delivery_carrier__destination_type
|
|
30
40
|
msgid "Destination Type"
|
|
@@ -40,6 +50,20 @@ msgstr "Cuadrícula de destino"
|
|
|
40
50
|
msgid "Destinations"
|
|
41
51
|
msgstr "Destinos"
|
|
42
52
|
|
|
53
|
+
#. module: delivery_multi_destination
|
|
54
|
+
#. odoo-python
|
|
55
|
+
#: code:addons/delivery_multi_destination/wizards/choose_delivery_carrier.py:0
|
|
56
|
+
#, python-format
|
|
57
|
+
msgid "Error"
|
|
58
|
+
msgstr ""
|
|
59
|
+
|
|
60
|
+
#. module: delivery_multi_destination
|
|
61
|
+
#. odoo-python
|
|
62
|
+
#: code:addons/delivery_multi_destination/models/delivery_carrier.py:0
|
|
63
|
+
#, python-format
|
|
64
|
+
msgid "Error: this delivery method is not available for this address."
|
|
65
|
+
msgstr ""
|
|
66
|
+
|
|
43
67
|
#. module: delivery_multi_destination
|
|
44
68
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi_child_2
|
|
45
69
|
msgid "France"
|
|
@@ -47,25 +71,21 @@ msgstr "Francia"
|
|
|
47
71
|
|
|
48
72
|
#. module: delivery_multi_destination
|
|
49
73
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi
|
|
50
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi
|
|
51
74
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_product_template
|
|
52
75
|
msgid "International Carrier Inc."
|
|
53
76
|
msgstr "Transportes Internacionales Inc."
|
|
54
77
|
|
|
55
78
|
#. module: delivery_multi_destination
|
|
56
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1
|
|
57
79
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1_product_template
|
|
58
80
|
msgid "International Carrier Inc., Belgium"
|
|
59
81
|
msgstr "Transportes Internacionales Inc., Bélgica"
|
|
60
82
|
|
|
61
83
|
#. module: delivery_multi_destination
|
|
62
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2
|
|
63
84
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2_product_template
|
|
64
85
|
msgid "International Carrier Inc., France"
|
|
65
86
|
msgstr "Transportes Internacionales Inc., Francia"
|
|
66
87
|
|
|
67
88
|
#. module: delivery_multi_destination
|
|
68
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3
|
|
69
89
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3_product_template
|
|
70
90
|
msgid "International Carrier Inc., United Kingdom"
|
|
71
91
|
msgstr "Transporte Internacional Inc., Reino Unido"
|
|
@@ -85,12 +105,18 @@ msgstr "Un destino"
|
|
|
85
105
|
msgid "Parent carrier"
|
|
86
106
|
msgstr "Transportista matriz"
|
|
87
107
|
|
|
108
|
+
#. module: delivery_multi_destination
|
|
109
|
+
#: model:ir.model.fields,field_description:delivery_multi_destination.field_delivery_carrier__delivery_type
|
|
110
|
+
msgid "Provider"
|
|
111
|
+
msgstr ""
|
|
112
|
+
|
|
88
113
|
#. module: delivery_multi_destination
|
|
89
114
|
#: model:ir.model,name:delivery_multi_destination.model_delivery_carrier
|
|
90
115
|
msgid "Shipping Methods"
|
|
91
116
|
msgstr "Métodos de Envío"
|
|
92
117
|
|
|
93
118
|
#. module: delivery_multi_destination
|
|
119
|
+
#. odoo-python
|
|
94
120
|
#: code:addons/delivery_multi_destination/models/delivery_carrier.py:0
|
|
95
121
|
#, python-format
|
|
96
122
|
msgid "There is no matching delivery rule."
|
|
@@ -101,14 +127,5 @@ msgstr "No hay una regla de entrega coincidente."
|
|
|
101
127
|
msgid "United Kingdom"
|
|
102
128
|
msgstr "Reino Unido"
|
|
103
129
|
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
#: model:product.product,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1
|
|
107
|
-
#: model:product.product,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2
|
|
108
|
-
#: model:product.product,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3
|
|
109
|
-
#: model:product.template,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1_product_template
|
|
110
|
-
#: model:product.template,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2_product_template
|
|
111
|
-
#: model:product.template,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3_product_template
|
|
112
|
-
#: model:product.template,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_product_template
|
|
113
|
-
msgid "Units"
|
|
114
|
-
msgstr "Unidades"
|
|
130
|
+
#~ msgid "Units"
|
|
131
|
+
#~ msgstr "Unidades"
|
|
@@ -18,11 +18,21 @@ msgstr ""
|
|
|
18
18
|
"Content-Transfer-Encoding: \n"
|
|
19
19
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
|
20
20
|
|
|
21
|
+
#. module: delivery_multi_destination
|
|
22
|
+
#: model:ir.model.fields.selection,name:delivery_multi_destination.selection__delivery_carrier__delivery_type__base_on_destination
|
|
23
|
+
msgid "Based on Destination"
|
|
24
|
+
msgstr ""
|
|
25
|
+
|
|
21
26
|
#. module: delivery_multi_destination
|
|
22
27
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi_child_1
|
|
23
28
|
msgid "Belgium"
|
|
24
29
|
msgstr ""
|
|
25
30
|
|
|
31
|
+
#. module: delivery_multi_destination
|
|
32
|
+
#: model:ir.model,name:delivery_multi_destination.model_choose_delivery_carrier
|
|
33
|
+
msgid "Delivery Carrier Selection Wizard"
|
|
34
|
+
msgstr ""
|
|
35
|
+
|
|
26
36
|
#. module: delivery_multi_destination
|
|
27
37
|
#: model:ir.model.fields,field_description:delivery_multi_destination.field_delivery_carrier__destination_type
|
|
28
38
|
msgid "Destination Type"
|
|
@@ -38,6 +48,20 @@ msgstr ""
|
|
|
38
48
|
msgid "Destinations"
|
|
39
49
|
msgstr ""
|
|
40
50
|
|
|
51
|
+
#. module: delivery_multi_destination
|
|
52
|
+
#. odoo-python
|
|
53
|
+
#: code:addons/delivery_multi_destination/wizards/choose_delivery_carrier.py:0
|
|
54
|
+
#, python-format
|
|
55
|
+
msgid "Error"
|
|
56
|
+
msgstr ""
|
|
57
|
+
|
|
58
|
+
#. module: delivery_multi_destination
|
|
59
|
+
#. odoo-python
|
|
60
|
+
#: code:addons/delivery_multi_destination/models/delivery_carrier.py:0
|
|
61
|
+
#, python-format
|
|
62
|
+
msgid "Error: this delivery method is not available for this address."
|
|
63
|
+
msgstr ""
|
|
64
|
+
|
|
41
65
|
#. module: delivery_multi_destination
|
|
42
66
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi_child_2
|
|
43
67
|
msgid "France"
|
|
@@ -45,25 +69,21 @@ msgstr ""
|
|
|
45
69
|
|
|
46
70
|
#. module: delivery_multi_destination
|
|
47
71
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi
|
|
48
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi
|
|
49
72
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_product_template
|
|
50
73
|
msgid "International Carrier Inc."
|
|
51
74
|
msgstr ""
|
|
52
75
|
|
|
53
76
|
#. module: delivery_multi_destination
|
|
54
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1
|
|
55
77
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1_product_template
|
|
56
78
|
msgid "International Carrier Inc., Belgium"
|
|
57
79
|
msgstr ""
|
|
58
80
|
|
|
59
81
|
#. module: delivery_multi_destination
|
|
60
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2
|
|
61
82
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2_product_template
|
|
62
83
|
msgid "International Carrier Inc., France"
|
|
63
84
|
msgstr ""
|
|
64
85
|
|
|
65
86
|
#. module: delivery_multi_destination
|
|
66
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3
|
|
67
87
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3_product_template
|
|
68
88
|
msgid "International Carrier Inc., United Kingdom"
|
|
69
89
|
msgstr ""
|
|
@@ -83,12 +103,18 @@ msgstr ""
|
|
|
83
103
|
msgid "Parent carrier"
|
|
84
104
|
msgstr ""
|
|
85
105
|
|
|
106
|
+
#. module: delivery_multi_destination
|
|
107
|
+
#: model:ir.model.fields,field_description:delivery_multi_destination.field_delivery_carrier__delivery_type
|
|
108
|
+
msgid "Provider"
|
|
109
|
+
msgstr ""
|
|
110
|
+
|
|
86
111
|
#. module: delivery_multi_destination
|
|
87
112
|
#: model:ir.model,name:delivery_multi_destination.model_delivery_carrier
|
|
88
113
|
msgid "Shipping Methods"
|
|
89
114
|
msgstr ""
|
|
90
115
|
|
|
91
116
|
#. module: delivery_multi_destination
|
|
117
|
+
#. odoo-python
|
|
92
118
|
#: code:addons/delivery_multi_destination/models/delivery_carrier.py:0
|
|
93
119
|
#, python-format
|
|
94
120
|
msgid "There is no matching delivery rule."
|
|
@@ -98,15 +124,3 @@ msgstr ""
|
|
|
98
124
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi_child_3
|
|
99
125
|
msgid "United Kingdom"
|
|
100
126
|
msgstr ""
|
|
101
|
-
|
|
102
|
-
#. module: delivery_multi_destination
|
|
103
|
-
#: model:product.product,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi
|
|
104
|
-
#: model:product.product,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1
|
|
105
|
-
#: model:product.product,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2
|
|
106
|
-
#: model:product.product,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3
|
|
107
|
-
#: model:product.template,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1_product_template
|
|
108
|
-
#: model:product.template,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2_product_template
|
|
109
|
-
#: model:product.template,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3_product_template
|
|
110
|
-
#: model:product.template,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_product_template
|
|
111
|
-
msgid "Units"
|
|
112
|
-
msgstr ""
|
|
@@ -19,11 +19,21 @@ msgstr ""
|
|
|
19
19
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
20
20
|
"X-Generator: Weblate 5.6.2\n"
|
|
21
21
|
|
|
22
|
+
#. module: delivery_multi_destination
|
|
23
|
+
#: model:ir.model.fields.selection,name:delivery_multi_destination.selection__delivery_carrier__delivery_type__base_on_destination
|
|
24
|
+
msgid "Based on Destination"
|
|
25
|
+
msgstr ""
|
|
26
|
+
|
|
22
27
|
#. module: delivery_multi_destination
|
|
23
28
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi_child_1
|
|
24
29
|
msgid "Belgium"
|
|
25
30
|
msgstr "Belgio"
|
|
26
31
|
|
|
32
|
+
#. module: delivery_multi_destination
|
|
33
|
+
#: model:ir.model,name:delivery_multi_destination.model_choose_delivery_carrier
|
|
34
|
+
msgid "Delivery Carrier Selection Wizard"
|
|
35
|
+
msgstr ""
|
|
36
|
+
|
|
27
37
|
#. module: delivery_multi_destination
|
|
28
38
|
#: model:ir.model.fields,field_description:delivery_multi_destination.field_delivery_carrier__destination_type
|
|
29
39
|
msgid "Destination Type"
|
|
@@ -39,6 +49,20 @@ msgstr "Griglia destinazione"
|
|
|
39
49
|
msgid "Destinations"
|
|
40
50
|
msgstr "Destinazioni"
|
|
41
51
|
|
|
52
|
+
#. module: delivery_multi_destination
|
|
53
|
+
#. odoo-python
|
|
54
|
+
#: code:addons/delivery_multi_destination/wizards/choose_delivery_carrier.py:0
|
|
55
|
+
#, python-format
|
|
56
|
+
msgid "Error"
|
|
57
|
+
msgstr ""
|
|
58
|
+
|
|
59
|
+
#. module: delivery_multi_destination
|
|
60
|
+
#. odoo-python
|
|
61
|
+
#: code:addons/delivery_multi_destination/models/delivery_carrier.py:0
|
|
62
|
+
#, python-format
|
|
63
|
+
msgid "Error: this delivery method is not available for this address."
|
|
64
|
+
msgstr ""
|
|
65
|
+
|
|
42
66
|
#. module: delivery_multi_destination
|
|
43
67
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi_child_2
|
|
44
68
|
msgid "France"
|
|
@@ -46,25 +70,21 @@ msgstr "Francia"
|
|
|
46
70
|
|
|
47
71
|
#. module: delivery_multi_destination
|
|
48
72
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi
|
|
49
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi
|
|
50
73
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_product_template
|
|
51
74
|
msgid "International Carrier Inc."
|
|
52
75
|
msgstr "Corriere internazionale Inc."
|
|
53
76
|
|
|
54
77
|
#. module: delivery_multi_destination
|
|
55
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1
|
|
56
78
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1_product_template
|
|
57
79
|
msgid "International Carrier Inc., Belgium"
|
|
58
80
|
msgstr "Corriere internazionale Inc., Belgio"
|
|
59
81
|
|
|
60
82
|
#. module: delivery_multi_destination
|
|
61
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2
|
|
62
83
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2_product_template
|
|
63
84
|
msgid "International Carrier Inc., France"
|
|
64
85
|
msgstr "Corriere internazionale Inc., Francia"
|
|
65
86
|
|
|
66
87
|
#. module: delivery_multi_destination
|
|
67
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3
|
|
68
88
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3_product_template
|
|
69
89
|
msgid "International Carrier Inc., United Kingdom"
|
|
70
90
|
msgstr "Corriere internazionale Inc., Regno Unito"
|
|
@@ -84,12 +104,18 @@ msgstr "Una destinazione"
|
|
|
84
104
|
msgid "Parent carrier"
|
|
85
105
|
msgstr "Corriere partner"
|
|
86
106
|
|
|
107
|
+
#. module: delivery_multi_destination
|
|
108
|
+
#: model:ir.model.fields,field_description:delivery_multi_destination.field_delivery_carrier__delivery_type
|
|
109
|
+
msgid "Provider"
|
|
110
|
+
msgstr ""
|
|
111
|
+
|
|
87
112
|
#. module: delivery_multi_destination
|
|
88
113
|
#: model:ir.model,name:delivery_multi_destination.model_delivery_carrier
|
|
89
114
|
msgid "Shipping Methods"
|
|
90
115
|
msgstr "Metodi di spedizione"
|
|
91
116
|
|
|
92
117
|
#. module: delivery_multi_destination
|
|
118
|
+
#. odoo-python
|
|
93
119
|
#: code:addons/delivery_multi_destination/models/delivery_carrier.py:0
|
|
94
120
|
#, python-format
|
|
95
121
|
msgid "There is no matching delivery rule."
|
|
@@ -100,14 +126,5 @@ msgstr "Non c'è una regola di consegna corrispondente."
|
|
|
100
126
|
msgid "United Kingdom"
|
|
101
127
|
msgstr "Regno Unito"
|
|
102
128
|
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
#: model:product.product,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1
|
|
106
|
-
#: model:product.product,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2
|
|
107
|
-
#: model:product.product,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3
|
|
108
|
-
#: model:product.template,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1_product_template
|
|
109
|
-
#: model:product.template,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2_product_template
|
|
110
|
-
#: model:product.template,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3_product_template
|
|
111
|
-
#: model:product.template,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_product_template
|
|
112
|
-
msgid "Units"
|
|
113
|
-
msgstr "Unità"
|
|
129
|
+
#~ msgid "Units"
|
|
130
|
+
#~ msgstr "Unità"
|