odoo-addon-rma-delivery 15.0.1.0.0.2__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 +15 -10
- 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 +31 -26
- odoo/addons/rma_delivery/tests/test_rma_delivery.py +3 -1
- {odoo_addon_rma_delivery-15.0.1.0.0.2.dist-info → odoo_addon_rma_delivery-16.0.1.0.0.2.dist-info}/METADATA +21 -19
- {odoo_addon_rma_delivery-15.0.1.0.0.2.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.2.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.2.dist-info → odoo_addon_rma_delivery-16.0.1.0.0.2.dist-info}/top_level.txt +0 -0
|
@@ -2,10 +2,13 @@
|
|
|
2
2
|
Return Merchandise Authorization Management - Link with deliveries
|
|
3
3
|
==================================================================
|
|
4
4
|
|
|
5
|
-
..
|
|
5
|
+
..
|
|
6
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
6
7
|
!! This file is generated by oca-gen-addon-readme !!
|
|
7
8
|
!! changes will be overwritten. !!
|
|
8
9
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
10
|
+
!! source digest: sha256:6c88736b9e8490cd16e6f86420b73f7d35ab713d6862a8c395dcec2ce21706e2
|
|
11
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
9
12
|
|
|
10
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
11
14
|
:target: https://odoo-community.org/page/development-status
|
|
@@ -14,16 +17,16 @@ Return Merchandise Authorization Management - Link with deliveries
|
|
|
14
17
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
15
18
|
:alt: License: AGPL-3
|
|
16
19
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Frma-lightgray.png?logo=github
|
|
17
|
-
:target: https://github.com/OCA/rma/tree/
|
|
20
|
+
:target: https://github.com/OCA/rma/tree/16.0/rma_delivery
|
|
18
21
|
:alt: OCA/rma
|
|
19
22
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
|
20
|
-
:target: https://translation.odoo-community.org/projects/rma-
|
|
23
|
+
:target: https://translation.odoo-community.org/projects/rma-16-0/rma-16-0-rma_delivery
|
|
21
24
|
:alt: Translate me on Weblate
|
|
22
|
-
.. |badge5| image:: https://img.shields.io/badge/
|
|
23
|
-
:target: https://
|
|
24
|
-
:alt: Try me on
|
|
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=16.0
|
|
27
|
+
:alt: Try me on Runboat
|
|
25
28
|
|
|
26
|
-
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
29
|
+
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
27
30
|
|
|
28
31
|
This module extends the functionality of the RMA module to allow to choose a default
|
|
29
32
|
behavior for the shipping method used on the RMA returns to the customer.
|
|
@@ -63,8 +66,8 @@ Bug Tracker
|
|
|
63
66
|
|
|
64
67
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/rma/issues>`_.
|
|
65
68
|
In case of trouble, please check there if your issue has already been reported.
|
|
66
|
-
If you spotted it first, help us
|
|
67
|
-
`feedback <https://github.com/OCA/rma/issues/new?body=module:%20rma_delivery%0Aversion:%
|
|
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:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
|
68
71
|
|
|
69
72
|
Do not contact contributors directly about support or help with technical issues.
|
|
70
73
|
|
|
@@ -83,6 +86,8 @@ Contributors
|
|
|
83
86
|
|
|
84
87
|
* David Vidal
|
|
85
88
|
|
|
89
|
+
* Souheil Bejaoui - ACSONE SA/NV <souheil.bejaoui@acsone.eu>
|
|
90
|
+
|
|
86
91
|
Maintainers
|
|
87
92
|
~~~~~~~~~~~
|
|
88
93
|
|
|
@@ -104,6 +109,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
|
|
|
104
109
|
|
|
105
110
|
|maintainer-chienandalu|
|
|
106
111
|
|
|
107
|
-
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.
|
|
108
113
|
|
|
109
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,20 +1,20 @@
|
|
|
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>
|
|
5
4
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
6
|
-
<meta name="generator" content="Docutils
|
|
5
|
+
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
|
|
7
6
|
<title>Return Merchandise Authorization Management - Link with deliveries</title>
|
|
8
7
|
<style type="text/css">
|
|
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
|
-
See
|
|
17
|
+
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
|
|
18
18
|
customize this style sheet.
|
|
19
19
|
*/
|
|
20
20
|
|
|
@@ -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 {
|
|
@@ -366,26 +366,28 @@ ul.auto-toc {
|
|
|
366
366
|
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
367
367
|
!! This file is generated by oca-gen-addon-readme !!
|
|
368
368
|
!! changes will be overwritten. !!
|
|
369
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
370
|
+
!! source digest: sha256:6c88736b9e8490cd16e6f86420b73f7d35ab713d6862a8c395dcec2ce21706e2
|
|
369
371
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
|
370
|
-
<p><a class="reference external" 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" 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" 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>
|
|
371
373
|
<p>This module extends the functionality of the RMA module to allow to choose a default
|
|
372
374
|
behavior for the shipping method used on the RMA returns to the customer.</p>
|
|
373
375
|
<p><strong>Table of contents</strong></p>
|
|
374
376
|
<div class="contents local topic" id="contents">
|
|
375
377
|
<ul class="simple">
|
|
376
|
-
<li><a class="reference internal" href="#configuration" id="
|
|
377
|
-
<li><a class="reference internal" href="#usage" id="
|
|
378
|
-
<li><a class="reference internal" href="#bug-tracker" id="
|
|
379
|
-
<li><a class="reference internal" href="#credits" id="
|
|
380
|
-
<li><a class="reference internal" href="#authors" id="
|
|
381
|
-
<li><a class="reference internal" href="#contributors" id="
|
|
382
|
-
<li><a class="reference internal" href="#maintainers" id="
|
|
378
|
+
<li><a class="reference internal" href="#configuration" id="toc-entry-1">Configuration</a></li>
|
|
379
|
+
<li><a class="reference internal" href="#usage" id="toc-entry-2">Usage</a></li>
|
|
380
|
+
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-3">Bug Tracker</a></li>
|
|
381
|
+
<li><a class="reference internal" href="#credits" id="toc-entry-4">Credits</a><ul>
|
|
382
|
+
<li><a class="reference internal" href="#authors" id="toc-entry-5">Authors</a></li>
|
|
383
|
+
<li><a class="reference internal" href="#contributors" id="toc-entry-6">Contributors</a></li>
|
|
384
|
+
<li><a class="reference internal" href="#maintainers" id="toc-entry-7">Maintainers</a></li>
|
|
383
385
|
</ul>
|
|
384
386
|
</li>
|
|
385
387
|
</ul>
|
|
386
388
|
</div>
|
|
387
389
|
<div class="section" id="configuration">
|
|
388
|
-
<h1><a class="toc-backref" href="#
|
|
390
|
+
<h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
|
|
389
391
|
<p>To configure RMAs shipping strategy for your company:</p>
|
|
390
392
|
<ol class="arabic simple">
|
|
391
393
|
<li>Go to <em>Inventory > Configuration > Settings</em></li>
|
|
@@ -401,7 +403,7 @@ the fixed one will be chosen.</li>
|
|
|
401
403
|
</ol>
|
|
402
404
|
</div>
|
|
403
405
|
<div class="section" id="usage">
|
|
404
|
-
<h1><a class="toc-backref" href="#
|
|
406
|
+
<h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
|
|
405
407
|
<p>To use this module, you need to:</p>
|
|
406
408
|
<ol class="arabic simple">
|
|
407
409
|
<li>Go to a RMA which has received quantities.</li>
|
|
@@ -411,40 +413,43 @@ carrier.</li>
|
|
|
411
413
|
</ol>
|
|
412
414
|
</div>
|
|
413
415
|
<div class="section" id="bug-tracker">
|
|
414
|
-
<h1><a class="toc-backref" href="#
|
|
416
|
+
<h1><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h1>
|
|
415
417
|
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/rma/issues">GitHub Issues</a>.
|
|
416
418
|
In case of trouble, please check there if your issue has already been reported.
|
|
417
|
-
If you spotted it first, help us
|
|
418
|
-
<a class="reference external" href="https://github.com/OCA/rma/issues/new?body=module:%20rma_delivery%0Aversion:%
|
|
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:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
|
419
421
|
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
|
420
422
|
</div>
|
|
421
423
|
<div class="section" id="credits">
|
|
422
|
-
<h1><a class="toc-backref" href="#
|
|
424
|
+
<h1><a class="toc-backref" href="#toc-entry-4">Credits</a></h1>
|
|
423
425
|
<div class="section" id="authors">
|
|
424
|
-
<h2><a class="toc-backref" href="#
|
|
426
|
+
<h2><a class="toc-backref" href="#toc-entry-5">Authors</a></h2>
|
|
425
427
|
<ul class="simple">
|
|
426
428
|
<li>Tecnativa</li>
|
|
427
429
|
</ul>
|
|
428
430
|
</div>
|
|
429
431
|
<div class="section" id="contributors">
|
|
430
|
-
<h2><a class="toc-backref" href="#
|
|
432
|
+
<h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
|
|
431
433
|
<ul class="simple">
|
|
432
434
|
<li><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a>:<ul>
|
|
433
435
|
<li>David Vidal</li>
|
|
434
436
|
</ul>
|
|
435
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>
|
|
436
439
|
</ul>
|
|
437
440
|
</div>
|
|
438
441
|
<div class="section" id="maintainers">
|
|
439
|
-
<h2><a class="toc-backref" href="#
|
|
442
|
+
<h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
|
|
440
443
|
<p>This module is maintained by the OCA.</p>
|
|
441
|
-
<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>
|
|
442
447
|
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
443
448
|
mission is to support the collaborative development of Odoo features and
|
|
444
449
|
promote its widespread use.</p>
|
|
445
450
|
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p>
|
|
446
|
-
<p><a class="reference external" href="https://github.com/chienandalu"><img alt="chienandalu" src="https://github.com/chienandalu.png?size=40px" /></a></p>
|
|
447
|
-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/rma/tree/
|
|
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>
|
|
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>
|
|
448
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>
|
|
449
454
|
</div>
|
|
450
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,29 +1,31 @@
|
|
|
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
|
|
21
20
|
==================================================================
|
|
22
21
|
|
|
23
|
-
..
|
|
22
|
+
..
|
|
23
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
24
24
|
!! This file is generated by oca-gen-addon-readme !!
|
|
25
25
|
!! changes will be overwritten. !!
|
|
26
26
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
27
|
+
!! source digest: sha256:6c88736b9e8490cd16e6f86420b73f7d35ab713d6862a8c395dcec2ce21706e2
|
|
28
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
27
29
|
|
|
28
30
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
29
31
|
:target: https://odoo-community.org/page/development-status
|
|
@@ -32,16 +34,16 @@ Return Merchandise Authorization Management - Link with deliveries
|
|
|
32
34
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
33
35
|
:alt: License: AGPL-3
|
|
34
36
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Frma-lightgray.png?logo=github
|
|
35
|
-
:target: https://github.com/OCA/rma/tree/
|
|
37
|
+
:target: https://github.com/OCA/rma/tree/16.0/rma_delivery
|
|
36
38
|
:alt: OCA/rma
|
|
37
39
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
|
38
|
-
:target: https://translation.odoo-community.org/projects/rma-
|
|
40
|
+
:target: https://translation.odoo-community.org/projects/rma-16-0/rma-16-0-rma_delivery
|
|
39
41
|
:alt: Translate me on Weblate
|
|
40
|
-
.. |badge5| image:: https://img.shields.io/badge/
|
|
41
|
-
:target: https://
|
|
42
|
-
:alt: Try me on
|
|
42
|
+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
|
43
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/rma&target_branch=16.0
|
|
44
|
+
:alt: Try me on Runboat
|
|
43
45
|
|
|
44
|
-
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
46
|
+
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
45
47
|
|
|
46
48
|
This module extends the functionality of the RMA module to allow to choose a default
|
|
47
49
|
behavior for the shipping method used on the RMA returns to the customer.
|
|
@@ -81,8 +83,8 @@ Bug Tracker
|
|
|
81
83
|
|
|
82
84
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/rma/issues>`_.
|
|
83
85
|
In case of trouble, please check there if your issue has already been reported.
|
|
84
|
-
If you spotted it first, help us
|
|
85
|
-
`feedback <https://github.com/OCA/rma/issues/new?body=module:%20rma_delivery%0Aversion:%
|
|
86
|
+
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
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**>`_.
|
|
86
88
|
|
|
87
89
|
Do not contact contributors directly about support or help with technical issues.
|
|
88
90
|
|
|
@@ -101,6 +103,8 @@ Contributors
|
|
|
101
103
|
|
|
102
104
|
* David Vidal
|
|
103
105
|
|
|
106
|
+
* Souheil Bejaoui - ACSONE SA/NV <souheil.bejaoui@acsone.eu>
|
|
107
|
+
|
|
104
108
|
Maintainers
|
|
105
109
|
~~~~~~~~~~~
|
|
106
110
|
|
|
@@ -122,8 +126,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
|
|
|
122
126
|
|
|
123
127
|
|maintainer-chienandalu|
|
|
124
128
|
|
|
125
|
-
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.
|
|
126
130
|
|
|
127
131
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
128
|
-
|
|
129
|
-
|
|
@@ -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
|