odoo-addon-rma 17.0.2.0.0.7__py3-none-any.whl → 17.0.2.0.1__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/rma/README.rst +33 -33
- odoo/addons/rma/__manifest__.py +1 -1
- odoo/addons/rma/models/rma.py +1 -1
- odoo/addons/rma/static/description/index.html +13 -10
- {odoo_addon_rma-17.0.2.0.0.7.dist-info → odoo_addon_rma-17.0.2.0.1.dist-info}/METADATA +34 -34
- {odoo_addon_rma-17.0.2.0.0.7.dist-info → odoo_addon_rma-17.0.2.0.1.dist-info}/RECORD +8 -8
- {odoo_addon_rma-17.0.2.0.0.7.dist-info → odoo_addon_rma-17.0.2.0.1.dist-info}/WHEEL +1 -1
- {odoo_addon_rma-17.0.2.0.0.7.dist-info → odoo_addon_rma-17.0.2.0.1.dist-info}/top_level.txt +0 -0
odoo/addons/rma/README.rst
CHANGED
@@ -7,7 +7,7 @@ Return Merchandise Authorization Management
|
|
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:e589c7d0276b5aa4a5684b55b4656c68b9198412353cabc34ee898e4c30cb3ab
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
12
12
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
|
@@ -87,16 +87,16 @@ To use this module, you need to:
|
|
87
87
|
quantity to another RMA, preview the RMA in the website. All of these
|
88
88
|
operations can be done by clicking on the buttons in the status bar.
|
89
89
|
|
90
|
-
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
90
|
+
- If you click on 'To Refund' button, a refund will be created, and
|
91
|
+
it will be accessible via the smart button labeled Refund. The RMA
|
92
|
+
will be set automatically to 'Refunded' state when the refund is
|
93
|
+
validated.
|
94
|
+
- If you click on 'Replace' or 'Return to customer' button instead, a
|
95
|
+
popup wizard will guide you to create a Delivery order to the
|
96
|
+
client and this order will be accessible via the smart button
|
97
|
+
labeled Delivery. The RMA will be set automatically to 'Replaced'
|
98
|
+
or 'Returned' state when the RMA quantity is equal or lower than
|
99
|
+
the quantity in done delivery orders linked to it.
|
100
100
|
|
101
101
|
6. You can also finish the RMA without further ado. To do so click on
|
102
102
|
the *Finish* button. A wizard will ask you for the reason from a
|
@@ -117,10 +117,10 @@ An RMA can also be created from a return of a delivery order:
|
|
117
117
|
|
118
118
|
There are Optional RMA Teams that can be used for:
|
119
119
|
|
120
|
-
-
|
121
|
-
-
|
122
|
-
-
|
123
|
-
|
120
|
+
- Organize RMAs in sections.
|
121
|
+
- Subscribe users to notifications.
|
122
|
+
- Create RMAs from incoming mail to special aliases (See
|
123
|
+
configuration section).
|
124
124
|
|
125
125
|
To create an RMA Team (RMA Responsible user level required):
|
126
126
|
|
@@ -128,8 +128,8 @@ To create an RMA Team (RMA Responsible user level required):
|
|
128
128
|
2. Create a new team and assign a name, a responsible and members.
|
129
129
|
3. Subscribe users to notifications, that can be of these subtypes:
|
130
130
|
|
131
|
-
-
|
132
|
-
-
|
131
|
+
- RMA draft. When a new RMA is created.
|
132
|
+
- Notes, Debates, Activities. As in standard Odoo.
|
133
133
|
|
134
134
|
4. In the list view, use the cross handle to sort RMA Teams. The top
|
135
135
|
team will be the default one if no team is set.
|
@@ -137,12 +137,12 @@ To create an RMA Team (RMA Responsible user level required):
|
|
137
137
|
Known issues / Roadmap
|
138
138
|
======================
|
139
139
|
|
140
|
-
-
|
141
|
-
|
142
|
-
|
143
|
-
-
|
144
|
-
|
145
|
-
|
140
|
+
- As soon as the picking is selected, the user should select the move,
|
141
|
+
but perhaps stock.move \_rec_name could be improved to better show
|
142
|
+
what the product of that move is.
|
143
|
+
- Add RMA reception and/or RMA delivery on several steps - 2 or 3 - like
|
144
|
+
normal receptions/deliveries. It should be a separate option inside
|
145
|
+
the warehouse definition.
|
146
146
|
|
147
147
|
Bug Tracker
|
148
148
|
===========
|
@@ -165,20 +165,20 @@ Authors
|
|
165
165
|
Contributors
|
166
166
|
------------
|
167
167
|
|
168
|
-
-
|
168
|
+
- `Tecnativa <https://www.tecnativa.com>`__:
|
169
169
|
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
170
|
+
- Ernesto Tejeda
|
171
|
+
- Pedro M. Baeza
|
172
|
+
- David Vidal
|
173
|
+
- Víctor Martínez
|
174
174
|
|
175
|
-
-
|
176
|
-
-
|
177
|
-
-
|
175
|
+
- Chafique Delli <chafique.delli@akretion.com>
|
176
|
+
- Giovanni Serra - Ooops <giovanni@ooops404.com>
|
177
|
+
- `APSL-Nagarro <https://www.apsl.tech>`__:
|
178
178
|
|
179
|
-
|
179
|
+
- Antoni Marroig <amarroig@apsl.net>
|
180
180
|
|
181
|
-
-
|
181
|
+
- Michael Tietz (MT Software) mtietz@mt-software.de
|
182
182
|
|
183
183
|
Maintainers
|
184
184
|
-----------
|
odoo/addons/rma/__manifest__.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
{
|
6
6
|
"name": "Return Merchandise Authorization Management",
|
7
7
|
"summary": "Return Merchandise Authorization (RMA)",
|
8
|
-
"version": "17.0.2.0.
|
8
|
+
"version": "17.0.2.0.1",
|
9
9
|
"development_status": "Production/Stable",
|
10
10
|
"category": "RMA",
|
11
11
|
"website": "https://github.com/OCA/rma",
|
odoo/addons/rma/models/rma.py
CHANGED
@@ -580,7 +580,7 @@ class Rma(models.Model):
|
|
580
580
|
ctx = {
|
581
581
|
"default_model": "rma",
|
582
582
|
"default_subtype_id": self.env.ref("rma.mt_rma_notification").id,
|
583
|
-
"
|
583
|
+
"default_res_ids": self.ids,
|
584
584
|
"default_use_template": bool(template),
|
585
585
|
"default_template_id": template and template.id or False,
|
586
586
|
"default_composition_mode": "comment",
|
@@ -8,10 +8,11 @@
|
|
8
8
|
|
9
9
|
/*
|
10
10
|
:Author: David Goodger (goodger@python.org)
|
11
|
-
:Id: $Id: html4css1.css
|
11
|
+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
|
12
12
|
:Copyright: This stylesheet has been placed in the public domain.
|
13
13
|
|
14
14
|
Default cascading style sheet for the HTML output of Docutils.
|
15
|
+
Despite the name, some widely supported CSS2 features are used.
|
15
16
|
|
16
17
|
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
|
17
18
|
customize this style sheet.
|
@@ -274,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code {
|
|
274
275
|
margin-left: 2em ;
|
275
276
|
margin-right: 2em }
|
276
277
|
|
277
|
-
pre.code .ln { color:
|
278
|
+
pre.code .ln { color: gray; } /* line numbers */
|
278
279
|
pre.code, code { background-color: #eeeeee }
|
279
280
|
pre.code .comment, code .comment { color: #5C6576 }
|
280
281
|
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
|
@@ -300,7 +301,7 @@ span.option {
|
|
300
301
|
span.pre {
|
301
302
|
white-space: pre }
|
302
303
|
|
303
|
-
span.problematic {
|
304
|
+
span.problematic, pre.problematic {
|
304
305
|
color: red }
|
305
306
|
|
306
307
|
span.section-subtitle {
|
@@ -366,7 +367,7 @@ ul.auto-toc {
|
|
366
367
|
!! This file is generated by oca-gen-addon-readme !!
|
367
368
|
!! changes will be overwritten. !!
|
368
369
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
369
|
-
!! source digest: sha256:
|
370
|
+
!! source digest: sha256:e589c7d0276b5aa4a5684b55b4656c68b9198412353cabc34ee898e4c30cb3ab
|
370
371
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
371
372
|
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.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/17.0/rma"><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-17-0/rma-17-0-rma"><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=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
372
373
|
<p>This module allows you to manage <a class="reference external" href="https://en.wikipedia.org/wiki/Return_merchandise_authorization">Return Merchandise Authorization
|
@@ -438,8 +439,8 @@ operations can be done by clicking on the buttons in the status bar.<ul>
|
|
438
439
|
it will be accessible via the smart button labeled Refund. The RMA
|
439
440
|
will be set automatically to ‘Refunded’ state when the refund is
|
440
441
|
validated.</li>
|
441
|
-
<li>If you click on ‘Replace’ or ‘Return to customer’ button instead,
|
442
|
-
|
442
|
+
<li>If you click on ‘Replace’ or ‘Return to customer’ button instead, a
|
443
|
+
popup wizard will guide you to create a Delivery order to the
|
443
444
|
client and this order will be accessible via the smart button
|
444
445
|
labeled Delivery. The RMA will be set automatically to ‘Replaced’
|
445
446
|
or ‘Returned’ state when the RMA quantity is equal or lower than
|
@@ -493,9 +494,9 @@ team will be the default one if no team is set.</li>
|
|
493
494
|
<li>As soon as the picking is selected, the user should select the move,
|
494
495
|
but perhaps stock.move _rec_name could be improved to better show
|
495
496
|
what the product of that move is.</li>
|
496
|
-
<li>Add RMA reception and/or RMA delivery on several steps - 2 or 3 -
|
497
|
-
|
498
|
-
|
497
|
+
<li>Add RMA reception and/or RMA delivery on several steps - 2 or 3 - like
|
498
|
+
normal receptions/deliveries. It should be a separate option inside
|
499
|
+
the warehouse definition.</li>
|
499
500
|
</ul>
|
500
501
|
</div>
|
501
502
|
<div class="section" id="bug-tracker">
|
@@ -536,7 +537,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
536
537
|
<div class="section" id="maintainers">
|
537
538
|
<h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
|
538
539
|
<p>This module is maintained by the OCA.</p>
|
539
|
-
<a class="reference external image-reference" href="https://odoo-community.org"
|
540
|
+
<a class="reference external image-reference" href="https://odoo-community.org">
|
541
|
+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
|
542
|
+
</a>
|
540
543
|
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
541
544
|
mission is to support the collaborative development of Odoo features and
|
542
545
|
promote its widespread use.</p>
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: odoo-addon-rma
|
3
|
-
Version: 17.0.2.0.
|
3
|
+
Version: 17.0.2.0.1
|
4
4
|
Requires-Python: >=3.10
|
5
5
|
Requires-Dist: odoo>=17.0a,<17.1dev
|
6
6
|
Summary: Return Merchandise Authorization (RMA)
|
@@ -23,7 +23,7 @@ Return Merchandise Authorization Management
|
|
23
23
|
!! This file is generated by oca-gen-addon-readme !!
|
24
24
|
!! changes will be overwritten. !!
|
25
25
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
26
|
-
!! source digest: sha256:
|
26
|
+
!! source digest: sha256:e589c7d0276b5aa4a5684b55b4656c68b9198412353cabc34ee898e4c30cb3ab
|
27
27
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
28
28
|
|
29
29
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
|
@@ -103,16 +103,16 @@ To use this module, you need to:
|
|
103
103
|
quantity to another RMA, preview the RMA in the website. All of these
|
104
104
|
operations can be done by clicking on the buttons in the status bar.
|
105
105
|
|
106
|
-
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
106
|
+
- If you click on 'To Refund' button, a refund will be created, and
|
107
|
+
it will be accessible via the smart button labeled Refund. The RMA
|
108
|
+
will be set automatically to 'Refunded' state when the refund is
|
109
|
+
validated.
|
110
|
+
- If you click on 'Replace' or 'Return to customer' button instead, a
|
111
|
+
popup wizard will guide you to create a Delivery order to the
|
112
|
+
client and this order will be accessible via the smart button
|
113
|
+
labeled Delivery. The RMA will be set automatically to 'Replaced'
|
114
|
+
or 'Returned' state when the RMA quantity is equal or lower than
|
115
|
+
the quantity in done delivery orders linked to it.
|
116
116
|
|
117
117
|
6. You can also finish the RMA without further ado. To do so click on
|
118
118
|
the *Finish* button. A wizard will ask you for the reason from a
|
@@ -133,10 +133,10 @@ An RMA can also be created from a return of a delivery order:
|
|
133
133
|
|
134
134
|
There are Optional RMA Teams that can be used for:
|
135
135
|
|
136
|
-
-
|
137
|
-
-
|
138
|
-
-
|
139
|
-
|
136
|
+
- Organize RMAs in sections.
|
137
|
+
- Subscribe users to notifications.
|
138
|
+
- Create RMAs from incoming mail to special aliases (See
|
139
|
+
configuration section).
|
140
140
|
|
141
141
|
To create an RMA Team (RMA Responsible user level required):
|
142
142
|
|
@@ -144,8 +144,8 @@ To create an RMA Team (RMA Responsible user level required):
|
|
144
144
|
2. Create a new team and assign a name, a responsible and members.
|
145
145
|
3. Subscribe users to notifications, that can be of these subtypes:
|
146
146
|
|
147
|
-
-
|
148
|
-
-
|
147
|
+
- RMA draft. When a new RMA is created.
|
148
|
+
- Notes, Debates, Activities. As in standard Odoo.
|
149
149
|
|
150
150
|
4. In the list view, use the cross handle to sort RMA Teams. The top
|
151
151
|
team will be the default one if no team is set.
|
@@ -153,12 +153,12 @@ To create an RMA Team (RMA Responsible user level required):
|
|
153
153
|
Known issues / Roadmap
|
154
154
|
======================
|
155
155
|
|
156
|
-
-
|
157
|
-
|
158
|
-
|
159
|
-
-
|
160
|
-
|
161
|
-
|
156
|
+
- As soon as the picking is selected, the user should select the move,
|
157
|
+
but perhaps stock.move \_rec_name could be improved to better show
|
158
|
+
what the product of that move is.
|
159
|
+
- Add RMA reception and/or RMA delivery on several steps - 2 or 3 - like
|
160
|
+
normal receptions/deliveries. It should be a separate option inside
|
161
|
+
the warehouse definition.
|
162
162
|
|
163
163
|
Bug Tracker
|
164
164
|
===========
|
@@ -181,20 +181,20 @@ Authors
|
|
181
181
|
Contributors
|
182
182
|
------------
|
183
183
|
|
184
|
-
-
|
184
|
+
- `Tecnativa <https://www.tecnativa.com>`__:
|
185
185
|
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
186
|
+
- Ernesto Tejeda
|
187
|
+
- Pedro M. Baeza
|
188
|
+
- David Vidal
|
189
|
+
- Víctor Martínez
|
190
190
|
|
191
|
-
-
|
192
|
-
-
|
193
|
-
-
|
191
|
+
- Chafique Delli <chafique.delli@akretion.com>
|
192
|
+
- Giovanni Serra - Ooops <giovanni@ooops404.com>
|
193
|
+
- `APSL-Nagarro <https://www.apsl.tech>`__:
|
194
194
|
|
195
|
-
|
195
|
+
- Antoni Marroig <amarroig@apsl.net>
|
196
196
|
|
197
|
-
-
|
197
|
+
- Michael Tietz (MT Software) mtietz@mt-software.de
|
198
198
|
|
199
199
|
Maintainers
|
200
200
|
-----------
|
@@ -1,6 +1,6 @@
|
|
1
|
-
odoo/addons/rma/README.rst,sha256=
|
1
|
+
odoo/addons/rma/README.rst,sha256=yGEEzexQYO9jbrKoKYy-CDeo0jbzSw5srXwfH4Xq3A8,8246
|
2
2
|
odoo/addons/rma/__init__.py,sha256=KD8ElbTlUwRgGDQzvMIqp-WeEXGTuHqQT352BCbK2I0,168
|
3
|
-
odoo/addons/rma/__manifest__.py,sha256=
|
3
|
+
odoo/addons/rma/__manifest__.py,sha256=aCqn-bqVKiasVeEKZg544T2Lk33Q512JrcExbdD9FnU,1527
|
4
4
|
odoo/addons/rma/hooks.py,sha256=60r6gSDlRMblJByj8Gp1j1oGBOEfloFjDXFNkp72uMk,3226
|
5
5
|
odoo/addons/rma/controllers/__init__.py,sha256=ZAYSY9pxyJjumL2QVLuxqtBzjLwKPiQsVXMBAWvNGGY,85
|
6
6
|
odoo/addons/rma/controllers/main.py,sha256=luAXQnt-pSpM0QpZjZqLwyz-ktPWGCN-jhjM3oJpY7w,5455
|
@@ -25,7 +25,7 @@ odoo/addons/rma/models/res_company.py,sha256=46aercxmY3p3t0JoIzlSSP_pjkvjaQb1pHR
|
|
25
25
|
odoo/addons/rma/models/res_config_settings.py,sha256=-X3NWCfEG1LJ2iE2dYl3Ut-suDskrHMkp0D597EFhIw,1493
|
26
26
|
odoo/addons/rma/models/res_partner.py,sha256=PEjLvtn7RpZVO5Ez_Fts9cDI2UgAIGfJUsMJU8WDNpg,1233
|
27
27
|
odoo/addons/rma/models/res_users.py,sha256=43A5IHYXEXe9M4G0cONf1l7EZ1AWl5mhWJ24EdtAfhI,351
|
28
|
-
odoo/addons/rma/models/rma.py,sha256=
|
28
|
+
odoo/addons/rma/models/rma.py,sha256=VVro_Qs2pMyBypkZDu-sDSwf-TxJg46VVKWjCqx4q5g,49838
|
29
29
|
odoo/addons/rma/models/rma_finalization.py,sha256=kgJ6EFWBXJKGCwKy7bbWRUynExsCMQyjqcflDpvwtaE,681
|
30
30
|
odoo/addons/rma/models/rma_operation.py,sha256=xbDjthojPoZpSpqKg3eNyYcctv40hPsmrFcUHV3BUyg,460
|
31
31
|
odoo/addons/rma/models/rma_tag.py,sha256=RVFLyo8XmgjK_ftrRHWiEtzUQGs4b-OMhg0hwr-5Rzw,833
|
@@ -42,7 +42,7 @@ odoo/addons/rma/report/report.xml,sha256=rMg9_lccL-dJClHvMCmRI1Feh499gnExeskIylc
|
|
42
42
|
odoo/addons/rma/security/ir.model.access.csv,sha256=zACDkLgOfICGiJGb4A9RNKbtlpBcFIC4rDZxESyBzbQ,1724
|
43
43
|
odoo/addons/rma/security/rma_security.xml,sha256=_tz_MXqW8bWfzGhgQ3pDI7xdx6tX321DrkIaRAd2W6E,5374
|
44
44
|
odoo/addons/rma/static/description/icon.png,sha256=0VH8J6xmJMYW0dBaW-Ts-Gm5oRvbf9mOglT4vqUKxdU,7450
|
45
|
-
odoo/addons/rma/static/description/index.html,sha256=
|
45
|
+
odoo/addons/rma/static/description/index.html,sha256=9va91ZOF5QAcIB3xm46-tihpDLJuGKCCvxPABqzDe-Y,19139
|
46
46
|
odoo/addons/rma/tests/__init__.py,sha256=Q2ntkew4ZtzTd3zhA1Ly6e-C1NrU6zIPUVEr7hDD-CY,89
|
47
47
|
odoo/addons/rma/tests/test_rma.py,sha256=M5Glq4B1HGAPvanKFv76mNK3c49fx-5IuhGWWlQCWfQ,36034
|
48
48
|
odoo/addons/rma/views/menus.xml,sha256=KWrTOvwY6IB-liNjRvBxTkdCSkes-CMTFI0iakxoavE,603
|
@@ -65,7 +65,7 @@ odoo/addons/rma/wizard/rma_split.py,sha256=PZuVAGCXzRkycxJQIgfbPY__EPRXGPAkiKaGX
|
|
65
65
|
odoo/addons/rma/wizard/rma_split_views.xml,sha256=jtrUmgS9rsUfbgx6y77cUXPnmd1ObY7lmQ_8XZDxxuo,1581
|
66
66
|
odoo/addons/rma/wizard/stock_picking_return.py,sha256=KQljpW-kNL9h35-H20kbW6T20WyjCIT9SYQg-HKc-Dg,6510
|
67
67
|
odoo/addons/rma/wizard/stock_picking_return_views.xml,sha256=g34JqBFRZ0g-yk2bhWylrhzyKPXMCTE66MZ4np2OUfQ,1129
|
68
|
-
odoo_addon_rma-17.0.2.0.
|
69
|
-
odoo_addon_rma-17.0.2.0.
|
70
|
-
odoo_addon_rma-17.0.2.0.
|
71
|
-
odoo_addon_rma-17.0.2.0.
|
68
|
+
odoo_addon_rma-17.0.2.0.1.dist-info/METADATA,sha256=sXBqdG3QZ68nhH1P1rpzdMCJTyezIpcYo9dyobqf6XM,8808
|
69
|
+
odoo_addon_rma-17.0.2.0.1.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
|
70
|
+
odoo_addon_rma-17.0.2.0.1.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
71
|
+
odoo_addon_rma-17.0.2.0.1.dist-info/RECORD,,
|
File without changes
|