odoo-addon-rma 16.0.4.0.0__py3-none-any.whl → 16.0.5.0.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 +1 -1
- odoo/addons/rma/__manifest__.py +2 -1
- odoo/addons/rma/i18n/de.po +227 -0
- odoo/addons/rma/i18n/de_AT.po +227 -0
- odoo/addons/rma/i18n/es.po +227 -0
- odoo/addons/rma/i18n/fr.po +227 -0
- odoo/addons/rma/i18n/it.po +227 -0
- odoo/addons/rma/i18n/nl.po +227 -0
- odoo/addons/rma/i18n/pt.po +227 -0
- odoo/addons/rma/i18n/pt_BR.po +227 -0
- odoo/addons/rma/i18n/rma.pot +142 -0
- odoo/addons/rma/i18n/ro.po +227 -0
- odoo/addons/rma/i18n/zh_CN.po +227 -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.1.dist-info}/METADATA +2 -2
- {odoo_addon_rma-16.0.4.0.0.dist-info → odoo_addon_rma-16.0.5.0.0.1.dist-info}/RECORD +26 -24
- {odoo_addon_rma-16.0.4.0.0.dist-info → odoo_addon_rma-16.0.5.0.0.1.dist-info}/WHEEL +0 -0
- {odoo_addon_rma-16.0.4.0.0.dist-info → odoo_addon_rma-16.0.5.0.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: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>"
|
@@ -492,13 +519,34 @@ msgstr "Möchten Sie diese RMA wirklich stornieren"
|
|
492
519
|
msgid "Attachment Count"
|
493
520
|
msgstr "Anzahl der Anhänge"
|
494
521
|
|
522
|
+
#. module: rma
|
523
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__auto_confirm_reception
|
524
|
+
msgid "Auto Confirm Reception"
|
525
|
+
msgstr ""
|
526
|
+
|
527
|
+
#. module: rma
|
528
|
+
#: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_delivery__automatic_after_receipt
|
529
|
+
#: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_refund__automatic_after_receipt
|
530
|
+
msgid "Automatically After Receipt"
|
531
|
+
msgstr ""
|
532
|
+
|
533
|
+
#. module: rma
|
534
|
+
#: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_delivery__automatic_on_confirm
|
535
|
+
#: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_receipt__automatic_on_confirm
|
536
|
+
#: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_refund__automatic_on_confirm
|
537
|
+
msgid "Automatically on Confirm"
|
538
|
+
msgstr ""
|
539
|
+
|
495
540
|
#. module: rma
|
496
541
|
#: model_terms:ir.ui.view,arch_db:rma.rma_team_view_form
|
497
542
|
msgid "Avatar"
|
498
543
|
msgstr "Avatar"
|
499
544
|
|
500
545
|
#. module: rma
|
546
|
+
#. odoo-python
|
547
|
+
#: code:addons/rma/models/rma_operation.py:0
|
501
548
|
#: model_terms:ir.ui.view,arch_db:rma.rma_view_search
|
549
|
+
#, python-format
|
502
550
|
msgid "Awaiting Action"
|
503
551
|
msgstr ""
|
504
552
|
|
@@ -566,6 +614,11 @@ msgstr "Klicken Sie hier, um eine neue RMA hinzuzufügen."
|
|
566
614
|
msgid "Closed"
|
567
615
|
msgstr ""
|
568
616
|
|
617
|
+
#. module: rma
|
618
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__color
|
619
|
+
msgid "Color"
|
620
|
+
msgstr ""
|
621
|
+
|
569
622
|
#. module: rma
|
570
623
|
#: model:ir.model.fields,field_description:rma.field_rma_tag__color
|
571
624
|
msgid "Color Index"
|
@@ -600,6 +653,7 @@ msgstr "Konfigurationseinstellungen"
|
|
600
653
|
|
601
654
|
#. module: rma
|
602
655
|
#: model:ir.ui.menu,name:rma.rma_configuration_menu
|
656
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
603
657
|
msgid "Configuration"
|
604
658
|
msgstr "Konfiguration"
|
605
659
|
|
@@ -630,16 +684,42 @@ msgstr ""
|
|
630
684
|
"Die Umrechnung zwischen Maßeinheiten kann nur erfolgen, wenn sie zur selben "
|
631
685
|
"Kategorie gehören. Die Umrechnung erfolgt anhand der Verhältnisse."
|
632
686
|
|
687
|
+
#. module: rma
|
688
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__count_rma_awaiting_action
|
689
|
+
msgid "Count Rma Awaiting Action"
|
690
|
+
msgstr ""
|
691
|
+
|
692
|
+
#. module: rma
|
693
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__count_rma_draft
|
694
|
+
msgid "Count Rma Draft"
|
695
|
+
msgstr ""
|
696
|
+
|
697
|
+
#. module: rma
|
698
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__count_rma_processed
|
699
|
+
msgid "Count Rma Processed"
|
700
|
+
msgstr ""
|
701
|
+
|
633
702
|
#. module: rma
|
634
703
|
#: model:ir.model.fields,field_description:rma.field_stock_return_picking__create_rma
|
635
704
|
msgid "Create RMAs"
|
636
705
|
msgstr "Erstellen Sie RMAs"
|
637
706
|
|
707
|
+
#. module: rma
|
708
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__action_create_receipt
|
709
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_view_form
|
710
|
+
msgid "Create Receipt"
|
711
|
+
msgstr ""
|
712
|
+
|
638
713
|
#. module: rma
|
639
714
|
#: model_terms:ir.actions.act_window,help:rma.action_rma_finalization
|
640
715
|
msgid "Create a new RMA finalization"
|
641
716
|
msgstr "Erstellen Sie einen neuen RMA-Abschluss"
|
642
717
|
|
718
|
+
#. module: rma
|
719
|
+
#: model_terms:ir.actions.act_window,help:rma.rma_dashboard_action
|
720
|
+
msgid "Create a new RMA operation"
|
721
|
+
msgstr ""
|
722
|
+
|
643
723
|
#. module: rma
|
644
724
|
#: model_terms:ir.actions.act_window,help:rma.action_rma_tag
|
645
725
|
msgid "Create a new RMA tag"
|
@@ -713,6 +793,21 @@ msgstr "Stichtag"
|
|
713
793
|
msgid "Default Values"
|
714
794
|
msgstr "Unterlassungswerte"
|
715
795
|
|
796
|
+
#. module: rma
|
797
|
+
#: model:ir.model.fields,help:rma.field_rma_operation__action_create_delivery
|
798
|
+
msgid "Define how the delivery action should be handled."
|
799
|
+
msgstr ""
|
800
|
+
|
801
|
+
#. module: rma
|
802
|
+
#: model:ir.model.fields,help:rma.field_rma_operation__action_create_receipt
|
803
|
+
msgid "Define how the receipt action should be handled."
|
804
|
+
msgstr ""
|
805
|
+
|
806
|
+
#. module: rma
|
807
|
+
#: model:ir.model.fields,help:rma.field_rma_operation__action_create_refund
|
808
|
+
msgid "Define how the refund action should be handled."
|
809
|
+
msgstr ""
|
810
|
+
|
716
811
|
#. module: rma
|
717
812
|
#: model_terms:ir.ui.view,arch_db:rma.rma_redelivery_wizard_view_form
|
718
813
|
msgid "Deliver"
|
@@ -738,6 +833,11 @@ msgstr ""
|
|
738
833
|
msgid "Delivery"
|
739
834
|
msgstr "Lieferung"
|
740
835
|
|
836
|
+
#. module: rma
|
837
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__action_create_delivery
|
838
|
+
msgid "Delivery Action"
|
839
|
+
msgstr ""
|
840
|
+
|
741
841
|
#. module: rma
|
742
842
|
#: model:ir.model.fields,field_description:rma.field_rma__delivery_picking_count
|
743
843
|
msgid "Delivery count"
|
@@ -754,6 +854,13 @@ msgstr "Lieferreservierung"
|
|
754
854
|
msgid "Description"
|
755
855
|
msgstr "Beschreibung"
|
756
856
|
|
857
|
+
#. module: rma
|
858
|
+
#: model:ir.model.fields,field_description:rma.field_rma__different_return_product
|
859
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__different_return_product
|
860
|
+
#: model:ir.model.fields,field_description:rma.field_stock_return_picking_line__different_return_product
|
861
|
+
msgid "Different Return Product"
|
862
|
+
msgstr ""
|
863
|
+
|
757
864
|
#. module: rma
|
758
865
|
#: model:ir.model.fields,field_description:rma.field_rma__display_name
|
759
866
|
#: model:ir.model.fields,field_description:rma.field_rma_delivery_wizard__display_name
|
@@ -767,8 +874,11 @@ msgid "Display Name"
|
|
767
874
|
msgstr "Anzeigename"
|
768
875
|
|
769
876
|
#. module: rma
|
877
|
+
#. odoo-python
|
878
|
+
#: code:addons/rma/models/rma_operation.py:0
|
770
879
|
#: model:ir.model.fields.selection,name:rma.selection__rma__state__draft
|
771
880
|
#: model_terms:ir.ui.view,arch_db:rma.rma_view_search
|
881
|
+
#, python-format
|
772
882
|
msgid "Draft"
|
773
883
|
msgstr "Entwurf"
|
774
884
|
|
@@ -832,6 +942,13 @@ msgstr ""
|
|
832
942
|
"Eine E-Mail wird an die Kunden gesendet, wenn eine RMA über das Portal "
|
833
943
|
"aufgegeben wird"
|
834
944
|
|
945
|
+
#. module: rma
|
946
|
+
#: model:ir.model.fields,help:rma.field_rma_operation__auto_confirm_reception
|
947
|
+
msgid ""
|
948
|
+
"Enable this option to automatically confirm the reception when the RMA is "
|
949
|
+
"confirmed."
|
950
|
+
msgstr ""
|
951
|
+
|
835
952
|
#. module: rma
|
836
953
|
#. odoo-python
|
837
954
|
#: code:addons/rma/wizard/rma_split.py:0
|
@@ -955,6 +1072,15 @@ msgstr "Icon"
|
|
955
1072
|
msgid "Icon to indicate an exception activity."
|
956
1073
|
msgstr "Symbol zur Anzeige einer Ausnahmeaktivität."
|
957
1074
|
|
1075
|
+
#. module: rma
|
1076
|
+
#: model:ir.model.fields,help:rma.field_rma__different_return_product
|
1077
|
+
#: model:ir.model.fields,help:rma.field_rma_operation__different_return_product
|
1078
|
+
#: model:ir.model.fields,help:rma.field_stock_return_picking_line__different_return_product
|
1079
|
+
msgid ""
|
1080
|
+
"If checked, allows the return of a product different from the one originally "
|
1081
|
+
"ordered. Used if the delivery is created automatically"
|
1082
|
+
msgstr ""
|
1083
|
+
|
958
1084
|
#. module: rma
|
959
1085
|
#: model:ir.model.fields,help:rma.field_rma__message_needaction
|
960
1086
|
#: model:ir.model.fields,help:rma.field_rma_team__message_needaction
|
@@ -1116,6 +1242,19 @@ msgstr "Verwalten Sie Warenrücksendegenehmigungen (RMAs)."
|
|
1116
1242
|
msgid "Manager"
|
1117
1243
|
msgstr "Manager"
|
1118
1244
|
|
1245
|
+
#. module: rma
|
1246
|
+
#: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_delivery__manual_after_receipt
|
1247
|
+
#: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_refund__manual_after_receipt
|
1248
|
+
msgid "Manually After Receipt"
|
1249
|
+
msgstr ""
|
1250
|
+
|
1251
|
+
#. module: rma
|
1252
|
+
#: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_delivery__manual_on_confirm
|
1253
|
+
#: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_receipt__manual_on_confirm
|
1254
|
+
#: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_refund__manual_on_confirm
|
1255
|
+
msgid "Manually on Confirm"
|
1256
|
+
msgstr ""
|
1257
|
+
|
1119
1258
|
#. module: rma
|
1120
1259
|
#: model:ir.model.fields,field_description:rma.field_rma__message_has_error
|
1121
1260
|
#: model:ir.model.fields,field_description:rma.field_rma_team__message_has_error
|
@@ -1150,6 +1289,11 @@ msgstr "Name"
|
|
1150
1289
|
msgid "New"
|
1151
1290
|
msgstr "Neu"
|
1152
1291
|
|
1292
|
+
#. module: rma
|
1293
|
+
#: model:ir.actions.act_window,name:rma.action_rma_form
|
1294
|
+
msgid "New RMA"
|
1295
|
+
msgstr ""
|
1296
|
+
|
1153
1297
|
#. module: rma
|
1154
1298
|
#: model:ir.model.fields,field_description:rma.field_rma__activity_date_deadline
|
1155
1299
|
msgid "Next Activity Deadline"
|
@@ -1213,6 +1357,12 @@ msgstr "Anzahl der Nachrichten mit Zustellfehler"
|
|
1213
1357
|
msgid "Operation"
|
1214
1358
|
msgstr ""
|
1215
1359
|
|
1360
|
+
#. module: rma
|
1361
|
+
#: model:ir.actions.act_window,name:rma.rma_operation_act_window
|
1362
|
+
#: model:ir.ui.menu,name:rma.rma_operation_menu
|
1363
|
+
msgid "Operations"
|
1364
|
+
msgstr ""
|
1365
|
+
|
1216
1366
|
#. module: rma
|
1217
1367
|
#: model:ir.model.fields,help:rma.field_rma_team__alias_force_thread_id
|
1218
1368
|
msgid ""
|
@@ -1249,6 +1399,11 @@ msgstr "Ursprungsbuchungssatz"
|
|
1249
1399
|
msgid "Other Information"
|
1250
1400
|
msgstr "Andere Informationen"
|
1251
1401
|
|
1402
|
+
#. module: rma
|
1403
|
+
#: model:ir.ui.menu,name:rma.rma_dashboard_menu
|
1404
|
+
msgid "Overview"
|
1405
|
+
msgstr ""
|
1406
|
+
|
1252
1407
|
#. module: rma
|
1253
1408
|
#: model:ir.model.fields,field_description:rma.field_rma_team__alias_user_id
|
1254
1409
|
msgid "Owner"
|
@@ -1311,7 +1466,10 @@ msgid "Priority"
|
|
1311
1466
|
msgstr "Priorität"
|
1312
1467
|
|
1313
1468
|
#. module: rma
|
1469
|
+
#. odoo-python
|
1470
|
+
#: code:addons/rma/models/rma_operation.py:0
|
1314
1471
|
#: model_terms:ir.ui.view,arch_db:rma.rma_view_search
|
1472
|
+
#, python-format
|
1315
1473
|
msgid "Processed"
|
1316
1474
|
msgstr ""
|
1317
1475
|
|
@@ -1332,6 +1490,13 @@ msgstr "Produkt"
|
|
1332
1490
|
msgid "Product qty"
|
1333
1491
|
msgstr "Produktmenge"
|
1334
1492
|
|
1493
|
+
#. module: rma
|
1494
|
+
#: model:ir.model.fields,help:rma.field_rma__return_product_id
|
1495
|
+
#: model:ir.model.fields,help:rma.field_stock_return_picking_line__return_product_id
|
1496
|
+
msgid ""
|
1497
|
+
"Product to be returned if it's different from the originally delivered item."
|
1498
|
+
msgstr ""
|
1499
|
+
|
1335
1500
|
#. module: rma
|
1336
1501
|
#: model:ir.model.fields,field_description:rma.field_rma_tag__is_public
|
1337
1502
|
msgid "Public Tag"
|
@@ -1382,6 +1547,7 @@ msgstr "Menge, die in eine neue RMA extrahiert werden soll."
|
|
1382
1547
|
#: model:ir.module.category,name:rma.rma_module_category
|
1383
1548
|
#: model:ir.ui.menu,name:rma.rma_menu
|
1384
1549
|
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
1550
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
1385
1551
|
#: model_terms:ir.ui.view,arch_db:rma.view_partner_form
|
1386
1552
|
#: model_terms:ir.ui.view,arch_db:rma.view_picking_form
|
1387
1553
|
msgid "RMA"
|
@@ -1493,6 +1659,11 @@ msgstr "RMA-Bestellungen"
|
|
1493
1659
|
msgid "RMA Out Type"
|
1494
1660
|
msgstr "RMA-Out-Typ"
|
1495
1661
|
|
1662
|
+
#. module: rma
|
1663
|
+
#: model:ir.actions.act_window,name:rma.rma_dashboard_action
|
1664
|
+
msgid "RMA Overview"
|
1665
|
+
msgstr ""
|
1666
|
+
|
1496
1667
|
#. module: rma
|
1497
1668
|
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
1498
1669
|
msgid "RMA Receipt Confirmation Email"
|
@@ -1637,7 +1808,10 @@ msgid "Reason Name"
|
|
1637
1808
|
msgstr "Name des Grundes"
|
1638
1809
|
|
1639
1810
|
#. module: rma
|
1811
|
+
#. odoo-python
|
1812
|
+
#: code:addons/rma/models/rma.py:0
|
1640
1813
|
#: model_terms:ir.ui.view,arch_db:rma.rma_view_form
|
1814
|
+
#, python-format
|
1641
1815
|
msgid "Receipt"
|
1642
1816
|
msgstr "Rückgabebeleg"
|
1643
1817
|
|
@@ -1672,6 +1846,11 @@ msgstr "Referenz des Dokuments, das diese RMA erstellt hat."
|
|
1672
1846
|
msgid "Refund"
|
1673
1847
|
msgstr "Erstattung"
|
1674
1848
|
|
1849
|
+
#. module: rma
|
1850
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__action_create_refund
|
1851
|
+
msgid "Refund Action"
|
1852
|
+
msgstr ""
|
1853
|
+
|
1675
1854
|
#. module: rma
|
1676
1855
|
#: model:ir.model.fields,field_description:rma.field_rma__refund_line_id
|
1677
1856
|
msgid "Refund Line"
|
@@ -1799,6 +1978,12 @@ msgstr "Inbound Kommissionierung"
|
|
1799
1978
|
msgid "Return Picking Line"
|
1800
1979
|
msgstr ""
|
1801
1980
|
|
1981
|
+
#. module: rma
|
1982
|
+
#: model:ir.model.fields,field_description:rma.field_rma__return_product_id
|
1983
|
+
#: model:ir.model.fields,field_description:rma.field_stock_return_picking_line__return_product_id
|
1984
|
+
msgid "Return Product"
|
1985
|
+
msgstr ""
|
1986
|
+
|
1802
1987
|
#. module: rma
|
1803
1988
|
#: model:ir.actions.act_window,name:rma.rma_delivery_wizard_action
|
1804
1989
|
#: model:ir.model.fields.selection,name:rma.selection__rma_delivery_wizard__type__return
|
@@ -1933,6 +2118,7 @@ msgstr "Auf Entwurf setzen"
|
|
1933
2118
|
#. module: rma
|
1934
2119
|
#: model:ir.actions.act_window,name:rma.action_rma_config_settings
|
1935
2120
|
#: model:ir.ui.menu,name:rma.menu_rma_general_settings
|
2121
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_form_view
|
1936
2122
|
msgid "Settings"
|
1937
2123
|
msgstr ""
|
1938
2124
|
|
@@ -1951,6 +2137,26 @@ msgstr "Lieferanschrift"
|
|
1951
2137
|
msgid "Shipping address for current RMA."
|
1952
2138
|
msgstr "Lieferadresse für aktuelle RMA."
|
1953
2139
|
|
2140
|
+
#. module: rma
|
2141
|
+
#: model:ir.model.fields,field_description:rma.field_rma__show_create_receipt
|
2142
|
+
msgid "Show Create Receipt Button"
|
2143
|
+
msgstr ""
|
2144
|
+
|
2145
|
+
#. module: rma
|
2146
|
+
#: model:ir.model.fields,field_description:rma.field_rma__show_create_return
|
2147
|
+
msgid "Show Create Return Button"
|
2148
|
+
msgstr ""
|
2149
|
+
|
2150
|
+
#. module: rma
|
2151
|
+
#: model:ir.model.fields,field_description:rma.field_rma__show_create_refund
|
2152
|
+
msgid "Show Create refund Button"
|
2153
|
+
msgstr ""
|
2154
|
+
|
2155
|
+
#. module: rma
|
2156
|
+
#: model:ir.model.fields,field_description:rma.field_rma__show_create_replace
|
2157
|
+
msgid "Show Create replace Button"
|
2158
|
+
msgstr ""
|
2159
|
+
|
1954
2160
|
#. module: rma
|
1955
2161
|
#: model:ir.model.fields,field_description:rma.field_rma__origin
|
1956
2162
|
msgid "Source Document"
|
@@ -2051,6 +2257,13 @@ msgstr "Teammitglieder"
|
|
2051
2257
|
msgid "That operation name already exists !"
|
2052
2258
|
msgstr "Dieser Vorgangsname existiert bereits!"
|
2053
2259
|
|
2260
|
+
#. module: rma
|
2261
|
+
#: model_terms:ir.actions.act_window,help:rma.rma_dashboard_action
|
2262
|
+
msgid ""
|
2263
|
+
"The RMA operation system allows you to configure each return operation\n"
|
2264
|
+
" with specific settings that will adjust its behavior."
|
2265
|
+
msgstr ""
|
2266
|
+
|
2054
2267
|
#. module: rma
|
2055
2268
|
#: model:ir.model.fields,help:rma.field_rma_tag__active
|
2056
2269
|
msgid "The active field allows you to hide the category without removing it."
|
@@ -2112,6 +2325,15 @@ msgstr ""
|
|
2112
2325
|
msgid "The quantity to return is greater than remaining quantity."
|
2113
2326
|
msgstr "Die zurückzugebende Menge ist größer als die verbleibende Menge."
|
2114
2327
|
|
2328
|
+
#. module: rma
|
2329
|
+
#. odoo-python
|
2330
|
+
#: code:addons/rma/models/rma.py:0
|
2331
|
+
#, python-format
|
2332
|
+
msgid ""
|
2333
|
+
"The selected operation requires a return product different from the "
|
2334
|
+
"originally delivered item. Please select the product to return."
|
2335
|
+
msgstr ""
|
2336
|
+
|
2115
2337
|
#. module: rma
|
2116
2338
|
#: model:ir.model.fields,help:rma.field_rma_tag__is_public
|
2117
2339
|
msgid "The tag is visible in the portal view"
|
@@ -2201,6 +2423,11 @@ msgstr "Ungelöste RMAs"
|
|
2201
2423
|
msgid "UoM"
|
2202
2424
|
msgstr "UoM (ME)"
|
2203
2425
|
|
2426
|
+
#. module: rma
|
2427
|
+
#: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_refund__update_quantity
|
2428
|
+
msgid "Update Quantities"
|
2429
|
+
msgstr ""
|
2430
|
+
|
2204
2431
|
#. module: rma
|
2205
2432
|
#: model:ir.model.fields.selection,name:rma.selection__rma__priority__1
|
2206
2433
|
msgid "Urgent"
|