odoo-addon-rma 16.0.4.0.0__py3-none-any.whl → 16.0.5.0.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 +2 -1
- odoo/addons/rma/i18n/de.po +85 -0
- odoo/addons/rma/i18n/de_AT.po +85 -0
- odoo/addons/rma/i18n/es.po +85 -0
- odoo/addons/rma/i18n/fr.po +85 -0
- odoo/addons/rma/i18n/it.po +85 -0
- odoo/addons/rma/i18n/nl.po +85 -0
- odoo/addons/rma/i18n/pt.po +85 -0
- odoo/addons/rma/i18n/pt_BR.po +85 -0
- odoo/addons/rma/i18n/rma.pot +142 -0
- odoo/addons/rma/i18n/ro.po +85 -0
- odoo/addons/rma/i18n/zh_CN.po +85 -0
- odoo/addons/rma/models/rma.py +160 -15
- odoo/addons/rma/models/rma_operation.py +40 -0
- odoo/addons/rma/static/description/index.html +1 -1
- odoo/addons/rma/tests/__init__.py +1 -0
- odoo/addons/rma/tests/test_rma_operation.py +317 -0
- odoo/addons/rma/views/rma_operation.xml +85 -0
- odoo/addons/rma/views/rma_views.xml +20 -6
- odoo/addons/rma/wizard/stock_picking_return.py +9 -0
- odoo/addons/rma/wizard/stock_picking_return_views.xml +5 -0
- {odoo_addon_rma-16.0.4.0.0.dist-info → odoo_addon_rma-16.0.5.0.0.dist-info}/METADATA +2 -2
- {odoo_addon_rma-16.0.4.0.0.dist-info → odoo_addon_rma-16.0.5.0.0.dist-info}/RECORD +26 -24
- {odoo_addon_rma-16.0.4.0.0.dist-info → odoo_addon_rma-16.0.5.0.0.dist-info}/WHEEL +0 -0
- {odoo_addon_rma-16.0.4.0.0.dist-info → odoo_addon_rma-16.0.5.0.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:db1b39424a93fe4f3c6ffccfa616d7a490b2bed08da3749b27dc85edbeee3da6
|
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": "16.0.
|
8
|
+
"version": "16.0.5.0.0",
|
9
9
|
"development_status": "Production/Stable",
|
10
10
|
"category": "RMA",
|
11
11
|
"website": "https://github.com/OCA/rma",
|
@@ -36,6 +36,7 @@
|
|
36
36
|
"views/stock_warehouse_views.xml",
|
37
37
|
"views/dashboard.xml",
|
38
38
|
"views/res_config_settings_views.xml",
|
39
|
+
"views/rma_operation.xml",
|
39
40
|
],
|
40
41
|
"post_init_hook": "post_init_hook",
|
41
42
|
"application": True,
|
odoo/addons/rma/i18n/de.po
CHANGED
@@ -129,6 +129,13 @@ msgstr ""
|
|
129
129
|
"<i class=\"fa fa-download\" role=\"img\" aria-label=\"Download\" "
|
130
130
|
"title=\"Download\"/>"
|
131
131
|
|
132
|
+
#. module: rma
|
133
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
134
|
+
msgid ""
|
135
|
+
"<i class=\"fa fa-ellipsis-v\" role=\"img\" aria-label=\"Manage\" "
|
136
|
+
"title=\"Manage\"/>"
|
137
|
+
msgstr ""
|
138
|
+
|
132
139
|
#. module: rma
|
133
140
|
#: model_terms:ir.ui.view,arch_db:rma.portal_rma_page
|
134
141
|
msgid ""
|
@@ -286,6 +293,26 @@ msgstr ""
|
|
286
293
|
"<span class=\"fa fa-lg fa-building-o\" title=\"Diese Werte sind "
|
287
294
|
"unternehmensspezifisch.\" groups=\"base.group_multi_company\"/>"
|
288
295
|
|
296
|
+
#. module: rma
|
297
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
298
|
+
msgid "<span>Awaiting action</span>"
|
299
|
+
msgstr ""
|
300
|
+
|
301
|
+
#. module: rma
|
302
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
303
|
+
msgid "<span>Draft</span>"
|
304
|
+
msgstr ""
|
305
|
+
|
306
|
+
#. module: rma
|
307
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
308
|
+
msgid "<span>New</span>"
|
309
|
+
msgstr ""
|
310
|
+
|
311
|
+
#. module: rma
|
312
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
313
|
+
msgid "<span>Processed</span>"
|
314
|
+
msgstr ""
|
315
|
+
|
289
316
|
#. module: rma
|
290
317
|
#: model_terms:ir.ui.view,arch_db:rma.portal_rma_page
|
291
318
|
msgid "<strong class=\"d-block mb-1\">Delivery</strong>"
|
@@ -498,7 +525,10 @@ msgid "Avatar"
|
|
498
525
|
msgstr "Avatar"
|
499
526
|
|
500
527
|
#. module: rma
|
528
|
+
#. odoo-python
|
529
|
+
#: code:addons/rma/models/rma_operation.py:0
|
501
530
|
#: model_terms:ir.ui.view,arch_db:rma.rma_view_search
|
531
|
+
#, python-format
|
502
532
|
msgid "Awaiting Action"
|
503
533
|
msgstr ""
|
504
534
|
|
@@ -566,6 +596,11 @@ msgstr "Klicken Sie hier, um eine neue RMA hinzuzufügen."
|
|
566
596
|
msgid "Closed"
|
567
597
|
msgstr ""
|
568
598
|
|
599
|
+
#. module: rma
|
600
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__color
|
601
|
+
msgid "Color"
|
602
|
+
msgstr ""
|
603
|
+
|
569
604
|
#. module: rma
|
570
605
|
#: model:ir.model.fields,field_description:rma.field_rma_tag__color
|
571
606
|
msgid "Color Index"
|
@@ -600,6 +635,7 @@ msgstr "Konfigurationseinstellungen"
|
|
600
635
|
|
601
636
|
#. module: rma
|
602
637
|
#: model:ir.ui.menu,name:rma.rma_configuration_menu
|
638
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
603
639
|
msgid "Configuration"
|
604
640
|
msgstr "Konfiguration"
|
605
641
|
|
@@ -630,6 +666,21 @@ msgstr ""
|
|
630
666
|
"Die Umrechnung zwischen Maßeinheiten kann nur erfolgen, wenn sie zur selben "
|
631
667
|
"Kategorie gehören. Die Umrechnung erfolgt anhand der Verhältnisse."
|
632
668
|
|
669
|
+
#. module: rma
|
670
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__count_rma_awaiting_action
|
671
|
+
msgid "Count Rma Awaiting Action"
|
672
|
+
msgstr ""
|
673
|
+
|
674
|
+
#. module: rma
|
675
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__count_rma_draft
|
676
|
+
msgid "Count Rma Draft"
|
677
|
+
msgstr ""
|
678
|
+
|
679
|
+
#. module: rma
|
680
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__count_rma_processed
|
681
|
+
msgid "Count Rma Processed"
|
682
|
+
msgstr ""
|
683
|
+
|
633
684
|
#. module: rma
|
634
685
|
#: model:ir.model.fields,field_description:rma.field_stock_return_picking__create_rma
|
635
686
|
msgid "Create RMAs"
|
@@ -640,6 +691,11 @@ msgstr "Erstellen Sie RMAs"
|
|
640
691
|
msgid "Create a new RMA finalization"
|
641
692
|
msgstr "Erstellen Sie einen neuen RMA-Abschluss"
|
642
693
|
|
694
|
+
#. module: rma
|
695
|
+
#: model_terms:ir.actions.act_window,help:rma.rma_dashboard_action
|
696
|
+
msgid "Create a new RMA operation"
|
697
|
+
msgstr ""
|
698
|
+
|
643
699
|
#. module: rma
|
644
700
|
#: model_terms:ir.actions.act_window,help:rma.action_rma_tag
|
645
701
|
msgid "Create a new RMA tag"
|
@@ -767,8 +823,11 @@ msgid "Display Name"
|
|
767
823
|
msgstr "Anzeigename"
|
768
824
|
|
769
825
|
#. module: rma
|
826
|
+
#. odoo-python
|
827
|
+
#: code:addons/rma/models/rma_operation.py:0
|
770
828
|
#: model:ir.model.fields.selection,name:rma.selection__rma__state__draft
|
771
829
|
#: model_terms:ir.ui.view,arch_db:rma.rma_view_search
|
830
|
+
#, python-format
|
772
831
|
msgid "Draft"
|
773
832
|
msgstr "Entwurf"
|
774
833
|
|
@@ -1150,6 +1209,11 @@ msgstr "Name"
|
|
1150
1209
|
msgid "New"
|
1151
1210
|
msgstr "Neu"
|
1152
1211
|
|
1212
|
+
#. module: rma
|
1213
|
+
#: model:ir.actions.act_window,name:rma.action_rma_form
|
1214
|
+
msgid "New RMA"
|
1215
|
+
msgstr ""
|
1216
|
+
|
1153
1217
|
#. module: rma
|
1154
1218
|
#: model:ir.model.fields,field_description:rma.field_rma__activity_date_deadline
|
1155
1219
|
msgid "Next Activity Deadline"
|
@@ -1249,6 +1313,11 @@ msgstr "Ursprungsbuchungssatz"
|
|
1249
1313
|
msgid "Other Information"
|
1250
1314
|
msgstr "Andere Informationen"
|
1251
1315
|
|
1316
|
+
#. module: rma
|
1317
|
+
#: model:ir.ui.menu,name:rma.rma_dashboard_menu
|
1318
|
+
msgid "Overview"
|
1319
|
+
msgstr ""
|
1320
|
+
|
1252
1321
|
#. module: rma
|
1253
1322
|
#: model:ir.model.fields,field_description:rma.field_rma_team__alias_user_id
|
1254
1323
|
msgid "Owner"
|
@@ -1311,7 +1380,10 @@ msgid "Priority"
|
|
1311
1380
|
msgstr "Priorität"
|
1312
1381
|
|
1313
1382
|
#. module: rma
|
1383
|
+
#. odoo-python
|
1384
|
+
#: code:addons/rma/models/rma_operation.py:0
|
1314
1385
|
#: model_terms:ir.ui.view,arch_db:rma.rma_view_search
|
1386
|
+
#, python-format
|
1315
1387
|
msgid "Processed"
|
1316
1388
|
msgstr ""
|
1317
1389
|
|
@@ -1382,6 +1454,7 @@ msgstr "Menge, die in eine neue RMA extrahiert werden soll."
|
|
1382
1454
|
#: model:ir.module.category,name:rma.rma_module_category
|
1383
1455
|
#: model:ir.ui.menu,name:rma.rma_menu
|
1384
1456
|
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
1457
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
1385
1458
|
#: model_terms:ir.ui.view,arch_db:rma.view_partner_form
|
1386
1459
|
#: model_terms:ir.ui.view,arch_db:rma.view_picking_form
|
1387
1460
|
msgid "RMA"
|
@@ -1493,6 +1566,11 @@ msgstr "RMA-Bestellungen"
|
|
1493
1566
|
msgid "RMA Out Type"
|
1494
1567
|
msgstr "RMA-Out-Typ"
|
1495
1568
|
|
1569
|
+
#. module: rma
|
1570
|
+
#: model:ir.actions.act_window,name:rma.rma_dashboard_action
|
1571
|
+
msgid "RMA Overview"
|
1572
|
+
msgstr ""
|
1573
|
+
|
1496
1574
|
#. module: rma
|
1497
1575
|
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
1498
1576
|
msgid "RMA Receipt Confirmation Email"
|
@@ -2051,6 +2129,13 @@ msgstr "Teammitglieder"
|
|
2051
2129
|
msgid "That operation name already exists !"
|
2052
2130
|
msgstr "Dieser Vorgangsname existiert bereits!"
|
2053
2131
|
|
2132
|
+
#. module: rma
|
2133
|
+
#: model_terms:ir.actions.act_window,help:rma.rma_dashboard_action
|
2134
|
+
msgid ""
|
2135
|
+
"The RMA operation system allows you to configure each return operation\n"
|
2136
|
+
" with specific settings that will adjust its behavior."
|
2137
|
+
msgstr ""
|
2138
|
+
|
2054
2139
|
#. module: rma
|
2055
2140
|
#: model:ir.model.fields,help:rma.field_rma_tag__active
|
2056
2141
|
msgid "The active field allows you to hide the category without removing it."
|
odoo/addons/rma/i18n/de_AT.po
CHANGED
@@ -123,6 +123,13 @@ msgid ""
|
|
123
123
|
"title=\"Download\"/>"
|
124
124
|
msgstr ""
|
125
125
|
|
126
|
+
#. module: rma
|
127
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
128
|
+
msgid ""
|
129
|
+
"<i class=\"fa fa-ellipsis-v\" role=\"img\" aria-label=\"Manage\" "
|
130
|
+
"title=\"Manage\"/>"
|
131
|
+
msgstr ""
|
132
|
+
|
126
133
|
#. module: rma
|
127
134
|
#: model_terms:ir.ui.view,arch_db:rma.portal_rma_page
|
128
135
|
msgid ""
|
@@ -234,6 +241,26 @@ msgid ""
|
|
234
241
|
"specific.\" groups=\"base.group_multi_company\"/>"
|
235
242
|
msgstr ""
|
236
243
|
|
244
|
+
#. module: rma
|
245
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
246
|
+
msgid "<span>Awaiting action</span>"
|
247
|
+
msgstr ""
|
248
|
+
|
249
|
+
#. module: rma
|
250
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
251
|
+
msgid "<span>Draft</span>"
|
252
|
+
msgstr ""
|
253
|
+
|
254
|
+
#. module: rma
|
255
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
256
|
+
msgid "<span>New</span>"
|
257
|
+
msgstr ""
|
258
|
+
|
259
|
+
#. module: rma
|
260
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
261
|
+
msgid "<span>Processed</span>"
|
262
|
+
msgstr ""
|
263
|
+
|
237
264
|
#. module: rma
|
238
265
|
#: model_terms:ir.ui.view,arch_db:rma.portal_rma_page
|
239
266
|
msgid "<strong class=\"d-block mb-1\">Delivery</strong>"
|
@@ -442,7 +469,10 @@ msgid "Avatar"
|
|
442
469
|
msgstr ""
|
443
470
|
|
444
471
|
#. module: rma
|
472
|
+
#. odoo-python
|
473
|
+
#: code:addons/rma/models/rma_operation.py:0
|
445
474
|
#: model_terms:ir.ui.view,arch_db:rma.rma_view_search
|
475
|
+
#, python-format
|
446
476
|
msgid "Awaiting Action"
|
447
477
|
msgstr ""
|
448
478
|
|
@@ -510,6 +540,11 @@ msgstr ""
|
|
510
540
|
msgid "Closed"
|
511
541
|
msgstr ""
|
512
542
|
|
543
|
+
#. module: rma
|
544
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__color
|
545
|
+
msgid "Color"
|
546
|
+
msgstr ""
|
547
|
+
|
513
548
|
#. module: rma
|
514
549
|
#: model:ir.model.fields,field_description:rma.field_rma_tag__color
|
515
550
|
msgid "Color Index"
|
@@ -544,6 +579,7 @@ msgstr ""
|
|
544
579
|
|
545
580
|
#. module: rma
|
546
581
|
#: model:ir.ui.menu,name:rma.rma_configuration_menu
|
582
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
547
583
|
msgid "Configuration"
|
548
584
|
msgstr ""
|
549
585
|
|
@@ -572,6 +608,21 @@ msgid ""
|
|
572
608
|
"same category. The conversion will be made based on the ratios."
|
573
609
|
msgstr ""
|
574
610
|
|
611
|
+
#. module: rma
|
612
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__count_rma_awaiting_action
|
613
|
+
msgid "Count Rma Awaiting Action"
|
614
|
+
msgstr ""
|
615
|
+
|
616
|
+
#. module: rma
|
617
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__count_rma_draft
|
618
|
+
msgid "Count Rma Draft"
|
619
|
+
msgstr ""
|
620
|
+
|
621
|
+
#. module: rma
|
622
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__count_rma_processed
|
623
|
+
msgid "Count Rma Processed"
|
624
|
+
msgstr ""
|
625
|
+
|
575
626
|
#. module: rma
|
576
627
|
#: model:ir.model.fields,field_description:rma.field_stock_return_picking__create_rma
|
577
628
|
msgid "Create RMAs"
|
@@ -582,6 +633,11 @@ msgstr ""
|
|
582
633
|
msgid "Create a new RMA finalization"
|
583
634
|
msgstr ""
|
584
635
|
|
636
|
+
#. module: rma
|
637
|
+
#: model_terms:ir.actions.act_window,help:rma.rma_dashboard_action
|
638
|
+
msgid "Create a new RMA operation"
|
639
|
+
msgstr ""
|
640
|
+
|
585
641
|
#. module: rma
|
586
642
|
#: model_terms:ir.actions.act_window,help:rma.action_rma_tag
|
587
643
|
msgid "Create a new RMA tag"
|
@@ -709,8 +765,11 @@ msgid "Display Name"
|
|
709
765
|
msgstr ""
|
710
766
|
|
711
767
|
#. module: rma
|
768
|
+
#. odoo-python
|
769
|
+
#: code:addons/rma/models/rma_operation.py:0
|
712
770
|
#: model:ir.model.fields.selection,name:rma.selection__rma__state__draft
|
713
771
|
#: model_terms:ir.ui.view,arch_db:rma.rma_view_search
|
772
|
+
#, python-format
|
714
773
|
msgid "Draft"
|
715
774
|
msgstr ""
|
716
775
|
|
@@ -1075,6 +1134,11 @@ msgstr ""
|
|
1075
1134
|
msgid "New"
|
1076
1135
|
msgstr ""
|
1077
1136
|
|
1137
|
+
#. module: rma
|
1138
|
+
#: model:ir.actions.act_window,name:rma.action_rma_form
|
1139
|
+
msgid "New RMA"
|
1140
|
+
msgstr ""
|
1141
|
+
|
1078
1142
|
#. module: rma
|
1079
1143
|
#: model:ir.model.fields,field_description:rma.field_rma__activity_date_deadline
|
1080
1144
|
msgid "Next Activity Deadline"
|
@@ -1171,6 +1235,11 @@ msgstr ""
|
|
1171
1235
|
msgid "Other Information"
|
1172
1236
|
msgstr ""
|
1173
1237
|
|
1238
|
+
#. module: rma
|
1239
|
+
#: model:ir.ui.menu,name:rma.rma_dashboard_menu
|
1240
|
+
msgid "Overview"
|
1241
|
+
msgstr ""
|
1242
|
+
|
1174
1243
|
#. module: rma
|
1175
1244
|
#: model:ir.model.fields,field_description:rma.field_rma_team__alias_user_id
|
1176
1245
|
msgid "Owner"
|
@@ -1225,7 +1294,10 @@ msgid "Priority"
|
|
1225
1294
|
msgstr ""
|
1226
1295
|
|
1227
1296
|
#. module: rma
|
1297
|
+
#. odoo-python
|
1298
|
+
#: code:addons/rma/models/rma_operation.py:0
|
1228
1299
|
#: model_terms:ir.ui.view,arch_db:rma.rma_view_search
|
1300
|
+
#, python-format
|
1229
1301
|
msgid "Processed"
|
1230
1302
|
msgstr ""
|
1231
1303
|
|
@@ -1294,6 +1366,7 @@ msgstr ""
|
|
1294
1366
|
#: model:ir.module.category,name:rma.rma_module_category
|
1295
1367
|
#: model:ir.ui.menu,name:rma.rma_menu
|
1296
1368
|
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
1369
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
1297
1370
|
#: model_terms:ir.ui.view,arch_db:rma.view_partner_form
|
1298
1371
|
#: model_terms:ir.ui.view,arch_db:rma.view_picking_form
|
1299
1372
|
msgid "RMA"
|
@@ -1405,6 +1478,11 @@ msgstr ""
|
|
1405
1478
|
msgid "RMA Out Type"
|
1406
1479
|
msgstr ""
|
1407
1480
|
|
1481
|
+
#. module: rma
|
1482
|
+
#: model:ir.actions.act_window,name:rma.rma_dashboard_action
|
1483
|
+
msgid "RMA Overview"
|
1484
|
+
msgstr ""
|
1485
|
+
|
1408
1486
|
#. module: rma
|
1409
1487
|
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
1410
1488
|
msgid "RMA Receipt Confirmation Email"
|
@@ -1943,6 +2021,13 @@ msgstr ""
|
|
1943
2021
|
msgid "That operation name already exists !"
|
1944
2022
|
msgstr ""
|
1945
2023
|
|
2024
|
+
#. module: rma
|
2025
|
+
#: model_terms:ir.actions.act_window,help:rma.rma_dashboard_action
|
2026
|
+
msgid ""
|
2027
|
+
"The RMA operation system allows you to configure each return operation\n"
|
2028
|
+
" with specific settings that will adjust its behavior."
|
2029
|
+
msgstr ""
|
2030
|
+
|
1946
2031
|
#. module: rma
|
1947
2032
|
#: model:ir.model.fields,help:rma.field_rma_tag__active
|
1948
2033
|
msgid "The active field allows you to hide the category without removing it."
|
odoo/addons/rma/i18n/es.po
CHANGED
@@ -197,6 +197,13 @@ msgstr ""
|
|
197
197
|
"<i class=\"fa fa-download\" role=\"img\" aria-label=\"Download\" "
|
198
198
|
"title=\"Descargar\"/>"
|
199
199
|
|
200
|
+
#. module: rma
|
201
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
202
|
+
msgid ""
|
203
|
+
"<i class=\"fa fa-ellipsis-v\" role=\"img\" aria-label=\"Manage\" "
|
204
|
+
"title=\"Manage\"/>"
|
205
|
+
msgstr ""
|
206
|
+
|
200
207
|
#. module: rma
|
201
208
|
#: model_terms:ir.ui.view,arch_db:rma.portal_rma_page
|
202
209
|
msgid ""
|
@@ -356,6 +363,26 @@ msgstr ""
|
|
356
363
|
"<span class=\"fa fa-lg fa-building-o\" title=\"Valores específicos por "
|
357
364
|
"compañía.\" groups=\"base.group_multi_company\"/>"
|
358
365
|
|
366
|
+
#. module: rma
|
367
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
368
|
+
msgid "<span>Awaiting action</span>"
|
369
|
+
msgstr ""
|
370
|
+
|
371
|
+
#. module: rma
|
372
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
373
|
+
msgid "<span>Draft</span>"
|
374
|
+
msgstr ""
|
375
|
+
|
376
|
+
#. module: rma
|
377
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
378
|
+
msgid "<span>New</span>"
|
379
|
+
msgstr ""
|
380
|
+
|
381
|
+
#. module: rma
|
382
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
383
|
+
msgid "<span>Processed</span>"
|
384
|
+
msgstr ""
|
385
|
+
|
359
386
|
#. module: rma
|
360
387
|
#: model_terms:ir.ui.view,arch_db:rma.portal_rma_page
|
361
388
|
msgid "<strong class=\"d-block mb-1\">Delivery</strong>"
|
@@ -567,7 +594,10 @@ msgid "Avatar"
|
|
567
594
|
msgstr "Avatar"
|
568
595
|
|
569
596
|
#. module: rma
|
597
|
+
#. odoo-python
|
598
|
+
#: code:addons/rma/models/rma_operation.py:0
|
570
599
|
#: model_terms:ir.ui.view,arch_db:rma.rma_view_search
|
600
|
+
#, python-format
|
571
601
|
msgid "Awaiting Action"
|
572
602
|
msgstr ""
|
573
603
|
|
@@ -635,6 +665,11 @@ msgstr "Click para agregar un nuevo RMA."
|
|
635
665
|
msgid "Closed"
|
636
666
|
msgstr ""
|
637
667
|
|
668
|
+
#. module: rma
|
669
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__color
|
670
|
+
msgid "Color"
|
671
|
+
msgstr ""
|
672
|
+
|
638
673
|
#. module: rma
|
639
674
|
#: model:ir.model.fields,field_description:rma.field_rma_tag__color
|
640
675
|
msgid "Color Index"
|
@@ -669,6 +704,7 @@ msgstr "Opciones de Configuración"
|
|
669
704
|
|
670
705
|
#. module: rma
|
671
706
|
#: model:ir.ui.menu,name:rma.rma_configuration_menu
|
707
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
672
708
|
msgid "Configuration"
|
673
709
|
msgstr "Configuración"
|
674
710
|
|
@@ -700,6 +736,21 @@ msgstr ""
|
|
700
736
|
"la misma categoría. La conversión se realizará en función de las "
|
701
737
|
"proporciones."
|
702
738
|
|
739
|
+
#. module: rma
|
740
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__count_rma_awaiting_action
|
741
|
+
msgid "Count Rma Awaiting Action"
|
742
|
+
msgstr ""
|
743
|
+
|
744
|
+
#. module: rma
|
745
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__count_rma_draft
|
746
|
+
msgid "Count Rma Draft"
|
747
|
+
msgstr ""
|
748
|
+
|
749
|
+
#. module: rma
|
750
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__count_rma_processed
|
751
|
+
msgid "Count Rma Processed"
|
752
|
+
msgstr ""
|
753
|
+
|
703
754
|
#. module: rma
|
704
755
|
#: model:ir.model.fields,field_description:rma.field_stock_return_picking__create_rma
|
705
756
|
msgid "Create RMAs"
|
@@ -710,6 +761,11 @@ msgstr "Crear RMAs"
|
|
710
761
|
msgid "Create a new RMA finalization"
|
711
762
|
msgstr "Crear un nuevo motivo de finalización de RMA"
|
712
763
|
|
764
|
+
#. module: rma
|
765
|
+
#: model_terms:ir.actions.act_window,help:rma.rma_dashboard_action
|
766
|
+
msgid "Create a new RMA operation"
|
767
|
+
msgstr ""
|
768
|
+
|
713
769
|
#. module: rma
|
714
770
|
#: model_terms:ir.actions.act_window,help:rma.action_rma_tag
|
715
771
|
msgid "Create a new RMA tag"
|
@@ -837,8 +893,11 @@ msgid "Display Name"
|
|
837
893
|
msgstr "Nombre mostrado"
|
838
894
|
|
839
895
|
#. module: rma
|
896
|
+
#. odoo-python
|
897
|
+
#: code:addons/rma/models/rma_operation.py:0
|
840
898
|
#: model:ir.model.fields.selection,name:rma.selection__rma__state__draft
|
841
899
|
#: model_terms:ir.ui.view,arch_db:rma.rma_view_search
|
900
|
+
#, python-format
|
842
901
|
msgid "Draft"
|
843
902
|
msgstr "Borrador"
|
844
903
|
|
@@ -1217,6 +1276,11 @@ msgstr "Nombre"
|
|
1217
1276
|
msgid "New"
|
1218
1277
|
msgstr "Nuevo"
|
1219
1278
|
|
1279
|
+
#. module: rma
|
1280
|
+
#: model:ir.actions.act_window,name:rma.action_rma_form
|
1281
|
+
msgid "New RMA"
|
1282
|
+
msgstr ""
|
1283
|
+
|
1220
1284
|
#. module: rma
|
1221
1285
|
#: model:ir.model.fields,field_description:rma.field_rma__activity_date_deadline
|
1222
1286
|
msgid "Next Activity Deadline"
|
@@ -1316,6 +1380,11 @@ msgstr "Movimiento"
|
|
1316
1380
|
msgid "Other Information"
|
1317
1381
|
msgstr "Otra información"
|
1318
1382
|
|
1383
|
+
#. module: rma
|
1384
|
+
#: model:ir.ui.menu,name:rma.rma_dashboard_menu
|
1385
|
+
msgid "Overview"
|
1386
|
+
msgstr ""
|
1387
|
+
|
1319
1388
|
#. module: rma
|
1320
1389
|
#: model:ir.model.fields,field_description:rma.field_rma_team__alias_user_id
|
1321
1390
|
msgid "Owner"
|
@@ -1378,7 +1447,10 @@ msgid "Priority"
|
|
1378
1447
|
msgstr "Prioridad"
|
1379
1448
|
|
1380
1449
|
#. module: rma
|
1450
|
+
#. odoo-python
|
1451
|
+
#: code:addons/rma/models/rma_operation.py:0
|
1381
1452
|
#: model_terms:ir.ui.view,arch_db:rma.rma_view_search
|
1453
|
+
#, python-format
|
1382
1454
|
msgid "Processed"
|
1383
1455
|
msgstr ""
|
1384
1456
|
|
@@ -1449,6 +1521,7 @@ msgstr "Cantidad a extraer en nuevo RMA."
|
|
1449
1521
|
#: model:ir.module.category,name:rma.rma_module_category
|
1450
1522
|
#: model:ir.ui.menu,name:rma.rma_menu
|
1451
1523
|
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
1524
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
1452
1525
|
#: model_terms:ir.ui.view,arch_db:rma.view_partner_form
|
1453
1526
|
#: model_terms:ir.ui.view,arch_db:rma.view_picking_form
|
1454
1527
|
msgid "RMA"
|
@@ -1560,6 +1633,11 @@ msgstr "Órdenes de RMA"
|
|
1560
1633
|
msgid "RMA Out Type"
|
1561
1634
|
msgstr "Tipo de operación para entrega de RMA"
|
1562
1635
|
|
1636
|
+
#. module: rma
|
1637
|
+
#: model:ir.actions.act_window,name:rma.rma_dashboard_action
|
1638
|
+
msgid "RMA Overview"
|
1639
|
+
msgstr ""
|
1640
|
+
|
1563
1641
|
#. module: rma
|
1564
1642
|
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
1565
1643
|
msgid "RMA Receipt Confirmation Email"
|
@@ -2116,6 +2194,13 @@ msgstr "Miembros del equipo"
|
|
2116
2194
|
msgid "That operation name already exists !"
|
2117
2195
|
msgstr "¡El nombre de operación ya existe!"
|
2118
2196
|
|
2197
|
+
#. module: rma
|
2198
|
+
#: model_terms:ir.actions.act_window,help:rma.rma_dashboard_action
|
2199
|
+
msgid ""
|
2200
|
+
"The RMA operation system allows you to configure each return operation\n"
|
2201
|
+
" with specific settings that will adjust its behavior."
|
2202
|
+
msgstr ""
|
2203
|
+
|
2119
2204
|
#. module: rma
|
2120
2205
|
#: model:ir.model.fields,help:rma.field_rma_tag__active
|
2121
2206
|
msgid "The active field allows you to hide the category without removing it."
|