odoo-addon-rma 17.0.2.2.0.1__py3-none-any.whl → 17.0.2.2.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 +1 -1
- odoo/addons/rma/__manifest__.py +1 -1
- odoo/addons/rma/controllers/main.py +1 -1
- odoo/addons/rma/i18n/it.po +11 -9
- odoo/addons/rma/static/description/index.html +1 -1
- {odoo_addon_rma-17.0.2.2.0.1.dist-info → odoo_addon_rma-17.0.2.2.1.dist-info}/METADATA +2 -2
- {odoo_addon_rma-17.0.2.2.0.1.dist-info → odoo_addon_rma-17.0.2.2.1.dist-info}/RECORD +9 -9
- {odoo_addon_rma-17.0.2.2.0.1.dist-info → odoo_addon_rma-17.0.2.2.1.dist-info}/WHEEL +0 -0
- {odoo_addon_rma-17.0.2.2.0.1.dist-info → odoo_addon_rma-17.0.2.2.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:4226ff2ccfc01069320dd563138ac30c4252f24babc494801a90c1e3411ae38f
|
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.2.
|
8
|
+
"version": "17.0.2.2.1",
|
9
9
|
"development_status": "Production/Stable",
|
10
10
|
"category": "RMA",
|
11
11
|
"website": "https://github.com/OCA/rma",
|
@@ -125,7 +125,7 @@ class PortalRma(CustomerPortal):
|
|
125
125
|
except exceptions.AccessError:
|
126
126
|
return request.redirect("/my")
|
127
127
|
report_sudo = request.env.ref("stock.action_report_delivery").sudo()
|
128
|
-
pdf = report_sudo._render_qweb_pdf(
|
128
|
+
pdf = report_sudo._render_qweb_pdf(report_sudo, res_ids=picking_sudo.ids)[0]
|
129
129
|
pdfhttpheaders = [
|
130
130
|
("Content-Type", "application/pdf"),
|
131
131
|
("Content-Length", len(pdf)),
|
odoo/addons/rma/i18n/it.po
CHANGED
@@ -6,7 +6,7 @@ msgid ""
|
|
6
6
|
msgstr ""
|
7
7
|
"Project-Id-Version: Odoo Server 14.0\n"
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
9
|
-
"PO-Revision-Date:
|
9
|
+
"PO-Revision-Date: 2025-02-13 11:06+0000\n"
|
10
10
|
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
|
11
11
|
"Language-Team: none\n"
|
12
12
|
"Language: it\n"
|
@@ -585,7 +585,7 @@ msgstr "Avatar"
|
|
585
585
|
#. module: rma
|
586
586
|
#: model_terms:ir.ui.view,arch_db:rma.rma_view_search
|
587
587
|
msgid "Awaiting Action"
|
588
|
-
msgstr ""
|
588
|
+
msgstr "In attesa dell'azione"
|
589
589
|
|
590
590
|
#. module: rma
|
591
591
|
#: model:ir.model.fields,field_description:rma.field_rma__can_be_finished
|
@@ -649,7 +649,7 @@ msgstr "Fai click per aggiungere un nuovo RMA."
|
|
649
649
|
#. module: rma
|
650
650
|
#: model_terms:ir.ui.view,arch_db:rma.rma_view_search
|
651
651
|
msgid "Closed"
|
652
|
-
msgstr ""
|
652
|
+
msgstr "Chiusa"
|
653
653
|
|
654
654
|
#. module: rma
|
655
655
|
#: model:ir.model.fields,field_description:rma.field_rma_tag__color
|
@@ -812,7 +812,7 @@ msgstr "Q.tà consegnata"
|
|
812
812
|
#. module: rma
|
813
813
|
#: model_terms:ir.ui.view,arch_db:rma.report_rma_document
|
814
814
|
msgid "Delivered Quantity"
|
815
|
-
msgstr ""
|
815
|
+
msgstr "Quantità consegnata"
|
816
816
|
|
817
817
|
#. module: rma
|
818
818
|
#: model_terms:ir.ui.view,arch_db:rma.rma_view_form
|
@@ -1279,7 +1279,7 @@ msgstr "Numero di messaggi con errore di consegna"
|
|
1279
1279
|
#. module: rma
|
1280
1280
|
#: model:ir.model.fields,field_description:rma.field_stock_return_picking_line__rma_operation_id
|
1281
1281
|
msgid "Operation"
|
1282
|
-
msgstr ""
|
1282
|
+
msgstr "Operazione"
|
1283
1283
|
|
1284
1284
|
#. module: rma
|
1285
1285
|
#: model:ir.model.fields,help:rma.field_rma_team__alias_force_thread_id
|
@@ -1305,7 +1305,7 @@ msgstr "Origine consegna"
|
|
1305
1305
|
#. module: rma
|
1306
1306
|
#: model_terms:ir.ui.view,arch_db:rma.report_rma_document
|
1307
1307
|
msgid "Origin delivery"
|
1308
|
-
msgstr ""
|
1308
|
+
msgstr "Origine consegna"
|
1309
1309
|
|
1310
1310
|
#. module: rma
|
1311
1311
|
#: model:ir.model.fields,field_description:rma.field_rma__move_id
|
@@ -1376,7 +1376,7 @@ msgstr "Priorità"
|
|
1376
1376
|
#. module: rma
|
1377
1377
|
#: model_terms:ir.ui.view,arch_db:rma.rma_view_search
|
1378
1378
|
msgid "Processed"
|
1379
|
-
msgstr ""
|
1379
|
+
msgstr "Processata"
|
1380
1380
|
|
1381
1381
|
#. module: rma
|
1382
1382
|
#: model:ir.model.fields,field_description:rma.field_rma__procurement_group_id
|
@@ -1840,7 +1840,7 @@ msgstr "Ubicazione di reso"
|
|
1840
1840
|
#. module: rma
|
1841
1841
|
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
1842
1842
|
msgid "Return Merchandise Authorization Management"
|
1843
|
-
msgstr ""
|
1843
|
+
msgstr "Gestione autorizzazione merce resa"
|
1844
1844
|
|
1845
1845
|
#. module: rma
|
1846
1846
|
#: model:ir.model,name:rma.model_stock_return_picking
|
@@ -1984,7 +1984,7 @@ msgstr "Imposta a bozza"
|
|
1984
1984
|
#: model:ir.actions.act_window,name:rma.action_rma_config_settings
|
1985
1985
|
#: model:ir.ui.menu,name:rma.menu_rma_general_settings
|
1986
1986
|
msgid "Settings"
|
1987
|
-
msgstr ""
|
1987
|
+
msgstr "Impostazioni"
|
1988
1988
|
|
1989
1989
|
#. module: rma
|
1990
1990
|
#: model_terms:ir.ui.view,arch_db:rma.rma_view_form
|
@@ -2309,6 +2309,8 @@ msgid ""
|
|
2309
2309
|
"When the RMA is receive, allow to finsish it manually choosing\n"
|
2310
2310
|
" a finalization reason."
|
2311
2311
|
msgstr ""
|
2312
|
+
"Quando si riceve l'RMA, permette di chiuderlo manualmente scegliendo\n"
|
2313
|
+
" un motivo per la chiusura."
|
2312
2314
|
|
2313
2315
|
#. module: rma
|
2314
2316
|
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
@@ -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:4226ff2ccfc01069320dd563138ac30c4252f24babc494801a90c1e3411ae38f
|
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
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: odoo-addon-rma
|
3
|
-
Version: 17.0.2.2.
|
3
|
+
Version: 17.0.2.2.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:4226ff2ccfc01069320dd563138ac30c4252f24babc494801a90c1e3411ae38f
|
27
27
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
28
28
|
|
29
29
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
|
@@ -1,9 +1,9 @@
|
|
1
|
-
odoo/addons/rma/README.rst,sha256=
|
1
|
+
odoo/addons/rma/README.rst,sha256=ek6u0eCzrlOyCErw8emxk6qaD32vl2zUgS8VruzBjzQ,8349
|
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=sAO-tX8Hwrzz65YJrzVrQc18H7tzeZHFciqv88jrEMA,1527
|
4
4
|
odoo/addons/rma/hooks.py,sha256=60r6gSDlRMblJByj8Gp1j1oGBOEfloFjDXFNkp72uMk,3226
|
5
5
|
odoo/addons/rma/controllers/__init__.py,sha256=ZAYSY9pxyJjumL2QVLuxqtBzjLwKPiQsVXMBAWvNGGY,85
|
6
|
-
odoo/addons/rma/controllers/main.py,sha256=
|
6
|
+
odoo/addons/rma/controllers/main.py,sha256=j3FnB_A85IUH6_tshycdrthBYesmIKmOmfE_YLkO_SE,5475
|
7
7
|
odoo/addons/rma/data/mail_data.xml,sha256=c9Qgjbldc0J51W5kct5GKx8ncf6U45RtTuyY4dtjI0M,6482
|
8
8
|
odoo/addons/rma/data/rma_operation_data.xml,sha256=fYq_1YP1sgRq7zvQ5gU4SJsZnq2TL-YihJcTXohuNzM,421
|
9
9
|
odoo/addons/rma/data/stock_data.xml,sha256=_zwGmuGjhpptZWyXXdev9snSTjNekBpUsMXKD0bH8zE,332
|
@@ -11,7 +11,7 @@ odoo/addons/rma/i18n/de.po,sha256=HphmHAf3u_LDx1MuxMZzkBJEkor6EqtAM670g6fkwi0,86
|
|
11
11
|
odoo/addons/rma/i18n/de_AT.po,sha256=n1F_mycrCiRH7Oeanb8VxV4xZhtj-O7-pXQU08dWU2U,63578
|
12
12
|
odoo/addons/rma/i18n/es.po,sha256=2kct8AqhmLElrFyXPi0RvgL1m1HGjz67Q2Oozeda45A,90394
|
13
13
|
odoo/addons/rma/i18n/fr.po,sha256=yiUaLHOVaYZIeu5p8P7h2Qzo1zahw2Qx4xfFLTmIlS0,80014
|
14
|
-
odoo/addons/rma/i18n/it.po,sha256=
|
14
|
+
odoo/addons/rma/i18n/it.po,sha256=GFsU3MYumQsHAbX35_6zKi4zTq-249Yefig1ZN947u0,90253
|
15
15
|
odoo/addons/rma/i18n/nl.po,sha256=Vcf-FcJHafl0Nt2D1q_x52ONIADEzfb2YtqyaB72ZNw,63575
|
16
16
|
odoo/addons/rma/i18n/pt.po,sha256=aADz0UTfl0kKM7YlwkGjeK7WZ82PWzMe5snFhGJ28vk,76012
|
17
17
|
odoo/addons/rma/i18n/pt_BR.po,sha256=4NDrd3uFMk-qa0r75FHuIMb46Hanklf1MbRSg1DOExs,75200
|
@@ -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=j7dGRVUIL5QTbtWWDA8ib-mHt4_P2OsYMMGw7YygqR4,19405
|
46
46
|
odoo/addons/rma/tests/__init__.py,sha256=Q2ntkew4ZtzTd3zhA1Ly6e-C1NrU6zIPUVEr7hDD-CY,89
|
47
47
|
odoo/addons/rma/tests/test_rma.py,sha256=e69Y_LeA6o8OUxWIMQN-gHGdGp65wFzesgDbQe-CJYU,36737
|
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=vGV5hSettscItmDRA8xmpuPE0v0r8q8uOSTiSy6El8E,7119
|
67
67
|
odoo/addons/rma/wizard/stock_picking_return_views.xml,sha256=Xq-cnlB9dh-F6KF_xRJMYa4rg2pHH-hQs3kg_WWxayU,1532
|
68
|
-
odoo_addon_rma-17.0.2.2.
|
69
|
-
odoo_addon_rma-17.0.2.2.
|
70
|
-
odoo_addon_rma-17.0.2.2.
|
71
|
-
odoo_addon_rma-17.0.2.2.
|
68
|
+
odoo_addon_rma-17.0.2.2.1.dist-info/METADATA,sha256=5DREoELfFCnkaFNtRkffhVwc-kfDrLmigAhaSDpTe34,8911
|
69
|
+
odoo_addon_rma-17.0.2.2.1.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
|
70
|
+
odoo_addon_rma-17.0.2.2.1.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
71
|
+
odoo_addon_rma-17.0.2.2.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|