odoo-addon-rma-delivery 15.0.1.0.0.3__py3-none-any.whl → 16.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.
Potentially problematic release.
This version of odoo-addon-rma-delivery might be problematic. Click here for more details.
- odoo/addons/rma_delivery/README.rst +8 -6
- odoo/addons/rma_delivery/__manifest__.py +1 -1
- odoo/addons/rma_delivery/i18n/rma_delivery.pot +1 -1
- odoo/addons/rma_delivery/models/rma.py +13 -5
- odoo/addons/rma_delivery/readme/CONTRIBUTORS.rst +2 -0
- odoo/addons/rma_delivery/static/description/index.html +12 -9
- odoo/addons/rma_delivery/tests/test_rma_delivery.py +3 -1
- {odoo_addon_rma_delivery-15.0.1.0.0.3.dist-info → odoo_addon_rma_delivery-16.0.1.0.0.2.dist-info}/METADATA +14 -15
- {odoo_addon_rma_delivery-15.0.1.0.0.3.dist-info → odoo_addon_rma_delivery-16.0.1.0.0.2.dist-info}/RECORD +11 -11
- {odoo_addon_rma_delivery-15.0.1.0.0.3.dist-info → odoo_addon_rma_delivery-16.0.1.0.0.2.dist-info}/WHEEL +1 -1
- {odoo_addon_rma_delivery-15.0.1.0.0.3.dist-info → odoo_addon_rma_delivery-16.0.1.0.0.2.dist-info}/top_level.txt +0 -0
|
@@ -7,7 +7,7 @@ Return Merchandise Authorization Management - Link with deliveries
|
|
|
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:6c88736b9e8490cd16e6f86420b73f7d35ab713d6862a8c395dcec2ce21706e2
|
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
12
12
|
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -17,13 +17,13 @@ Return Merchandise Authorization Management - Link with deliveries
|
|
|
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%2Frma-lightgray.png?logo=github
|
|
20
|
-
:target: https://github.com/OCA/rma/tree/
|
|
20
|
+
:target: https://github.com/OCA/rma/tree/16.0/rma_delivery
|
|
21
21
|
:alt: OCA/rma
|
|
22
22
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
|
23
|
-
:target: https://translation.odoo-community.org/projects/rma-
|
|
23
|
+
:target: https://translation.odoo-community.org/projects/rma-16-0/rma-16-0-rma_delivery
|
|
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/rma&target_branch=
|
|
26
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/rma&target_branch=16.0
|
|
27
27
|
:alt: Try me on Runboat
|
|
28
28
|
|
|
29
29
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
@@ -67,7 +67,7 @@ Bug Tracker
|
|
|
67
67
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/rma/issues>`_.
|
|
68
68
|
In case of trouble, please check there if your issue has already been reported.
|
|
69
69
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
70
|
-
`feedback <https://github.com/OCA/rma/issues/new?body=module:%20rma_delivery%0Aversion:%
|
|
70
|
+
`feedback <https://github.com/OCA/rma/issues/new?body=module:%20rma_delivery%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
|
71
71
|
|
|
72
72
|
Do not contact contributors directly about support or help with technical issues.
|
|
73
73
|
|
|
@@ -86,6 +86,8 @@ Contributors
|
|
|
86
86
|
|
|
87
87
|
* David Vidal
|
|
88
88
|
|
|
89
|
+
* Souheil Bejaoui - ACSONE SA/NV <souheil.bejaoui@acsone.eu>
|
|
90
|
+
|
|
89
91
|
Maintainers
|
|
90
92
|
~~~~~~~~~~~
|
|
91
93
|
|
|
@@ -107,6 +109,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
|
|
|
107
109
|
|
|
108
110
|
|maintainer-chienandalu|
|
|
109
111
|
|
|
110
|
-
This module is part of the `OCA/rma <https://github.com/OCA/rma/tree/
|
|
112
|
+
This module is part of the `OCA/rma <https://github.com/OCA/rma/tree/16.0/rma_delivery>`_ project on GitHub.
|
|
111
113
|
|
|
112
114
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
{
|
|
4
4
|
"name": "Return Merchandise Authorization Management - Link with deliveries",
|
|
5
5
|
"summary": "Allow to choose a default delivery carrier for returns",
|
|
6
|
-
"version": "
|
|
6
|
+
"version": "16.0.1.0.0",
|
|
7
7
|
"development_status": "Beta",
|
|
8
8
|
"category": "RMA",
|
|
9
9
|
"website": "https://github.com/OCA/rma",
|
|
@@ -32,12 +32,20 @@ class Rma(models.Model):
|
|
|
32
32
|
)
|
|
33
33
|
return res
|
|
34
34
|
|
|
35
|
-
def
|
|
36
|
-
|
|
37
|
-
res = super().create_replace(scheduled_date, warehouse, product, qty, uom)
|
|
38
|
-
new_pickings = self.delivery_move_ids.mapped("picking_id") - existing_pickings
|
|
39
|
-
for picking in new_pickings:
|
|
35
|
+
def _set_carrier(self, pickings):
|
|
36
|
+
for picking in pickings:
|
|
40
37
|
picking.carrier_id = self._get_default_carrier_id(
|
|
41
38
|
picking.company_id, picking.partner_id
|
|
42
39
|
)
|
|
40
|
+
|
|
41
|
+
def create_replace(self, scheduled_date, warehouse, product, qty, uom):
|
|
42
|
+
existing_pickings = self.delivery_move_ids.picking_id
|
|
43
|
+
res = super().create_replace(scheduled_date, warehouse, product, qty, uom)
|
|
44
|
+
self._set_carrier(self.delivery_move_ids.picking_id - existing_pickings)
|
|
45
|
+
return res
|
|
46
|
+
|
|
47
|
+
def create_return(self, scheduled_date, qty=None, uom=None):
|
|
48
|
+
existing_pickings = self.delivery_move_ids.picking_id
|
|
49
|
+
res = super().create_return(scheduled_date, qty=qty, uom=uom)
|
|
50
|
+
self._set_carrier(self.delivery_move_ids.picking_id - existing_pickings)
|
|
43
51
|
return res
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
1
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3
2
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
4
3
|
<head>
|
|
@@ -9,10 +8,11 @@
|
|
|
9
8
|
|
|
10
9
|
/*
|
|
11
10
|
:Author: David Goodger (goodger@python.org)
|
|
12
|
-
:Id: $Id: html4css1.css
|
|
11
|
+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
|
|
13
12
|
:Copyright: This stylesheet has been placed in the public domain.
|
|
14
13
|
|
|
15
14
|
Default cascading style sheet for the HTML output of Docutils.
|
|
15
|
+
Despite the name, some widely supported CSS2 features are used.
|
|
16
16
|
|
|
17
17
|
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
|
|
18
18
|
customize this style sheet.
|
|
@@ -275,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code {
|
|
|
275
275
|
margin-left: 2em ;
|
|
276
276
|
margin-right: 2em }
|
|
277
277
|
|
|
278
|
-
pre.code .ln { color:
|
|
278
|
+
pre.code .ln { color: gray; } /* line numbers */
|
|
279
279
|
pre.code, code { background-color: #eeeeee }
|
|
280
280
|
pre.code .comment, code .comment { color: #5C6576 }
|
|
281
281
|
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
|
|
@@ -301,7 +301,7 @@ span.option {
|
|
|
301
301
|
span.pre {
|
|
302
302
|
white-space: pre }
|
|
303
303
|
|
|
304
|
-
span.problematic {
|
|
304
|
+
span.problematic, pre.problematic {
|
|
305
305
|
color: red }
|
|
306
306
|
|
|
307
307
|
span.section-subtitle {
|
|
@@ -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:6c88736b9e8490cd16e6f86420b73f7d35ab713d6862a8c395dcec2ce21706e2
|
|
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/rma/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/rma/tree/16.0/rma_delivery"><img alt="OCA/rma" src="https://img.shields.io/badge/github-OCA%2Frma-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/rma-16-0/rma-16-0-rma_delivery"><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/rma&target_branch=16.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 extends the functionality of the RMA module to allow to choose a default
|
|
374
374
|
behavior for the shipping method used on the RMA returns to the customer.</p>
|
|
375
375
|
<p><strong>Table of contents</strong></p>
|
|
@@ -417,7 +417,7 @@ carrier.</li>
|
|
|
417
417
|
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/rma/issues">GitHub Issues</a>.
|
|
418
418
|
In case of trouble, please check there if your issue has already been reported.
|
|
419
419
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
420
|
-
<a class="reference external" href="https://github.com/OCA/rma/issues/new?body=module:%20rma_delivery%0Aversion:%
|
|
420
|
+
<a class="reference external" href="https://github.com/OCA/rma/issues/new?body=module:%20rma_delivery%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
|
421
421
|
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
|
422
422
|
</div>
|
|
423
423
|
<div class="section" id="credits">
|
|
@@ -435,18 +435,21 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
|
435
435
|
<li>David Vidal</li>
|
|
436
436
|
</ul>
|
|
437
437
|
</li>
|
|
438
|
+
<li>Souheil Bejaoui - ACSONE SA/NV <<a class="reference external" href="mailto:souheil.bejaoui@acsone.eu">souheil.bejaoui@acsone.eu</a>></li>
|
|
438
439
|
</ul>
|
|
439
440
|
</div>
|
|
440
441
|
<div class="section" id="maintainers">
|
|
441
442
|
<h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
|
|
442
443
|
<p>This module is maintained by the OCA.</p>
|
|
443
|
-
<a class="reference external image-reference" href="https://odoo-community.org"
|
|
444
|
+
<a class="reference external image-reference" href="https://odoo-community.org">
|
|
445
|
+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
|
|
446
|
+
</a>
|
|
444
447
|
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
445
448
|
mission is to support the collaborative development of Odoo features and
|
|
446
449
|
promote its widespread use.</p>
|
|
447
450
|
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p>
|
|
448
451
|
<p><a class="reference external image-reference" href="https://github.com/chienandalu"><img alt="chienandalu" src="https://github.com/chienandalu.png?size=40px" /></a></p>
|
|
449
|
-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/rma/tree/
|
|
452
|
+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/rma/tree/16.0/rma_delivery">OCA/rma</a> project on GitHub.</p>
|
|
450
453
|
<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>
|
|
451
454
|
</div>
|
|
452
455
|
</div>
|
|
@@ -5,7 +5,7 @@ from odoo.tests import Form
|
|
|
5
5
|
from odoo.addons.rma.tests.test_rma import TestRma
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
class
|
|
8
|
+
class TestRmaDeliveryBase(TestRma):
|
|
9
9
|
@classmethod
|
|
10
10
|
def setUpClass(cls):
|
|
11
11
|
super().setUpClass()
|
|
@@ -46,6 +46,8 @@ class TestRmaDelivery(TestRma):
|
|
|
46
46
|
delivery_wizard.action_deliver()
|
|
47
47
|
return rma.delivery_move_ids.picking_id
|
|
48
48
|
|
|
49
|
+
|
|
50
|
+
class TestRmaDelivery(TestRmaDeliveryBase):
|
|
49
51
|
def test_01_fixed_method(self):
|
|
50
52
|
"""Fixed method. RMA gets the company default carrier"""
|
|
51
53
|
# Return picking
|
|
@@ -1,20 +1,19 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
|
-
Name: odoo-addon-
|
|
3
|
-
Version:
|
|
2
|
+
Name: odoo-addon-rma_delivery
|
|
3
|
+
Version: 16.0.1.0.0.2
|
|
4
4
|
Summary: Allow to choose a default delivery carrier for returns
|
|
5
5
|
Home-page: https://github.com/OCA/rma
|
|
6
6
|
Author: Tecnativa, Odoo Community Association (OCA)
|
|
7
7
|
Author-email: support@odoo-community.org
|
|
8
8
|
License: AGPL-3
|
|
9
|
-
Platform: UNKNOWN
|
|
10
9
|
Classifier: Programming Language :: Python
|
|
11
10
|
Classifier: Framework :: Odoo
|
|
12
|
-
Classifier: Framework :: Odoo ::
|
|
11
|
+
Classifier: Framework :: Odoo :: 16.0
|
|
13
12
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
14
13
|
Classifier: Development Status :: 4 - Beta
|
|
15
|
-
Requires-Python: >=3.
|
|
16
|
-
Requires-Dist: odoo-addon-rma
|
|
17
|
-
Requires-Dist: odoo
|
|
14
|
+
Requires-Python: >=3.10
|
|
15
|
+
Requires-Dist: odoo-addon-rma<16.1dev,>=16.0dev
|
|
16
|
+
Requires-Dist: odoo<16.1dev,>=16.0a
|
|
18
17
|
|
|
19
18
|
==================================================================
|
|
20
19
|
Return Merchandise Authorization Management - Link with deliveries
|
|
@@ -25,7 +24,7 @@ Return Merchandise Authorization Management - Link with deliveries
|
|
|
25
24
|
!! This file is generated by oca-gen-addon-readme !!
|
|
26
25
|
!! changes will be overwritten. !!
|
|
27
26
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
28
|
-
!! source digest: sha256:
|
|
27
|
+
!! source digest: sha256:6c88736b9e8490cd16e6f86420b73f7d35ab713d6862a8c395dcec2ce21706e2
|
|
29
28
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
30
29
|
|
|
31
30
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -35,13 +34,13 @@ Return Merchandise Authorization Management - Link with deliveries
|
|
|
35
34
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
36
35
|
:alt: License: AGPL-3
|
|
37
36
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Frma-lightgray.png?logo=github
|
|
38
|
-
:target: https://github.com/OCA/rma/tree/
|
|
37
|
+
:target: https://github.com/OCA/rma/tree/16.0/rma_delivery
|
|
39
38
|
:alt: OCA/rma
|
|
40
39
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
|
41
|
-
:target: https://translation.odoo-community.org/projects/rma-
|
|
40
|
+
:target: https://translation.odoo-community.org/projects/rma-16-0/rma-16-0-rma_delivery
|
|
42
41
|
:alt: Translate me on Weblate
|
|
43
42
|
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
|
44
|
-
:target: https://runboat.odoo-community.org/builds?repo=OCA/rma&target_branch=
|
|
43
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/rma&target_branch=16.0
|
|
45
44
|
:alt: Try me on Runboat
|
|
46
45
|
|
|
47
46
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
@@ -85,7 +84,7 @@ Bug Tracker
|
|
|
85
84
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/rma/issues>`_.
|
|
86
85
|
In case of trouble, please check there if your issue has already been reported.
|
|
87
86
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
88
|
-
`feedback <https://github.com/OCA/rma/issues/new?body=module:%20rma_delivery%0Aversion:%
|
|
87
|
+
`feedback <https://github.com/OCA/rma/issues/new?body=module:%20rma_delivery%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
|
89
88
|
|
|
90
89
|
Do not contact contributors directly about support or help with technical issues.
|
|
91
90
|
|
|
@@ -104,6 +103,8 @@ Contributors
|
|
|
104
103
|
|
|
105
104
|
* David Vidal
|
|
106
105
|
|
|
106
|
+
* Souheil Bejaoui - ACSONE SA/NV <souheil.bejaoui@acsone.eu>
|
|
107
|
+
|
|
107
108
|
Maintainers
|
|
108
109
|
~~~~~~~~~~~
|
|
109
110
|
|
|
@@ -125,8 +126,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
|
|
|
125
126
|
|
|
126
127
|
|maintainer-chienandalu|
|
|
127
128
|
|
|
128
|
-
This module is part of the `OCA/rma <https://github.com/OCA/rma/tree/
|
|
129
|
+
This module is part of the `OCA/rma <https://github.com/OCA/rma/tree/16.0/rma_delivery>`_ project on GitHub.
|
|
129
130
|
|
|
130
131
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
131
|
-
|
|
132
|
-
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
odoo/addons/rma_delivery/README.rst,sha256=
|
|
1
|
+
odoo/addons/rma_delivery/README.rst,sha256=PBXumQNjUJS8BfQ0M2tWmWQUV_p9Sc58p60AEj8sIMA,4084
|
|
2
2
|
odoo/addons/rma_delivery/__init__.py,sha256=X9EJGOE2GtZbS0G82PtSXmWSZ_R8jEM0rlJTDliQjp4,21
|
|
3
|
-
odoo/addons/rma_delivery/__manifest__.py,sha256=
|
|
4
|
-
odoo/addons/rma_delivery/i18n/rma_delivery.pot,sha256=
|
|
3
|
+
odoo/addons/rma_delivery/__manifest__.py,sha256=Asv2zINXWgS8WonRrdvCtDw1F2DINvArQ4HqKSzJDZM,607
|
|
4
|
+
odoo/addons/rma_delivery/i18n/rma_delivery.pot,sha256=IzmiGDFgktmTwxesInrPHQ8mXC9jBgkgsECjd6l3jaA,1913
|
|
5
5
|
odoo/addons/rma_delivery/models/__init__.py,sha256=0Xzi0pPWEhU7J2pw2rcesBnXHIgluxIrESPI_0oIVvA,78
|
|
6
6
|
odoo/addons/rma_delivery/models/res_company.py,sha256=bZqweW_bFsEHaRsbDByiUPFvaANbMarMej4-pNkDFoU,671
|
|
7
7
|
odoo/addons/rma_delivery/models/res_config_settings.py,sha256=kB-rEHsmDzjwi0oVTgbLvYYyACOdZHX3WZZZmmh9XQ8,489
|
|
8
|
-
odoo/addons/rma_delivery/models/rma.py,sha256=
|
|
8
|
+
odoo/addons/rma_delivery/models/rma.py,sha256=Oq4gRYFGGYRUcAcoCFPIawp_qGwSGKZ1d6SOCePmZVg,2101
|
|
9
9
|
odoo/addons/rma_delivery/readme/CONFIGURE.rst,sha256=0w536sqkaofBItq7uMCzaIlj4uZv2mmFE_sX1XXGSZM,537
|
|
10
|
-
odoo/addons/rma_delivery/readme/CONTRIBUTORS.rst,sha256=
|
|
10
|
+
odoo/addons/rma_delivery/readme/CONTRIBUTORS.rst,sha256=wYVgZblPJc_VuX04YZaCywhE4A7Z_650nGtAPN4PZQY,122
|
|
11
11
|
odoo/addons/rma_delivery/readme/DESCRIPTION.rst,sha256=BKiXZ46fpsto4uNFNGQRKAQAPGfgJa7-qdMV_SjnlqU,159
|
|
12
12
|
odoo/addons/rma_delivery/readme/USAGE.rst,sha256=s3bvPgwuio1hTitsd3cQw-nMIlkTWmLh5Nbh396HsbI,209
|
|
13
13
|
odoo/addons/rma_delivery/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
|
14
|
-
odoo/addons/rma_delivery/static/description/index.html,sha256=
|
|
14
|
+
odoo/addons/rma_delivery/static/description/index.html,sha256=QQugJLJ0lmlyH2O9H-DA2_54eFxoFV9xTBhzYXe0QfA,13994
|
|
15
15
|
odoo/addons/rma_delivery/tests/__init__.py,sha256=U_4NaxVmwFbdJw8llCHmfS42_KY7XV57R889ai7hbg4,32
|
|
16
|
-
odoo/addons/rma_delivery/tests/test_rma_delivery.py,sha256=
|
|
16
|
+
odoo/addons/rma_delivery/tests/test_rma_delivery.py,sha256=Nh3aMAFJ20Qlf7WrgIO1togNRMv437IssjssKDBfqww,5488
|
|
17
17
|
odoo/addons/rma_delivery/views/res_config_settings_views.xml,sha256=9piYWfIh3lIHje45F320c_5o5pthWpIciKPqITYLpC4,1867
|
|
18
|
-
odoo_addon_rma_delivery-
|
|
19
|
-
odoo_addon_rma_delivery-
|
|
20
|
-
odoo_addon_rma_delivery-
|
|
21
|
-
odoo_addon_rma_delivery-
|
|
18
|
+
odoo_addon_rma_delivery-16.0.1.0.0.2.dist-info/METADATA,sha256=w2dRQKE8_w9PM_eYquExM7lbzmi7XQbb4R_I7BGOvZM,4708
|
|
19
|
+
odoo_addon_rma_delivery-16.0.1.0.0.2.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
20
|
+
odoo_addon_rma_delivery-16.0.1.0.0.2.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
|
21
|
+
odoo_addon_rma_delivery-16.0.1.0.0.2.dist-info/RECORD,,
|
|
File without changes
|