odoo-addon-rma 17.0.2.0.2__py3-none-any.whl → 17.0.2.1.0__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 +1 -1
- odoo/addons/rma/__manifest__.py +1 -1
- odoo/addons/rma/i18n/rma.pot +13 -25
- odoo/addons/rma/static/description/index.html +1 -1
- odoo/addons/rma/views/report_rma.xml +36 -25
- {odoo_addon_rma-17.0.2.0.2.dist-info → odoo_addon_rma-17.0.2.1.0.dist-info}/METADATA +2 -2
- {odoo_addon_rma-17.0.2.0.2.dist-info → odoo_addon_rma-17.0.2.1.0.dist-info}/RECORD +9 -9
- {odoo_addon_rma-17.0.2.0.2.dist-info → odoo_addon_rma-17.0.2.1.0.dist-info}/WHEEL +0 -0
- {odoo_addon_rma-17.0.2.0.2.dist-info → odoo_addon_rma-17.0.2.1.0.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:ed0186c1b1c6a13851afd390ffec85f8d907d167dfdefd525057f63f8e5aa96e
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
12
12
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
|
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.1.0",
|
9
9
|
"development_status": "Production/Stable",
|
10
10
|
"category": "RMA",
|
11
11
|
"website": "https://github.com/OCA/rma",
|
odoo/addons/rma/i18n/rma.pot
CHANGED
@@ -254,26 +254,11 @@ msgstr ""
|
|
254
254
|
msgid "<strong>Deadline</strong>"
|
255
255
|
msgstr ""
|
256
256
|
|
257
|
-
#. module: rma
|
258
|
-
#: model_terms:ir.ui.view,arch_db:rma.report_rma_document
|
259
|
-
msgid "<strong>Delivered qty:</strong>"
|
260
|
-
msgstr ""
|
261
|
-
|
262
257
|
#. module: rma
|
263
258
|
#: model_terms:ir.ui.view,arch_db:rma.portal_rma_page
|
264
259
|
msgid "<strong>Delivered quantity</strong>"
|
265
260
|
msgstr ""
|
266
261
|
|
267
|
-
#. module: rma
|
268
|
-
#: model_terms:ir.ui.view,arch_db:rma.report_rma_document
|
269
|
-
msgid "<strong>Move:</strong>"
|
270
|
-
msgstr ""
|
271
|
-
|
272
|
-
#. module: rma
|
273
|
-
#: model_terms:ir.ui.view,arch_db:rma.report_rma_document
|
274
|
-
msgid "<strong>Origin delivery:</strong>"
|
275
|
-
msgstr ""
|
276
|
-
|
277
262
|
#. module: rma
|
278
263
|
#: model_terms:ir.ui.view,arch_db:rma.portal_rma_page
|
279
264
|
msgid "<strong>Origin delivery</strong>"
|
@@ -289,21 +274,11 @@ msgstr ""
|
|
289
274
|
msgid "<strong>Origin</strong>"
|
290
275
|
msgstr ""
|
291
276
|
|
292
|
-
#. module: rma
|
293
|
-
#: model_terms:ir.ui.view,arch_db:rma.report_rma_document
|
294
|
-
msgid "<strong>Product:</strong>"
|
295
|
-
msgstr ""
|
296
|
-
|
297
277
|
#. module: rma
|
298
278
|
#: model_terms:ir.ui.view,arch_db:rma.portal_rma_page
|
299
279
|
msgid "<strong>Product</strong>"
|
300
280
|
msgstr ""
|
301
281
|
|
302
|
-
#. module: rma
|
303
|
-
#: model_terms:ir.ui.view,arch_db:rma.report_rma_document
|
304
|
-
msgid "<strong>Quantity:</strong>"
|
305
|
-
msgstr ""
|
306
|
-
|
307
282
|
#. module: rma
|
308
283
|
#: model_terms:ir.ui.view,arch_db:rma.portal_rma_page
|
309
284
|
msgid "<strong>Quantity</strong>"
|
@@ -685,6 +660,11 @@ msgstr ""
|
|
685
660
|
msgid "Delivered Qty"
|
686
661
|
msgstr ""
|
687
662
|
|
663
|
+
#. module: rma
|
664
|
+
#: model_terms:ir.ui.view,arch_db:rma.report_rma_document
|
665
|
+
msgid "Delivered Quantity"
|
666
|
+
msgstr ""
|
667
|
+
|
688
668
|
#. module: rma
|
689
669
|
#: model_terms:ir.ui.view,arch_db:rma.rma_view_form
|
690
670
|
msgid "Delivery"
|
@@ -1155,6 +1135,11 @@ msgstr ""
|
|
1155
1135
|
msgid "Origin Delivery"
|
1156
1136
|
msgstr ""
|
1157
1137
|
|
1138
|
+
#. module: rma
|
1139
|
+
#: model_terms:ir.ui.view,arch_db:rma.report_rma_document
|
1140
|
+
msgid "Origin delivery"
|
1141
|
+
msgstr ""
|
1142
|
+
|
1158
1143
|
#. module: rma
|
1159
1144
|
#: model:ir.model.fields,field_description:rma.field_rma__move_id
|
1160
1145
|
msgid "Origin move"
|
@@ -1220,6 +1205,7 @@ msgstr ""
|
|
1220
1205
|
#. module: rma
|
1221
1206
|
#: model:ir.model.fields,field_description:rma.field_rma__product_id
|
1222
1207
|
#: model_terms:ir.ui.view,arch_db:rma.portal_my_rmas
|
1208
|
+
#: model_terms:ir.ui.view,arch_db:rma.report_rma_document
|
1223
1209
|
msgid "Product"
|
1224
1210
|
msgstr ""
|
1225
1211
|
|
@@ -1236,6 +1222,7 @@ msgstr ""
|
|
1236
1222
|
#. module: rma
|
1237
1223
|
#: model:ir.model.fields,field_description:rma.field_rma__product_uom_qty
|
1238
1224
|
#: model_terms:ir.ui.view,arch_db:rma.portal_my_rmas
|
1225
|
+
#: model_terms:ir.ui.view,arch_db:rma.report_rma_document
|
1239
1226
|
msgid "Quantity"
|
1240
1227
|
msgstr ""
|
1241
1228
|
|
@@ -1610,6 +1597,7 @@ msgstr ""
|
|
1610
1597
|
|
1611
1598
|
#. module: rma
|
1612
1599
|
#: model:ir.model.fields,field_description:rma.field_rma__operation_id
|
1600
|
+
#: model_terms:ir.ui.view,arch_db:rma.report_rma_document
|
1613
1601
|
msgid "Requested operation"
|
1614
1602
|
msgstr ""
|
1615
1603
|
|
@@ -367,7 +367,7 @@ 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:ed0186c1b1c6a13851afd390ffec85f8d907d167dfdefd525057f63f8e5aa96e
|
371
371
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
372
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>
|
373
373
|
<p>This module allows you to manage <a class="reference external" href="https://en.wikipedia.org/wiki/Return_merchandise_authorization">Return Merchandise Authorization
|
@@ -95,31 +95,42 @@
|
|
95
95
|
</p>
|
96
96
|
</div>
|
97
97
|
</div>
|
98
|
-
<
|
99
|
-
<
|
100
|
-
<
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
<
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
<
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
98
|
+
<table class="table table-sm o_main_table table-borderless mt-4">
|
99
|
+
<tbody>
|
100
|
+
<tr t-if="doc.picking_id" name="tr_picking">
|
101
|
+
<td>Origin delivery</td>
|
102
|
+
<td><span t-field="doc.picking_id" /></td>
|
103
|
+
</tr>
|
104
|
+
<tr>
|
105
|
+
<td>Product</td>
|
106
|
+
<td><span t-field="doc.product_id" /></td>
|
107
|
+
</tr>
|
108
|
+
<tr>
|
109
|
+
<td>Quantity</td>
|
110
|
+
<td>
|
111
|
+
<span t-field="doc.product_uom_qty" />
|
112
|
+
<span
|
113
|
+
t-field="doc.product_uom"
|
114
|
+
groups="uom.group_uom"
|
115
|
+
/>
|
116
|
+
</td>
|
117
|
+
</tr>
|
118
|
+
<tr t-if="doc.delivered_qty">
|
119
|
+
<td>Delivered Quantity</td>
|
120
|
+
<td>
|
121
|
+
<span t-field="doc.delivered_qty" />
|
122
|
+
<span
|
123
|
+
t-field="doc.product_uom"
|
124
|
+
groups="uom.group_uom"
|
125
|
+
/>
|
126
|
+
</td>
|
127
|
+
</tr>
|
128
|
+
<tr>
|
129
|
+
<td>Requested operation</td>
|
130
|
+
<td><span t-field="doc.operation_id" /></td>
|
131
|
+
</tr>
|
132
|
+
</tbody>
|
133
|
+
</table>
|
123
134
|
<div t-if="doc.description">
|
124
135
|
<strong>RMA Note:</strong>
|
125
136
|
<p t-out="doc.description" />
|
@@ -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.1.0
|
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:ed0186c1b1c6a13851afd390ffec85f8d907d167dfdefd525057f63f8e5aa96e
|
27
27
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
28
28
|
|
29
29
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
|
@@ -1,6 +1,6 @@
|
|
1
|
-
odoo/addons/rma/README.rst,sha256=
|
1
|
+
odoo/addons/rma/README.rst,sha256=E890OYkVIR410p4G1e9uKN2YeuSf99Sv9PW83_8wyfo,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=HqYsALpSuyfLg1K6dLh_aXGBvPiAegYBB5_TLGL8irA,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
|
@@ -15,7 +15,7 @@ odoo/addons/rma/i18n/it.po,sha256=eCTukh8o9hB_1IhoWtzSrF33qaVrUICRBcyxdy3fNAE,88
|
|
15
15
|
odoo/addons/rma/i18n/nl.po,sha256=w9cAnQ_myaElrODNn6zghbD1JL1JBZGVRcDIvTOEdiE,62230
|
16
16
|
odoo/addons/rma/i18n/pt.po,sha256=fqFXUZ_1_tnLn8jotkxKdOi7Mtq12M91u7NVMQWDlCI,74616
|
17
17
|
odoo/addons/rma/i18n/pt_BR.po,sha256=McYUI_uGFmzfbZgT6EWVA5kYDm3L7CwM3g0nEVeoXr8,73588
|
18
|
-
odoo/addons/rma/i18n/rma.pot,sha256=
|
18
|
+
odoo/addons/rma/i18n/rma.pot,sha256=mPGAPHxNp9BGhECODrfDoE89pa1QHXuKt6kNTMmgohg,62029
|
19
19
|
odoo/addons/rma/i18n/ro.po,sha256=1-cvbtG2Pm2n8XU5fYXAUREzaAm0W5wAULd0_iuH3Wo,70200
|
20
20
|
odoo/addons/rma/i18n/zh_CN.po,sha256=Da3X5EY_ZAT0EU9QQLhEktQ4GQkFwGR112399VZ2BEk,62341
|
21
21
|
odoo/addons/rma/migrations/17.0.1.2.0/post-migration.py,sha256=jQn_F-J2amiqJZQZ33nQZeb_hOebJBXJMHdYbgiakd4,654
|
@@ -42,11 +42,11 @@ 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=o2MEdhLHd0BB4YfQGNjwUSTsRjEYXNCYODugTYCi5lM,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
|
49
|
-
odoo/addons/rma/views/report_rma.xml,sha256=
|
49
|
+
odoo/addons/rma/views/report_rma.xml,sha256=cnndKUgpZNZW7s98cMQvzJhyZJ8y9uNUwFm3Gy2b0IA,6977
|
50
50
|
odoo/addons/rma/views/res_config_settings_views.xml,sha256=0dUpIXHbMNAg0hkka-5OwTF_RCK3J0rdCTlWTnw9geQ,4195
|
51
51
|
odoo/addons/rma/views/res_partner_views.xml,sha256=3tTGUOwoAk1KWTfNsBCo7KF7zMNZnx_d-8KXFD2R9OI,967
|
52
52
|
odoo/addons/rma/views/rma_finalization_views.xml,sha256=GPwPFolEJoGVFmmgov2oJkDdU9hE7MXCS_5GFAuTmwA,2910
|
@@ -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.1.0.dist-info/METADATA,sha256=ysxeVZzJQznrXNNBbVIHUiTLchdCQwpo7exededeA-o,8808
|
69
|
+
odoo_addon_rma-17.0.2.1.0.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
|
70
|
+
odoo_addon_rma-17.0.2.1.0.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
71
|
+
odoo_addon_rma-17.0.2.1.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|