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
|
@@ -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
|
"Content-Transfer-Encoding: \n"
|
|
20
20
|
"Plural-Forms: nplurals=2; plural=(n != 1);\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 ""
|
|
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 ""
|
|
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 ""
|
|
|
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 ""
|
|
|
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."
|
|
@@ -99,15 +125,3 @@ msgstr ""
|
|
|
99
125
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi_child_3
|
|
100
126
|
msgid "United Kingdom"
|
|
101
127
|
msgstr ""
|
|
102
|
-
|
|
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 ""
|
|
@@ -12,8 +12,8 @@ msgstr ""
|
|
|
12
12
|
"PO-Revision-Date: 2024-05-21 03:17+0000\n"
|
|
13
13
|
"Last-Translator: Rodrigo Macedo <sottomaiormacedotec@users.noreply."
|
|
14
14
|
"translation.odoo-community.org>\n"
|
|
15
|
-
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/
|
|
16
|
-
"23907/pt_BR/)\n"
|
|
15
|
+
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/"
|
|
16
|
+
"teams/23907/pt_BR/)\n"
|
|
17
17
|
"Language: pt_BR\n"
|
|
18
18
|
"MIME-Version: 1.0\n"
|
|
19
19
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -21,11 +21,21 @@ msgstr ""
|
|
|
21
21
|
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
|
22
22
|
"X-Generator: Weblate 4.17\n"
|
|
23
23
|
|
|
24
|
+
#. module: delivery_multi_destination
|
|
25
|
+
#: model:ir.model.fields.selection,name:delivery_multi_destination.selection__delivery_carrier__delivery_type__base_on_destination
|
|
26
|
+
msgid "Based on Destination"
|
|
27
|
+
msgstr ""
|
|
28
|
+
|
|
24
29
|
#. module: delivery_multi_destination
|
|
25
30
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi_child_1
|
|
26
31
|
msgid "Belgium"
|
|
27
32
|
msgstr "Bélgica"
|
|
28
33
|
|
|
34
|
+
#. module: delivery_multi_destination
|
|
35
|
+
#: model:ir.model,name:delivery_multi_destination.model_choose_delivery_carrier
|
|
36
|
+
msgid "Delivery Carrier Selection Wizard"
|
|
37
|
+
msgstr ""
|
|
38
|
+
|
|
29
39
|
#. module: delivery_multi_destination
|
|
30
40
|
#: model:ir.model.fields,field_description:delivery_multi_destination.field_delivery_carrier__destination_type
|
|
31
41
|
msgid "Destination Type"
|
|
@@ -41,6 +51,20 @@ msgstr "Rede de destinatário"
|
|
|
41
51
|
msgid "Destinations"
|
|
42
52
|
msgstr "Destinatários"
|
|
43
53
|
|
|
54
|
+
#. module: delivery_multi_destination
|
|
55
|
+
#. odoo-python
|
|
56
|
+
#: code:addons/delivery_multi_destination/wizards/choose_delivery_carrier.py:0
|
|
57
|
+
#, python-format
|
|
58
|
+
msgid "Error"
|
|
59
|
+
msgstr ""
|
|
60
|
+
|
|
61
|
+
#. module: delivery_multi_destination
|
|
62
|
+
#. odoo-python
|
|
63
|
+
#: code:addons/delivery_multi_destination/models/delivery_carrier.py:0
|
|
64
|
+
#, python-format
|
|
65
|
+
msgid "Error: this delivery method is not available for this address."
|
|
66
|
+
msgstr ""
|
|
67
|
+
|
|
44
68
|
#. module: delivery_multi_destination
|
|
45
69
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi_child_2
|
|
46
70
|
msgid "France"
|
|
@@ -48,25 +72,21 @@ msgstr "França"
|
|
|
48
72
|
|
|
49
73
|
#. module: delivery_multi_destination
|
|
50
74
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi
|
|
51
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi
|
|
52
75
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_product_template
|
|
53
76
|
msgid "International Carrier Inc."
|
|
54
77
|
msgstr "Transportes Internacionais, S.A."
|
|
55
78
|
|
|
56
79
|
#. module: delivery_multi_destination
|
|
57
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1
|
|
58
80
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1_product_template
|
|
59
81
|
msgid "International Carrier Inc., Belgium"
|
|
60
82
|
msgstr "International Carrier Inc., Bélgica"
|
|
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
|
msgid "International Carrier Inc., France"
|
|
66
87
|
msgstr "International Carrier Inc., França"
|
|
67
88
|
|
|
68
89
|
#. module: delivery_multi_destination
|
|
69
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3
|
|
70
90
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3_product_template
|
|
71
91
|
msgid "International Carrier Inc., United Kingdom"
|
|
72
92
|
msgstr "International Carrier Inc., Reino Unido"
|
|
@@ -86,12 +106,18 @@ msgstr "Um destino"
|
|
|
86
106
|
msgid "Parent carrier"
|
|
87
107
|
msgstr "Transportadora Matriz"
|
|
88
108
|
|
|
109
|
+
#. module: delivery_multi_destination
|
|
110
|
+
#: model:ir.model.fields,field_description:delivery_multi_destination.field_delivery_carrier__delivery_type
|
|
111
|
+
msgid "Provider"
|
|
112
|
+
msgstr ""
|
|
113
|
+
|
|
89
114
|
#. module: delivery_multi_destination
|
|
90
115
|
#: model:ir.model,name:delivery_multi_destination.model_delivery_carrier
|
|
91
116
|
msgid "Shipping Methods"
|
|
92
117
|
msgstr "Métodos de Envio"
|
|
93
118
|
|
|
94
119
|
#. module: delivery_multi_destination
|
|
120
|
+
#. odoo-python
|
|
95
121
|
#: code:addons/delivery_multi_destination/models/delivery_carrier.py:0
|
|
96
122
|
#, python-format
|
|
97
123
|
msgid "There is no matching delivery rule."
|
|
@@ -102,17 +128,8 @@ msgstr "Não há regra de entrega correspondente."
|
|
|
102
128
|
msgid "United Kingdom"
|
|
103
129
|
msgstr "Reino Unido"
|
|
104
130
|
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
#: model:product.product,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1
|
|
108
|
-
#: model:product.product,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2
|
|
109
|
-
#: model:product.product,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3
|
|
110
|
-
#: model:product.template,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1_product_template
|
|
111
|
-
#: model:product.template,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2_product_template
|
|
112
|
-
#: model:product.template,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3_product_template
|
|
113
|
-
#: model:product.template,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_product_template
|
|
114
|
-
msgid "Units"
|
|
115
|
-
msgstr "Unidades"
|
|
131
|
+
#~ msgid "Units"
|
|
132
|
+
#~ msgstr "Unidades"
|
|
116
133
|
|
|
117
134
|
#~ msgid "Delivery Methods"
|
|
118
135
|
#~ msgstr "Métodos de entrega"
|
|
@@ -16,15 +16,25 @@ msgstr ""
|
|
|
16
16
|
"MIME-Version: 1.0\n"
|
|
17
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
18
|
"Content-Transfer-Encoding: \n"
|
|
19
|
-
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 ||
|
|
20
|
-
"%100==4 ? 2 : 3;\n"
|
|
19
|
+
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || "
|
|
20
|
+
"n%100==4 ? 2 : 3;\n"
|
|
21
21
|
"X-Generator: Weblate 3.10\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 ""
|
|
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 ""
|
|
|
40
50
|
msgid "Destinations"
|
|
41
51
|
msgstr ""
|
|
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 ""
|
|
|
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 ""
|
|
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 ""
|
|
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 ""
|
|
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 ""
|
|
@@ -85,12 +105,18 @@ msgstr ""
|
|
|
85
105
|
msgid "Parent carrier"
|
|
86
106
|
msgstr ""
|
|
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 ""
|
|
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,17 +127,5 @@ msgstr ""
|
|
|
101
127
|
msgid "United Kingdom"
|
|
102
128
|
msgstr ""
|
|
103
129
|
|
|
104
|
-
#. module: delivery_multi_destination
|
|
105
|
-
#: model:product.product,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi
|
|
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 ""
|
|
115
|
-
|
|
116
130
|
#~ msgid "Delivery Methods"
|
|
117
131
|
#~ msgstr "Načini dostave"
|
|
@@ -16,11 +16,21 @@ msgstr ""
|
|
|
16
16
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
17
17
|
"X-Generator: Weblate 3.8\n"
|
|
18
18
|
|
|
19
|
+
#. module: delivery_multi_destination
|
|
20
|
+
#: model:ir.model.fields.selection,name:delivery_multi_destination.selection__delivery_carrier__delivery_type__base_on_destination
|
|
21
|
+
msgid "Based on Destination"
|
|
22
|
+
msgstr ""
|
|
23
|
+
|
|
19
24
|
#. module: delivery_multi_destination
|
|
20
25
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi_child_1
|
|
21
26
|
msgid "Belgium"
|
|
22
27
|
msgstr "比利时"
|
|
23
28
|
|
|
29
|
+
#. module: delivery_multi_destination
|
|
30
|
+
#: model:ir.model,name:delivery_multi_destination.model_choose_delivery_carrier
|
|
31
|
+
msgid "Delivery Carrier Selection Wizard"
|
|
32
|
+
msgstr ""
|
|
33
|
+
|
|
24
34
|
#. module: delivery_multi_destination
|
|
25
35
|
#: model:ir.model.fields,field_description:delivery_multi_destination.field_delivery_carrier__destination_type
|
|
26
36
|
msgid "Destination Type"
|
|
@@ -36,6 +46,20 @@ msgstr "目标网格"
|
|
|
36
46
|
msgid "Destinations"
|
|
37
47
|
msgstr "目的地"
|
|
38
48
|
|
|
49
|
+
#. module: delivery_multi_destination
|
|
50
|
+
#. odoo-python
|
|
51
|
+
#: code:addons/delivery_multi_destination/wizards/choose_delivery_carrier.py:0
|
|
52
|
+
#, python-format
|
|
53
|
+
msgid "Error"
|
|
54
|
+
msgstr ""
|
|
55
|
+
|
|
56
|
+
#. module: delivery_multi_destination
|
|
57
|
+
#. odoo-python
|
|
58
|
+
#: code:addons/delivery_multi_destination/models/delivery_carrier.py:0
|
|
59
|
+
#, python-format
|
|
60
|
+
msgid "Error: this delivery method is not available for this address."
|
|
61
|
+
msgstr ""
|
|
62
|
+
|
|
39
63
|
#. module: delivery_multi_destination
|
|
40
64
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi_child_2
|
|
41
65
|
msgid "France"
|
|
@@ -43,25 +67,21 @@ msgstr "法国"
|
|
|
43
67
|
|
|
44
68
|
#. module: delivery_multi_destination
|
|
45
69
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi
|
|
46
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi
|
|
47
70
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_product_template
|
|
48
71
|
msgid "International Carrier Inc."
|
|
49
72
|
msgstr "国际航空公司。"
|
|
50
73
|
|
|
51
74
|
#. module: delivery_multi_destination
|
|
52
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1
|
|
53
75
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1_product_template
|
|
54
76
|
msgid "International Carrier Inc., Belgium"
|
|
55
77
|
msgstr "比利时国际航空公司"
|
|
56
78
|
|
|
57
79
|
#. module: delivery_multi_destination
|
|
58
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2
|
|
59
80
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2_product_template
|
|
60
81
|
msgid "International Carrier Inc., France"
|
|
61
82
|
msgstr "法国国际航空公司"
|
|
62
83
|
|
|
63
84
|
#. module: delivery_multi_destination
|
|
64
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3
|
|
65
85
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3_product_template
|
|
66
86
|
msgid "International Carrier Inc., United Kingdom"
|
|
67
87
|
msgstr "英国国际航空公司"
|
|
@@ -81,12 +101,18 @@ msgstr "一个目的地"
|
|
|
81
101
|
msgid "Parent carrier"
|
|
82
102
|
msgstr "父承运商"
|
|
83
103
|
|
|
104
|
+
#. module: delivery_multi_destination
|
|
105
|
+
#: model:ir.model.fields,field_description:delivery_multi_destination.field_delivery_carrier__delivery_type
|
|
106
|
+
msgid "Provider"
|
|
107
|
+
msgstr ""
|
|
108
|
+
|
|
84
109
|
#. module: delivery_multi_destination
|
|
85
110
|
#: model:ir.model,name:delivery_multi_destination.model_delivery_carrier
|
|
86
111
|
msgid "Shipping Methods"
|
|
87
112
|
msgstr ""
|
|
88
113
|
|
|
89
114
|
#. module: delivery_multi_destination
|
|
115
|
+
#. odoo-python
|
|
90
116
|
#: code:addons/delivery_multi_destination/models/delivery_carrier.py:0
|
|
91
117
|
#, python-format
|
|
92
118
|
msgid "There is no matching delivery rule."
|
|
@@ -97,18 +123,6 @@ msgstr ""
|
|
|
97
123
|
msgid "United Kingdom"
|
|
98
124
|
msgstr "英国"
|
|
99
125
|
|
|
100
|
-
#. module: delivery_multi_destination
|
|
101
|
-
#: model:product.product,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi
|
|
102
|
-
#: model:product.product,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1
|
|
103
|
-
#: model:product.product,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2
|
|
104
|
-
#: model:product.product,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3
|
|
105
|
-
#: model:product.template,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1_product_template
|
|
106
|
-
#: model:product.template,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2_product_template
|
|
107
|
-
#: model:product.template,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3_product_template
|
|
108
|
-
#: model:product.template,uom_name:delivery_multi_destination.product_product_delivery_carrier_multi_product_template
|
|
109
|
-
msgid "Units"
|
|
110
|
-
msgstr ""
|
|
111
|
-
|
|
112
126
|
#~ msgid "Delivery Methods"
|
|
113
127
|
#~ msgstr "交货方式"
|
|
114
128
|
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Copyright 2022 Coop IT Easy SC
|
|
2
|
+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
|
|
3
|
+
from openupgradelib import openupgrade
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
@openupgrade.migrate()
|
|
7
|
+
def migrate(env, version):
|
|
8
|
+
openupgrade.logged_query(
|
|
9
|
+
env.cr,
|
|
10
|
+
"""
|
|
11
|
+
UPDATE delivery_carrier
|
|
12
|
+
SET delivery_type = 'base_on_destination'
|
|
13
|
+
WHERE destination_type = 'multi'
|
|
14
|
+
""",
|
|
15
|
+
)
|