odoo-addon-delivery-state 17.0.1.0.0.5__py3-none-any.whl → 18.0.1.0.0.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- odoo/addons/delivery_state/README.rst +21 -21
- odoo/addons/delivery_state/__manifest__.py +1 -1
- odoo/addons/delivery_state/data/ir_cron_data.xml +0 -2
- odoo/addons/delivery_state/data/mail_template.xml +3 -3
- odoo/addons/delivery_state/i18n/delivery_state.pot +8 -8
- odoo/addons/delivery_state/models/stock_picking.py +1 -1
- odoo/addons/delivery_state/static/description/index.html +4 -4
- odoo/addons/delivery_state/tests/test_delivery_state.py +42 -1
- {odoo_addon_delivery_state-17.0.1.0.0.5.dist-info → odoo_addon_delivery_state-18.0.1.0.0.2.dist-info}/METADATA +24 -24
- {odoo_addon_delivery_state-17.0.1.0.0.5.dist-info → odoo_addon_delivery_state-18.0.1.0.0.2.dist-info}/RECORD +12 -12
- {odoo_addon_delivery_state-17.0.1.0.0.5.dist-info → odoo_addon_delivery_state-18.0.1.0.0.2.dist-info}/WHEEL +1 -1
- {odoo_addon_delivery_state-17.0.1.0.0.5.dist-info → odoo_addon_delivery_state-18.0.1.0.0.2.dist-info}/top_level.txt +0 -0
|
@@ -7,7 +7,7 @@ Delivery State
|
|
|
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:d255a54cbef9d1104e6482c9076fabb413928979b7f35361c3f8af5e49056ed9
|
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
12
12
|
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -17,13 +17,13 @@ Delivery State
|
|
|
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/18.0/delivery_state
|
|
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-18-0/delivery-carrier-18-0-delivery_state
|
|
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=18.0
|
|
27
27
|
:alt: Try me on Runboat
|
|
28
28
|
|
|
29
29
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
@@ -81,12 +81,12 @@ steps as described before, but we'll get additionally:
|
|
|
81
81
|
2. Depending on the stated returned by the provider, we could get
|
|
82
82
|
these states (field *Carrier State*):
|
|
83
83
|
|
|
84
|
-
-
|
|
85
|
-
-
|
|
86
|
-
-
|
|
87
|
-
-
|
|
88
|
-
-
|
|
89
|
-
-
|
|
84
|
+
- Shipping recorded in carrier
|
|
85
|
+
- In transit
|
|
86
|
+
- Canceled shipment (finished)
|
|
87
|
+
- Incident
|
|
88
|
+
- Warehouse delivered
|
|
89
|
+
- Customer delivered (finished)
|
|
90
90
|
|
|
91
91
|
3. In the field *Tracking state* we'll get the tracking state name
|
|
92
92
|
given by the provider (which is mapped to the ones in this module)
|
|
@@ -99,7 +99,7 @@ Bug Tracker
|
|
|
99
99
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/delivery-carrier/issues>`_.
|
|
100
100
|
In case of trouble, please check there if your issue has already been reported.
|
|
101
101
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
102
|
-
`feedback <https://github.com/OCA/delivery-carrier/issues/new?body=module:%20delivery_state%0Aversion:%
|
|
102
|
+
`feedback <https://github.com/OCA/delivery-carrier/issues/new?body=module:%20delivery_state%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
|
103
103
|
|
|
104
104
|
Do not contact contributors directly about support or help with technical issues.
|
|
105
105
|
|
|
@@ -116,21 +116,21 @@ Authors
|
|
|
116
116
|
Contributors
|
|
117
117
|
------------
|
|
118
118
|
|
|
119
|
-
-
|
|
119
|
+
- `Trey <https://www.trey.es>`__:
|
|
120
120
|
|
|
121
|
-
|
|
121
|
+
- Roberto Lizana <roberto@trey.es>
|
|
122
122
|
|
|
123
|
-
-
|
|
123
|
+
- `FactorLibre <https://www.factorlibre.com>`__:
|
|
124
124
|
|
|
125
|
-
|
|
125
|
+
- Zahra Velasco <zahra.velasco@factorlibre.com>
|
|
126
126
|
|
|
127
|
-
-
|
|
127
|
+
- `Tecnativa <https://www.tecnativa.com>`__:
|
|
128
128
|
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
129
|
+
- Pedro M. Baeza
|
|
130
|
+
- David Vidal
|
|
131
|
+
- Víctor Martínez
|
|
132
132
|
|
|
133
|
-
-
|
|
133
|
+
- Marçal Isern <marsal.isern@qubiq.es>
|
|
134
134
|
|
|
135
135
|
Maintainers
|
|
136
136
|
-----------
|
|
@@ -145,6 +145,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
|
145
145
|
mission is to support the collaborative development of Odoo features and
|
|
146
146
|
promote its widespread use.
|
|
147
147
|
|
|
148
|
-
This module is part of the `OCA/delivery-carrier <https://github.com/OCA/delivery-carrier/tree/
|
|
148
|
+
This module is part of the `OCA/delivery-carrier <https://github.com/OCA/delivery-carrier/tree/18.0/delivery_state>`_ project on GitHub.
|
|
149
149
|
|
|
150
150
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
@@ -4,8 +4,6 @@
|
|
|
4
4
|
<field name="name">Update deliveries states</field>
|
|
5
5
|
<field name="interval_number">1</field>
|
|
6
6
|
<field name="interval_type">days</field>
|
|
7
|
-
<field name="numbercall">-1</field>
|
|
8
|
-
<field name="doall" eval="False" />
|
|
9
7
|
<field name="model_id" ref="model_stock_picking" />
|
|
10
8
|
<field name="code">model._update_delivery_state()</field>
|
|
11
9
|
<field name="state">code</field>
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
#
|
|
5
5
|
msgid ""
|
|
6
6
|
msgstr ""
|
|
7
|
-
"Project-Id-Version: Odoo Server
|
|
7
|
+
"Project-Id-Version: Odoo Server 18.0\n"
|
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
|
9
9
|
"Last-Translator: \n"
|
|
10
10
|
"Language-Team: \n"
|
|
@@ -18,14 +18,14 @@ msgstr ""
|
|
|
18
18
|
msgid ""
|
|
19
19
|
"<div style=\"margin: 0px; padding: 0px;\">\n"
|
|
20
20
|
" <p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
|
|
21
|
-
" Hello <t t-out=\"object.partner_id.name\"
|
|
22
|
-
" Your package has been delivered!<br
|
|
23
|
-
" Order information<br
|
|
24
|
-
" Order <t t-out=\"object.carrier_tracking_ref\"
|
|
21
|
+
" Hello <t t-out=\"object.partner_id.name\"/>,<br/><br/>\n"
|
|
22
|
+
" Your package has been delivered!<br/><br/>\n"
|
|
23
|
+
" Order information<br/>\n"
|
|
24
|
+
" Order <t t-out=\"object.carrier_tracking_ref\"/><br/>\n"
|
|
25
25
|
" <t t-if=\"user.signature\">\n"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
26
|
+
" <br/>\n"
|
|
27
|
+
" <t t-out=\"user.signature\"/>\n"
|
|
28
|
+
" </t>\n"
|
|
29
29
|
" </p>\n"
|
|
30
30
|
" </div>\n"
|
|
31
31
|
" "
|
|
@@ -46,7 +46,7 @@ class StockPicking(models.Model):
|
|
|
46
46
|
<my_provider>_tracking_state_update
|
|
47
47
|
It can be triggered manually or by the cron."""
|
|
48
48
|
for picking in self.filtered("carrier_id"):
|
|
49
|
-
method = "
|
|
49
|
+
method = f"{picking.delivery_type}_tracking_state_update"
|
|
50
50
|
if hasattr(picking.carrier_id, method):
|
|
51
51
|
getattr(picking.carrier_id, method)(picking)
|
|
52
52
|
|
|
@@ -367,9 +367,9 @@ ul.auto-toc {
|
|
|
367
367
|
!! This file is generated by oca-gen-addon-readme !!
|
|
368
368
|
!! changes will be overwritten. !!
|
|
369
369
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
370
|
-
!! source digest: sha256:
|
|
370
|
+
!! source digest: sha256:d255a54cbef9d1104e6482c9076fabb413928979b7f35361c3f8af5e49056ed9
|
|
371
371
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
|
372
|
-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/delivery-carrier/tree/
|
|
372
|
+
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/delivery-carrier/tree/18.0/delivery_state"><img alt="OCA/delivery-carrier" src="https://img.shields.io/badge/github-OCA%2Fdelivery--carrier-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/delivery-carrier-18-0/delivery-carrier-18-0-delivery_state"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/delivery-carrier&target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
|
373
373
|
<p>This module adds additional functions that will be needed for the
|
|
374
374
|
carrier developments. It provides fields to be able to contemplate the
|
|
375
375
|
tracking states and also adds a global field so it can have generic
|
|
@@ -456,7 +456,7 @@ given by the provider (which is mapped to the ones in this module)</p>
|
|
|
456
456
|
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/delivery-carrier/issues">GitHub Issues</a>.
|
|
457
457
|
In case of trouble, please check there if your issue has already been reported.
|
|
458
458
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
459
|
-
<a class="reference external" href="https://github.com/OCA/delivery-carrier/issues/new?body=module:%20delivery_state%0Aversion:%
|
|
459
|
+
<a class="reference external" href="https://github.com/OCA/delivery-carrier/issues/new?body=module:%20delivery_state%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
|
460
460
|
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
|
461
461
|
</div>
|
|
462
462
|
<div class="section" id="credits">
|
|
@@ -498,7 +498,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
|
498
498
|
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
499
499
|
mission is to support the collaborative development of Odoo features and
|
|
500
500
|
promote its widespread use.</p>
|
|
501
|
-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/delivery-carrier/tree/
|
|
501
|
+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/delivery-carrier/tree/18.0/delivery_state">OCA/delivery-carrier</a> project on GitHub.</p>
|
|
502
502
|
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
|
|
503
503
|
</div>
|
|
504
504
|
</div>
|
|
@@ -31,7 +31,7 @@ class TestDeliveryState(TransactionCase):
|
|
|
31
31
|
}
|
|
32
32
|
)
|
|
33
33
|
cls.product = cls.env["product.product"].create(
|
|
34
|
-
{"name": "Test product", "type": "
|
|
34
|
+
{"name": "Test product", "type": "consu"}
|
|
35
35
|
)
|
|
36
36
|
cls.partner = cls.env["res.partner"].create({"name": "Mr. Odoo"})
|
|
37
37
|
cls.partner_shipping = cls.env["res.partner"].create(
|
|
@@ -63,6 +63,36 @@ class TestDeliveryState(TransactionCase):
|
|
|
63
63
|
],
|
|
64
64
|
}
|
|
65
65
|
)
|
|
66
|
+
cls.picking = cls.env["stock.picking"].create(
|
|
67
|
+
{
|
|
68
|
+
"picking_type_id": cls.env["stock.picking.type"].search([], limit=1).id,
|
|
69
|
+
"partner_id": cls.partner.id,
|
|
70
|
+
"location_id": cls.env["stock.location"]
|
|
71
|
+
.search([("usage", "=", "internal")], limit=1)
|
|
72
|
+
.id,
|
|
73
|
+
"location_dest_id": cls.env["stock.location"]
|
|
74
|
+
.search([("usage", "=", "customer")], limit=1)
|
|
75
|
+
.id,
|
|
76
|
+
"move_ids": [
|
|
77
|
+
(
|
|
78
|
+
0,
|
|
79
|
+
0,
|
|
80
|
+
{
|
|
81
|
+
"name": cls.product.name,
|
|
82
|
+
"product_id": cls.product.id,
|
|
83
|
+
"product_uom_qty": 1,
|
|
84
|
+
"product_uom": cls.product.uom_id.id,
|
|
85
|
+
"location_id": cls.env["stock.location"]
|
|
86
|
+
.search([("usage", "=", "internal")], limit=1)
|
|
87
|
+
.id,
|
|
88
|
+
"location_dest_id": cls.env["stock.location"]
|
|
89
|
+
.search([("usage", "=", "customer")], limit=1)
|
|
90
|
+
.id,
|
|
91
|
+
},
|
|
92
|
+
)
|
|
93
|
+
],
|
|
94
|
+
}
|
|
95
|
+
)
|
|
66
96
|
|
|
67
97
|
def test_delivery_state(self):
|
|
68
98
|
delivery_wizard = Form(
|
|
@@ -116,3 +146,14 @@ class TestDeliveryState(TransactionCase):
|
|
|
116
146
|
)
|
|
117
147
|
last_mail = fields.first(mails)
|
|
118
148
|
self.assertTrue("XX-0000" in last_mail.body)
|
|
149
|
+
|
|
150
|
+
def test_update_delivery_state(self):
|
|
151
|
+
self.picking.carrier_id = self.carrier.id
|
|
152
|
+
self.picking.state = "done"
|
|
153
|
+
self.picking.delivery_state = "shipping_recorded_in_carrier"
|
|
154
|
+
with patch.object(type(self.picking), "tracking_state_update") as mock_update:
|
|
155
|
+
self.env["stock.picking"]._update_delivery_state()
|
|
156
|
+
mock_update.assert_called()
|
|
157
|
+
self.assertEqual(
|
|
158
|
+
self.picking.delivery_state, "shipping_recorded_in_carrier"
|
|
159
|
+
)
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: odoo-addon-delivery_state
|
|
3
|
-
Version:
|
|
3
|
+
Version: 18.0.1.0.0.2
|
|
4
4
|
Requires-Python: >=3.10
|
|
5
|
-
Requires-Dist: odoo
|
|
5
|
+
Requires-Dist: odoo==18.0.*
|
|
6
6
|
Summary: Provides fields to be able to contemplate the tracking statesand also adds a global fields
|
|
7
7
|
Home-page: https://github.com/OCA/delivery-carrier
|
|
8
8
|
License: AGPL-3
|
|
@@ -10,7 +10,7 @@ Author: Trey (www.trey.es), FactorLibre, Tecnativa, Odoo Community Association (
|
|
|
10
10
|
Author-email: support@odoo-community.org
|
|
11
11
|
Classifier: Programming Language :: Python
|
|
12
12
|
Classifier: Framework :: Odoo
|
|
13
|
-
Classifier: Framework :: Odoo ::
|
|
13
|
+
Classifier: Framework :: Odoo :: 18.0
|
|
14
14
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
15
15
|
|
|
16
16
|
==============
|
|
@@ -22,7 +22,7 @@ Delivery State
|
|
|
22
22
|
!! This file is generated by oca-gen-addon-readme !!
|
|
23
23
|
!! changes will be overwritten. !!
|
|
24
24
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
25
|
-
!! source digest: sha256:
|
|
25
|
+
!! source digest: sha256:d255a54cbef9d1104e6482c9076fabb413928979b7f35361c3f8af5e49056ed9
|
|
26
26
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
27
27
|
|
|
28
28
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -32,13 +32,13 @@ Delivery State
|
|
|
32
32
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
33
33
|
:alt: License: AGPL-3
|
|
34
34
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fdelivery--carrier-lightgray.png?logo=github
|
|
35
|
-
:target: https://github.com/OCA/delivery-carrier/tree/
|
|
35
|
+
:target: https://github.com/OCA/delivery-carrier/tree/18.0/delivery_state
|
|
36
36
|
:alt: OCA/delivery-carrier
|
|
37
37
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
|
38
|
-
:target: https://translation.odoo-community.org/projects/delivery-carrier-
|
|
38
|
+
:target: https://translation.odoo-community.org/projects/delivery-carrier-18-0/delivery-carrier-18-0-delivery_state
|
|
39
39
|
:alt: Translate me on Weblate
|
|
40
40
|
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
|
41
|
-
:target: https://runboat.odoo-community.org/builds?repo=OCA/delivery-carrier&target_branch=
|
|
41
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/delivery-carrier&target_branch=18.0
|
|
42
42
|
:alt: Try me on Runboat
|
|
43
43
|
|
|
44
44
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
@@ -96,12 +96,12 @@ steps as described before, but we'll get additionally:
|
|
|
96
96
|
2. Depending on the stated returned by the provider, we could get
|
|
97
97
|
these states (field *Carrier State*):
|
|
98
98
|
|
|
99
|
-
-
|
|
100
|
-
-
|
|
101
|
-
-
|
|
102
|
-
-
|
|
103
|
-
-
|
|
104
|
-
-
|
|
99
|
+
- Shipping recorded in carrier
|
|
100
|
+
- In transit
|
|
101
|
+
- Canceled shipment (finished)
|
|
102
|
+
- Incident
|
|
103
|
+
- Warehouse delivered
|
|
104
|
+
- Customer delivered (finished)
|
|
105
105
|
|
|
106
106
|
3. In the field *Tracking state* we'll get the tracking state name
|
|
107
107
|
given by the provider (which is mapped to the ones in this module)
|
|
@@ -114,7 +114,7 @@ Bug Tracker
|
|
|
114
114
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/delivery-carrier/issues>`_.
|
|
115
115
|
In case of trouble, please check there if your issue has already been reported.
|
|
116
116
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
117
|
-
`feedback <https://github.com/OCA/delivery-carrier/issues/new?body=module:%20delivery_state%0Aversion:%
|
|
117
|
+
`feedback <https://github.com/OCA/delivery-carrier/issues/new?body=module:%20delivery_state%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
|
118
118
|
|
|
119
119
|
Do not contact contributors directly about support or help with technical issues.
|
|
120
120
|
|
|
@@ -131,21 +131,21 @@ Authors
|
|
|
131
131
|
Contributors
|
|
132
132
|
------------
|
|
133
133
|
|
|
134
|
-
-
|
|
134
|
+
- `Trey <https://www.trey.es>`__:
|
|
135
135
|
|
|
136
|
-
|
|
136
|
+
- Roberto Lizana <roberto@trey.es>
|
|
137
137
|
|
|
138
|
-
-
|
|
138
|
+
- `FactorLibre <https://www.factorlibre.com>`__:
|
|
139
139
|
|
|
140
|
-
|
|
140
|
+
- Zahra Velasco <zahra.velasco@factorlibre.com>
|
|
141
141
|
|
|
142
|
-
-
|
|
142
|
+
- `Tecnativa <https://www.tecnativa.com>`__:
|
|
143
143
|
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
144
|
+
- Pedro M. Baeza
|
|
145
|
+
- David Vidal
|
|
146
|
+
- Víctor Martínez
|
|
147
147
|
|
|
148
|
-
-
|
|
148
|
+
- Marçal Isern <marsal.isern@qubiq.es>
|
|
149
149
|
|
|
150
150
|
Maintainers
|
|
151
151
|
-----------
|
|
@@ -160,6 +160,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
|
160
160
|
mission is to support the collaborative development of Odoo features and
|
|
161
161
|
promote its widespread use.
|
|
162
162
|
|
|
163
|
-
This module is part of the `OCA/delivery-carrier <https://github.com/OCA/delivery-carrier/tree/
|
|
163
|
+
This module is part of the `OCA/delivery-carrier <https://github.com/OCA/delivery-carrier/tree/18.0/delivery_state>`_ project on GitHub.
|
|
164
164
|
|
|
165
165
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
odoo/addons/delivery_state/README.rst,sha256=
|
|
1
|
+
odoo/addons/delivery_state/README.rst,sha256=Pn-rver8447otYcGkJ_yvdCC8-JRoOfX2utAvw6fsTI,5463
|
|
2
2
|
odoo/addons/delivery_state/__init__.py,sha256=vjC7oVOHhST0bMtkabfH6FeMaqB-PHV4o8HQvIB_5NM,86
|
|
3
|
-
odoo/addons/delivery_state/__manifest__.py,sha256=
|
|
4
|
-
odoo/addons/delivery_state/data/ir_cron_data.xml,sha256=
|
|
5
|
-
odoo/addons/delivery_state/data/mail_template.xml,sha256=
|
|
6
|
-
odoo/addons/delivery_state/i18n/delivery_state.pot,sha256=
|
|
3
|
+
odoo/addons/delivery_state/__manifest__.py,sha256=3RYBNKN7U6yIgPD8NwnKu0Ez9csWaoUnLbzkwxpuVgE,809
|
|
4
|
+
odoo/addons/delivery_state/data/ir_cron_data.xml,sha256=a8pIAiddcrLqvQzF4Lx-3fTJ4jbYqmHoxbvUnUtBYFc,463
|
|
5
|
+
odoo/addons/delivery_state/data/mail_template.xml,sha256=U6MhWcPRLWIeIYkpfuvhEDI5-GZ-pswfXPUETmg9U8U,1344
|
|
6
|
+
odoo/addons/delivery_state/i18n/delivery_state.pot,sha256=_phny73Q9Cu6y8vnwhS_MmCFjDrzXgECw3cE5DhS804,5715
|
|
7
7
|
odoo/addons/delivery_state/i18n/es.po,sha256=t548exglxSJ7yAxKBOIzOp6qGn-wrGee5DalNxZfLhU,8844
|
|
8
8
|
odoo/addons/delivery_state/i18n/fr.po,sha256=AVgT5k2gldpaEMcygME88rpedTP7MJRe7328k2xoNw4,6657
|
|
9
9
|
odoo/addons/delivery_state/i18n/it.po,sha256=y3j7xlOH3A8tYY6JcIYwJ_Oey5n1hfB7IpXpmt6yc7o,7382
|
|
@@ -11,18 +11,18 @@ odoo/addons/delivery_state/models/__init__.py,sha256=cpomDITzUjM_K1CWge5kZH7Geo-
|
|
|
11
11
|
odoo/addons/delivery_state/models/delivery_carrier.py,sha256=l65TjoKhwiAAtDAhqGdfcMLiE7QMRGz0szbqYS2xd6c,838
|
|
12
12
|
odoo/addons/delivery_state/models/res_company.py,sha256=TmiRVODzdSApqG8oALxder-cR8gDEkIjQQp2Hu7IbpA,560
|
|
13
13
|
odoo/addons/delivery_state/models/res_config_settings.py,sha256=o8_pVps9gOceamgKwJO1IHyzXhbSoL5KKntFU3fAUNY,548
|
|
14
|
-
odoo/addons/delivery_state/models/stock_picking.py,sha256=
|
|
14
|
+
odoo/addons/delivery_state/models/stock_picking.py,sha256=6oHXToM4TvZBZ9cNhAjz4qSBe1QG7nUtKjPuuTHkjz4,3236
|
|
15
15
|
odoo/addons/delivery_state/readme/CONFIGURE.md,sha256=qTUnJHkLOG67b53gXQIVaMiw7DerJ54x4TQNRQfqwpM,645
|
|
16
16
|
odoo/addons/delivery_state/readme/CONTRIBUTORS.md,sha256=z9acHu_jLy9kE6Sl3BVDxJuyP7af206ckJ0sgcklsmA,315
|
|
17
17
|
odoo/addons/delivery_state/readme/DESCRIPTION.md,sha256=XvCND-7CFgybGm3C2S6adPRFSJjbU9UXqxa54jeE_JU,254
|
|
18
18
|
odoo/addons/delivery_state/readme/USAGE.md,sha256=bBK1O4dDBWeaYVLiI1o-Vuw-SVic7VHvPmzj0-5wEb8,1424
|
|
19
19
|
odoo/addons/delivery_state/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
|
20
|
-
odoo/addons/delivery_state/static/description/index.html,sha256=
|
|
20
|
+
odoo/addons/delivery_state/static/description/index.html,sha256=zibyEPt5PRpYe-Cs5E-CHJJhahJlGB7TzlqsPWGEHjY,15902
|
|
21
21
|
odoo/addons/delivery_state/tests/__init__.py,sha256=giksTYtSXScTPW6jKMPrb3DDCqTX_0HL1G76G5IJhQY,175
|
|
22
|
-
odoo/addons/delivery_state/tests/test_delivery_state.py,sha256=
|
|
22
|
+
odoo/addons/delivery_state/tests/test_delivery_state.py,sha256=omYhd0h3Y-FYPU_4rbGeSGiESiG4dX7zUkupOKp1kMI,6534
|
|
23
23
|
odoo/addons/delivery_state/views/res_config_settings_view.xml,sha256=LspyMgUk7H3Ocv9YPEZHMGjUJv7joIMOnPEdTjFmDWs,2129
|
|
24
24
|
odoo/addons/delivery_state/views/stock_picking_views.xml,sha256=lBogGKJvunwI2AhFK1IstgLXTRwDToexQXzZFX_C8-E,1504
|
|
25
|
-
odoo_addon_delivery_state-
|
|
26
|
-
odoo_addon_delivery_state-
|
|
27
|
-
odoo_addon_delivery_state-
|
|
28
|
-
odoo_addon_delivery_state-
|
|
25
|
+
odoo_addon_delivery_state-18.0.1.0.0.2.dist-info/METADATA,sha256=dFlUT9NRJP0toifL5-Xq6RI8EmD9RicBn0FpbP_PfaM,6072
|
|
26
|
+
odoo_addon_delivery_state-18.0.1.0.0.2.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
|
|
27
|
+
odoo_addon_delivery_state-18.0.1.0.0.2.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
|
28
|
+
odoo_addon_delivery_state-18.0.1.0.0.2.dist-info/RECORD,,
|
|
File without changes
|