odoo-addon-delivery-multi-destination 16.0.1.0.0.4__py3-none-any.whl → 17.0.1.0.0.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of odoo-addon-delivery-multi-destination might be problematic. Click here for more details.
- odoo/addons/delivery_multi_destination/README.rst +35 -31
- odoo/addons/delivery_multi_destination/__manifest__.py +2 -2
- odoo/addons/delivery_multi_destination/i18n/cs_CZ.po +1 -16
- odoo/addons/delivery_multi_destination/i18n/de.po +1 -22
- odoo/addons/delivery_multi_destination/i18n/delivery_multi_destination.pot +1 -1
- odoo/addons/delivery_multi_destination/i18n/es.po +3 -15
- odoo/addons/delivery_multi_destination/i18n/fr.po +1 -16
- odoo/addons/delivery_multi_destination/i18n/it.po +3 -15
- odoo/addons/delivery_multi_destination/i18n/nl.po +1 -16
- odoo/addons/delivery_multi_destination/i18n/nl_NL.po +1 -16
- odoo/addons/delivery_multi_destination/i18n/pt_BR.po +5 -26
- odoo/addons/delivery_multi_destination/i18n/sl.po +3 -21
- odoo/addons/delivery_multi_destination/i18n/zh_CN.po +1 -25
- odoo/addons/delivery_multi_destination/models/delivery_carrier.py +10 -14
- odoo/addons/delivery_multi_destination/readme/CONFIGURE.md +8 -0
- odoo/addons/delivery_multi_destination/readme/CONTRIBUTORS.md +8 -0
- odoo/addons/delivery_multi_destination/readme/DESCRIPTION.md +8 -0
- odoo/addons/delivery_multi_destination/readme/ROADMAP.md +2 -0
- odoo/addons/delivery_multi_destination/readme/USAGE.md +3 -0
- odoo/addons/delivery_multi_destination/static/description/index.html +28 -21
- odoo/addons/delivery_multi_destination/tests/test_delivery_multi_destination.py +15 -7
- odoo/addons/delivery_multi_destination/views/delivery_carrier_view.xml +15 -28
- {odoo_addon_delivery_multi_destination-16.0.1.0.0.4.dist-info → odoo_addon_delivery_multi_destination-17.0.1.0.0.3.dist-info}/METADATA +40 -36
- odoo_addon_delivery_multi_destination-17.0.1.0.0.3.dist-info/RECORD +31 -0
- {odoo_addon_delivery_multi_destination-16.0.1.0.0.4.dist-info → odoo_addon_delivery_multi_destination-17.0.1.0.0.3.dist-info}/WHEEL +1 -1
- odoo_addon_delivery_multi_destination-17.0.1.0.0.3.dist-info/top_level.txt +1 -0
- odoo/addons/delivery_multi_destination/readme/CONFIGURE.rst +0 -8
- odoo/addons/delivery_multi_destination/readme/CONTRIBUTORS.rst +0 -10
- odoo/addons/delivery_multi_destination/readme/DESCRIPTION.rst +0 -6
- odoo/addons/delivery_multi_destination/readme/ROADMAP.rst +0 -2
- odoo/addons/delivery_multi_destination/readme/USAGE.rst +0 -2
- odoo_addon_delivery_multi_destination-16.0.1.0.0.4.dist-info/RECORD +0 -31
- 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:
|
|
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/
|
|
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-
|
|
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=
|
|
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
|
|
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
|
|
34
|
-
nesting several "children" delivery methods, one per possible
|
|
35
|
-
It has been designed to reuse all possible extensions to
|
|
36
|
-
without the need to create a glue module for having
|
|
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
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
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
|
-
|
|
59
|
-
used for computing the delivery price according introduced
|
|
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
|
-
|
|
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:%
|
|
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
|
-
|
|
91
|
+
- \`Tecnativa <https://www.tecnativa.com>\_\_\`:
|
|
89
92
|
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
93
|
+
- Pedro M. Baeza
|
|
94
|
+
- Luis M. Ontalba
|
|
95
|
+
- Carlos Roca
|
|
96
|
+
- Carolina Fernandez
|
|
97
|
+
- Víctor Martínez
|
|
94
98
|
|
|
95
|
-
|
|
99
|
+
- \`Dinamiche Aziendali <https://www.dinamicheaziendali.it>\_\_\`:
|
|
96
100
|
|
|
97
|
-
|
|
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/
|
|
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": "
|
|
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": ["
|
|
15
|
+
"depends": ["stock_delivery"],
|
|
16
16
|
"demo": ["demo/delivery_carrier_demo.xml"],
|
|
17
17
|
"data": ["views/delivery_carrier_view.xml"],
|
|
18
18
|
}
|
|
@@ -47,27 +47,23 @@ msgstr "Francie"
|
|
|
47
47
|
|
|
48
48
|
#. module: delivery_multi_destination
|
|
49
49
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi
|
|
50
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi
|
|
51
50
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_product_template
|
|
52
51
|
msgid "International Carrier Inc."
|
|
53
52
|
msgstr "Mezinárodní dopravce Inc."
|
|
54
53
|
|
|
55
54
|
#. module: delivery_multi_destination
|
|
56
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1
|
|
57
55
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1_product_template
|
|
58
56
|
#, fuzzy
|
|
59
57
|
msgid "International Carrier Inc., Belgium"
|
|
60
58
|
msgstr "Mezinárodní dopravce Inc."
|
|
61
59
|
|
|
62
60
|
#. module: delivery_multi_destination
|
|
63
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2
|
|
64
61
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2_product_template
|
|
65
62
|
#, fuzzy
|
|
66
63
|
msgid "International Carrier Inc., France"
|
|
67
64
|
msgstr "Mezinárodní dopravce Inc."
|
|
68
65
|
|
|
69
66
|
#. module: delivery_multi_destination
|
|
70
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3
|
|
71
67
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3_product_template
|
|
72
68
|
#, fuzzy
|
|
73
69
|
msgid "International Carrier Inc., United Kingdom"
|
|
@@ -94,6 +90,7 @@ msgid "Shipping Methods"
|
|
|
94
90
|
msgstr ""
|
|
95
91
|
|
|
96
92
|
#. module: delivery_multi_destination
|
|
93
|
+
#. odoo-python
|
|
97
94
|
#: code:addons/delivery_multi_destination/models/delivery_carrier.py:0
|
|
98
95
|
#, python-format
|
|
99
96
|
msgid "There is no matching delivery rule."
|
|
@@ -103,15 +100,3 @@ msgstr ""
|
|
|
103
100
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi_child_3
|
|
104
101
|
msgid "United Kingdom"
|
|
105
102
|
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 ""
|
|
@@ -46,25 +46,21 @@ msgstr "Frankreich"
|
|
|
46
46
|
|
|
47
47
|
#. module: delivery_multi_destination
|
|
48
48
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi
|
|
49
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi
|
|
50
49
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_product_template
|
|
51
50
|
msgid "International Carrier Inc."
|
|
52
51
|
msgstr ""
|
|
53
52
|
|
|
54
53
|
#. module: delivery_multi_destination
|
|
55
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1
|
|
56
54
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1_product_template
|
|
57
55
|
msgid "International Carrier Inc., Belgium"
|
|
58
56
|
msgstr ""
|
|
59
57
|
|
|
60
58
|
#. module: delivery_multi_destination
|
|
61
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2
|
|
62
59
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2_product_template
|
|
63
60
|
msgid "International Carrier Inc., France"
|
|
64
61
|
msgstr ""
|
|
65
62
|
|
|
66
63
|
#. module: delivery_multi_destination
|
|
67
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3
|
|
68
64
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3_product_template
|
|
69
65
|
msgid "International Carrier Inc., United Kingdom"
|
|
70
66
|
msgstr ""
|
|
@@ -90,6 +86,7 @@ msgid "Shipping Methods"
|
|
|
90
86
|
msgstr ""
|
|
91
87
|
|
|
92
88
|
#. module: delivery_multi_destination
|
|
89
|
+
#. odoo-python
|
|
93
90
|
#: code:addons/delivery_multi_destination/models/delivery_carrier.py:0
|
|
94
91
|
#, python-format
|
|
95
92
|
msgid "There is no matching delivery rule."
|
|
@@ -99,21 +96,3 @@ msgstr ""
|
|
|
99
96
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi_child_3
|
|
100
97
|
msgid "United Kingdom"
|
|
101
98
|
msgstr "Vereinigtes Königreich"
|
|
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 ""
|
|
114
|
-
|
|
115
|
-
#~ msgid "Delivery Methods"
|
|
116
|
-
#~ msgstr "Liefermethoden"
|
|
117
|
-
|
|
118
|
-
#~ msgid "kg"
|
|
119
|
-
#~ msgstr "kg"
|
|
@@ -47,25 +47,21 @@ msgstr "Francia"
|
|
|
47
47
|
|
|
48
48
|
#. module: delivery_multi_destination
|
|
49
49
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi
|
|
50
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi
|
|
51
50
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_product_template
|
|
52
51
|
msgid "International Carrier Inc."
|
|
53
52
|
msgstr "Transportes Internacionales Inc."
|
|
54
53
|
|
|
55
54
|
#. module: delivery_multi_destination
|
|
56
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1
|
|
57
55
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1_product_template
|
|
58
56
|
msgid "International Carrier Inc., Belgium"
|
|
59
57
|
msgstr "Transportes Internacionales Inc., Bélgica"
|
|
60
58
|
|
|
61
59
|
#. module: delivery_multi_destination
|
|
62
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2
|
|
63
60
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2_product_template
|
|
64
61
|
msgid "International Carrier Inc., France"
|
|
65
62
|
msgstr "Transportes Internacionales Inc., Francia"
|
|
66
63
|
|
|
67
64
|
#. module: delivery_multi_destination
|
|
68
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3
|
|
69
65
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3_product_template
|
|
70
66
|
msgid "International Carrier Inc., United Kingdom"
|
|
71
67
|
msgstr "Transporte Internacional Inc., Reino Unido"
|
|
@@ -91,6 +87,7 @@ msgid "Shipping Methods"
|
|
|
91
87
|
msgstr "Métodos de Envío"
|
|
92
88
|
|
|
93
89
|
#. module: delivery_multi_destination
|
|
90
|
+
#. odoo-python
|
|
94
91
|
#: code:addons/delivery_multi_destination/models/delivery_carrier.py:0
|
|
95
92
|
#, python-format
|
|
96
93
|
msgid "There is no matching delivery rule."
|
|
@@ -101,14 +98,5 @@ msgstr "No hay una regla de entrega coincidente."
|
|
|
101
98
|
msgid "United Kingdom"
|
|
102
99
|
msgstr "Reino Unido"
|
|
103
100
|
|
|
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"
|
|
101
|
+
#~ msgid "Units"
|
|
102
|
+
#~ msgstr "Unidades"
|
|
@@ -45,25 +45,21 @@ msgstr ""
|
|
|
45
45
|
|
|
46
46
|
#. module: delivery_multi_destination
|
|
47
47
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi
|
|
48
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi
|
|
49
48
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_product_template
|
|
50
49
|
msgid "International Carrier Inc."
|
|
51
50
|
msgstr ""
|
|
52
51
|
|
|
53
52
|
#. module: delivery_multi_destination
|
|
54
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1
|
|
55
53
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1_product_template
|
|
56
54
|
msgid "International Carrier Inc., Belgium"
|
|
57
55
|
msgstr ""
|
|
58
56
|
|
|
59
57
|
#. module: delivery_multi_destination
|
|
60
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2
|
|
61
58
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2_product_template
|
|
62
59
|
msgid "International Carrier Inc., France"
|
|
63
60
|
msgstr ""
|
|
64
61
|
|
|
65
62
|
#. module: delivery_multi_destination
|
|
66
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3
|
|
67
63
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3_product_template
|
|
68
64
|
msgid "International Carrier Inc., United Kingdom"
|
|
69
65
|
msgstr ""
|
|
@@ -89,6 +85,7 @@ msgid "Shipping Methods"
|
|
|
89
85
|
msgstr ""
|
|
90
86
|
|
|
91
87
|
#. module: delivery_multi_destination
|
|
88
|
+
#. odoo-python
|
|
92
89
|
#: code:addons/delivery_multi_destination/models/delivery_carrier.py:0
|
|
93
90
|
#, python-format
|
|
94
91
|
msgid "There is no matching delivery rule."
|
|
@@ -98,15 +95,3 @@ msgstr ""
|
|
|
98
95
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi_child_3
|
|
99
96
|
msgid "United Kingdom"
|
|
100
97
|
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 ""
|
|
@@ -46,25 +46,21 @@ msgstr "Francia"
|
|
|
46
46
|
|
|
47
47
|
#. module: delivery_multi_destination
|
|
48
48
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi
|
|
49
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi
|
|
50
49
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_product_template
|
|
51
50
|
msgid "International Carrier Inc."
|
|
52
51
|
msgstr "Corriere internazionale Inc."
|
|
53
52
|
|
|
54
53
|
#. module: delivery_multi_destination
|
|
55
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1
|
|
56
54
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1_product_template
|
|
57
55
|
msgid "International Carrier Inc., Belgium"
|
|
58
56
|
msgstr "Corriere internazionale Inc., Belgio"
|
|
59
57
|
|
|
60
58
|
#. module: delivery_multi_destination
|
|
61
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2
|
|
62
59
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2_product_template
|
|
63
60
|
msgid "International Carrier Inc., France"
|
|
64
61
|
msgstr "Corriere internazionale Inc., Francia"
|
|
65
62
|
|
|
66
63
|
#. module: delivery_multi_destination
|
|
67
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3
|
|
68
64
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3_product_template
|
|
69
65
|
msgid "International Carrier Inc., United Kingdom"
|
|
70
66
|
msgstr "Corriere internazionale Inc., Regno Unito"
|
|
@@ -90,6 +86,7 @@ msgid "Shipping Methods"
|
|
|
90
86
|
msgstr "Metodi di spedizione"
|
|
91
87
|
|
|
92
88
|
#. module: delivery_multi_destination
|
|
89
|
+
#. odoo-python
|
|
93
90
|
#: code:addons/delivery_multi_destination/models/delivery_carrier.py:0
|
|
94
91
|
#, python-format
|
|
95
92
|
msgid "There is no matching delivery rule."
|
|
@@ -100,14 +97,5 @@ msgstr "Non c'è una regola di consegna corrispondente."
|
|
|
100
97
|
msgid "United Kingdom"
|
|
101
98
|
msgstr "Regno Unito"
|
|
102
99
|
|
|
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à"
|
|
100
|
+
#~ msgid "Units"
|
|
101
|
+
#~ msgstr "Unità"
|
|
@@ -45,25 +45,21 @@ msgstr ""
|
|
|
45
45
|
|
|
46
46
|
#. module: delivery_multi_destination
|
|
47
47
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi
|
|
48
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi
|
|
49
48
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_product_template
|
|
50
49
|
msgid "International Carrier Inc."
|
|
51
50
|
msgstr ""
|
|
52
51
|
|
|
53
52
|
#. module: delivery_multi_destination
|
|
54
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1
|
|
55
53
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1_product_template
|
|
56
54
|
msgid "International Carrier Inc., Belgium"
|
|
57
55
|
msgstr ""
|
|
58
56
|
|
|
59
57
|
#. module: delivery_multi_destination
|
|
60
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2
|
|
61
58
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2_product_template
|
|
62
59
|
msgid "International Carrier Inc., France"
|
|
63
60
|
msgstr ""
|
|
64
61
|
|
|
65
62
|
#. module: delivery_multi_destination
|
|
66
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3
|
|
67
63
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3_product_template
|
|
68
64
|
msgid "International Carrier Inc., United Kingdom"
|
|
69
65
|
msgstr ""
|
|
@@ -89,6 +85,7 @@ msgid "Shipping Methods"
|
|
|
89
85
|
msgstr ""
|
|
90
86
|
|
|
91
87
|
#. module: delivery_multi_destination
|
|
88
|
+
#. odoo-python
|
|
92
89
|
#: code:addons/delivery_multi_destination/models/delivery_carrier.py:0
|
|
93
90
|
#, python-format
|
|
94
91
|
msgid "There is no matching delivery rule."
|
|
@@ -98,15 +95,3 @@ msgstr ""
|
|
|
98
95
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi_child_3
|
|
99
96
|
msgid "United Kingdom"
|
|
100
97
|
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 ""
|
|
@@ -46,25 +46,21 @@ msgstr ""
|
|
|
46
46
|
|
|
47
47
|
#. module: delivery_multi_destination
|
|
48
48
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi
|
|
49
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi
|
|
50
49
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_product_template
|
|
51
50
|
msgid "International Carrier Inc."
|
|
52
51
|
msgstr ""
|
|
53
52
|
|
|
54
53
|
#. module: delivery_multi_destination
|
|
55
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1
|
|
56
54
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1_product_template
|
|
57
55
|
msgid "International Carrier Inc., Belgium"
|
|
58
56
|
msgstr ""
|
|
59
57
|
|
|
60
58
|
#. module: delivery_multi_destination
|
|
61
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2
|
|
62
59
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2_product_template
|
|
63
60
|
msgid "International Carrier Inc., France"
|
|
64
61
|
msgstr ""
|
|
65
62
|
|
|
66
63
|
#. module: delivery_multi_destination
|
|
67
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3
|
|
68
64
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3_product_template
|
|
69
65
|
msgid "International Carrier Inc., United Kingdom"
|
|
70
66
|
msgstr ""
|
|
@@ -90,6 +86,7 @@ msgid "Shipping Methods"
|
|
|
90
86
|
msgstr ""
|
|
91
87
|
|
|
92
88
|
#. module: delivery_multi_destination
|
|
89
|
+
#. odoo-python
|
|
93
90
|
#: code:addons/delivery_multi_destination/models/delivery_carrier.py:0
|
|
94
91
|
#, python-format
|
|
95
92
|
msgid "There is no matching delivery rule."
|
|
@@ -99,15 +96,3 @@ msgstr ""
|
|
|
99
96
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi_child_3
|
|
100
97
|
msgid "United Kingdom"
|
|
101
98
|
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"
|
|
@@ -48,25 +48,21 @@ msgstr "França"
|
|
|
48
48
|
|
|
49
49
|
#. module: delivery_multi_destination
|
|
50
50
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi
|
|
51
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi
|
|
52
51
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_product_template
|
|
53
52
|
msgid "International Carrier Inc."
|
|
54
53
|
msgstr "Transportes Internacionais, S.A."
|
|
55
54
|
|
|
56
55
|
#. module: delivery_multi_destination
|
|
57
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1
|
|
58
56
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1_product_template
|
|
59
57
|
msgid "International Carrier Inc., Belgium"
|
|
60
58
|
msgstr "International Carrier Inc., Bélgica"
|
|
61
59
|
|
|
62
60
|
#. module: delivery_multi_destination
|
|
63
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2
|
|
64
61
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2_product_template
|
|
65
62
|
msgid "International Carrier Inc., France"
|
|
66
63
|
msgstr "International Carrier Inc., França"
|
|
67
64
|
|
|
68
65
|
#. module: delivery_multi_destination
|
|
69
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3
|
|
70
66
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3_product_template
|
|
71
67
|
msgid "International Carrier Inc., United Kingdom"
|
|
72
68
|
msgstr "International Carrier Inc., Reino Unido"
|
|
@@ -92,6 +88,7 @@ msgid "Shipping Methods"
|
|
|
92
88
|
msgstr "Métodos de Envio"
|
|
93
89
|
|
|
94
90
|
#. module: delivery_multi_destination
|
|
91
|
+
#. odoo-python
|
|
95
92
|
#: code:addons/delivery_multi_destination/models/delivery_carrier.py:0
|
|
96
93
|
#, python-format
|
|
97
94
|
msgid "There is no matching delivery rule."
|
|
@@ -102,23 +99,5 @@ msgstr "Não há regra de entrega correspondente."
|
|
|
102
99
|
msgid "United Kingdom"
|
|
103
100
|
msgstr "Reino Unido"
|
|
104
101
|
|
|
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"
|
|
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"
|
|
102
|
+
#~ msgid "Units"
|
|
103
|
+
#~ msgstr "Unidades"
|
|
@@ -16,8 +16,8 @@ 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
23
|
#. module: delivery_multi_destination
|
|
@@ -47,25 +47,21 @@ msgstr ""
|
|
|
47
47
|
|
|
48
48
|
#. module: delivery_multi_destination
|
|
49
49
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi
|
|
50
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi
|
|
51
50
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_product_template
|
|
52
51
|
msgid "International Carrier Inc."
|
|
53
52
|
msgstr ""
|
|
54
53
|
|
|
55
54
|
#. module: delivery_multi_destination
|
|
56
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1
|
|
57
55
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_1_product_template
|
|
58
56
|
msgid "International Carrier Inc., Belgium"
|
|
59
57
|
msgstr ""
|
|
60
58
|
|
|
61
59
|
#. module: delivery_multi_destination
|
|
62
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2
|
|
63
60
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_2_product_template
|
|
64
61
|
msgid "International Carrier Inc., France"
|
|
65
62
|
msgstr ""
|
|
66
63
|
|
|
67
64
|
#. module: delivery_multi_destination
|
|
68
|
-
#: model:product.product,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3
|
|
69
65
|
#: model:product.template,name:delivery_multi_destination.product_product_delivery_carrier_multi_child_3_product_template
|
|
70
66
|
msgid "International Carrier Inc., United Kingdom"
|
|
71
67
|
msgstr ""
|
|
@@ -91,6 +87,7 @@ msgid "Shipping Methods"
|
|
|
91
87
|
msgstr ""
|
|
92
88
|
|
|
93
89
|
#. module: delivery_multi_destination
|
|
90
|
+
#. odoo-python
|
|
94
91
|
#: code:addons/delivery_multi_destination/models/delivery_carrier.py:0
|
|
95
92
|
#, python-format
|
|
96
93
|
msgid "There is no matching delivery rule."
|
|
@@ -100,18 +97,3 @@ msgstr ""
|
|
|
100
97
|
#: model:delivery.carrier,name:delivery_multi_destination.delivery_carrier_multi_child_3
|
|
101
98
|
msgid "United Kingdom"
|
|
102
99
|
msgstr ""
|
|
103
|
-
|
|
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
|
-
#~ msgid "Delivery Methods"
|
|
117
|
-
#~ msgstr "Načini dostave"
|