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/i18n/it.po
CHANGED
@@ -196,6 +196,13 @@ msgstr ""
|
|
196
196
|
"<i class=\"fa fa-download\" role=\"img\" aria-label=\"Download\" "
|
197
197
|
"title=\"Download\"/>"
|
198
198
|
|
199
|
+
#. module: rma
|
200
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
201
|
+
msgid ""
|
202
|
+
"<i class=\"fa fa-ellipsis-v\" role=\"img\" aria-label=\"Manage\" "
|
203
|
+
"title=\"Manage\"/>"
|
204
|
+
msgstr ""
|
205
|
+
|
199
206
|
#. module: rma
|
200
207
|
#: model_terms:ir.ui.view,arch_db:rma.portal_rma_page
|
201
208
|
msgid ""
|
@@ -353,6 +360,26 @@ msgstr ""
|
|
353
360
|
"<span class=\"fa fa-lg fa-building-o\" title=\"I valori impostati qui sono "
|
354
361
|
"specifici per azienda.\" groups=\"base.group_multi_company\"/>"
|
355
362
|
|
363
|
+
#. module: rma
|
364
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
365
|
+
msgid "<span>Awaiting action</span>"
|
366
|
+
msgstr ""
|
367
|
+
|
368
|
+
#. module: rma
|
369
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
370
|
+
msgid "<span>Draft</span>"
|
371
|
+
msgstr ""
|
372
|
+
|
373
|
+
#. module: rma
|
374
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
375
|
+
msgid "<span>New</span>"
|
376
|
+
msgstr ""
|
377
|
+
|
378
|
+
#. module: rma
|
379
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
380
|
+
msgid "<span>Processed</span>"
|
381
|
+
msgstr ""
|
382
|
+
|
356
383
|
#. module: rma
|
357
384
|
#: model_terms:ir.ui.view,arch_db:rma.portal_rma_page
|
358
385
|
msgid "<strong class=\"d-block mb-1\">Delivery</strong>"
|
@@ -557,13 +584,34 @@ msgstr "Sei sicuro di voler cancellare questo RMA"
|
|
557
584
|
msgid "Attachment Count"
|
558
585
|
msgstr "Numero allegati"
|
559
586
|
|
587
|
+
#. module: rma
|
588
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__auto_confirm_reception
|
589
|
+
msgid "Auto Confirm Reception"
|
590
|
+
msgstr ""
|
591
|
+
|
592
|
+
#. module: rma
|
593
|
+
#: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_delivery__automatic_after_receipt
|
594
|
+
#: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_refund__automatic_after_receipt
|
595
|
+
msgid "Automatically After Receipt"
|
596
|
+
msgstr ""
|
597
|
+
|
598
|
+
#. module: rma
|
599
|
+
#: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_delivery__automatic_on_confirm
|
600
|
+
#: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_receipt__automatic_on_confirm
|
601
|
+
#: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_refund__automatic_on_confirm
|
602
|
+
msgid "Automatically on Confirm"
|
603
|
+
msgstr ""
|
604
|
+
|
560
605
|
#. module: rma
|
561
606
|
#: model_terms:ir.ui.view,arch_db:rma.rma_team_view_form
|
562
607
|
msgid "Avatar"
|
563
608
|
msgstr "Avatar"
|
564
609
|
|
565
610
|
#. module: rma
|
611
|
+
#. odoo-python
|
612
|
+
#: code:addons/rma/models/rma_operation.py:0
|
566
613
|
#: model_terms:ir.ui.view,arch_db:rma.rma_view_search
|
614
|
+
#, python-format
|
567
615
|
msgid "Awaiting Action"
|
568
616
|
msgstr "In attesa dell'azione"
|
569
617
|
|
@@ -631,6 +679,11 @@ msgstr "Fai click per aggiungere un nuovo RMA."
|
|
631
679
|
msgid "Closed"
|
632
680
|
msgstr "Chiuso"
|
633
681
|
|
682
|
+
#. module: rma
|
683
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__color
|
684
|
+
msgid "Color"
|
685
|
+
msgstr ""
|
686
|
+
|
634
687
|
#. module: rma
|
635
688
|
#: model:ir.model.fields,field_description:rma.field_rma_tag__color
|
636
689
|
msgid "Color Index"
|
@@ -665,6 +718,7 @@ msgstr "Impostazioni di configurazione"
|
|
665
718
|
|
666
719
|
#. module: rma
|
667
720
|
#: model:ir.ui.menu,name:rma.rma_configuration_menu
|
721
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
668
722
|
msgid "Configuration"
|
669
723
|
msgstr "Configurazione"
|
670
724
|
|
@@ -696,16 +750,42 @@ msgstr ""
|
|
696
750
|
"alla stessa categoria. La conversione verrà effettuata in base alle "
|
697
751
|
"proporzioni."
|
698
752
|
|
753
|
+
#. module: rma
|
754
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__count_rma_awaiting_action
|
755
|
+
msgid "Count Rma Awaiting Action"
|
756
|
+
msgstr ""
|
757
|
+
|
758
|
+
#. module: rma
|
759
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__count_rma_draft
|
760
|
+
msgid "Count Rma Draft"
|
761
|
+
msgstr ""
|
762
|
+
|
763
|
+
#. module: rma
|
764
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__count_rma_processed
|
765
|
+
msgid "Count Rma Processed"
|
766
|
+
msgstr ""
|
767
|
+
|
699
768
|
#. module: rma
|
700
769
|
#: model:ir.model.fields,field_description:rma.field_stock_return_picking__create_rma
|
701
770
|
msgid "Create RMAs"
|
702
771
|
msgstr "Crea RMA"
|
703
772
|
|
773
|
+
#. module: rma
|
774
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__action_create_receipt
|
775
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_view_form
|
776
|
+
msgid "Create Receipt"
|
777
|
+
msgstr ""
|
778
|
+
|
704
779
|
#. module: rma
|
705
780
|
#: model_terms:ir.actions.act_window,help:rma.action_rma_finalization
|
706
781
|
msgid "Create a new RMA finalization"
|
707
782
|
msgstr "Crea una nuova chiusura RMA"
|
708
783
|
|
784
|
+
#. module: rma
|
785
|
+
#: model_terms:ir.actions.act_window,help:rma.rma_dashboard_action
|
786
|
+
msgid "Create a new RMA operation"
|
787
|
+
msgstr ""
|
788
|
+
|
709
789
|
#. module: rma
|
710
790
|
#: model_terms:ir.actions.act_window,help:rma.action_rma_tag
|
711
791
|
msgid "Create a new RMA tag"
|
@@ -779,6 +859,21 @@ msgstr "Scadenza"
|
|
779
859
|
msgid "Default Values"
|
780
860
|
msgstr "Valori predefiniti"
|
781
861
|
|
862
|
+
#. module: rma
|
863
|
+
#: model:ir.model.fields,help:rma.field_rma_operation__action_create_delivery
|
864
|
+
msgid "Define how the delivery action should be handled."
|
865
|
+
msgstr ""
|
866
|
+
|
867
|
+
#. module: rma
|
868
|
+
#: model:ir.model.fields,help:rma.field_rma_operation__action_create_receipt
|
869
|
+
msgid "Define how the receipt action should be handled."
|
870
|
+
msgstr ""
|
871
|
+
|
872
|
+
#. module: rma
|
873
|
+
#: model:ir.model.fields,help:rma.field_rma_operation__action_create_refund
|
874
|
+
msgid "Define how the refund action should be handled."
|
875
|
+
msgstr ""
|
876
|
+
|
782
877
|
#. module: rma
|
783
878
|
#: model_terms:ir.ui.view,arch_db:rma.rma_redelivery_wizard_view_form
|
784
879
|
msgid "Deliver"
|
@@ -804,6 +899,11 @@ msgstr "Quantità consegnata"
|
|
804
899
|
msgid "Delivery"
|
805
900
|
msgstr "Consegna"
|
806
901
|
|
902
|
+
#. module: rma
|
903
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__action_create_delivery
|
904
|
+
msgid "Delivery Action"
|
905
|
+
msgstr ""
|
906
|
+
|
807
907
|
#. module: rma
|
808
908
|
#: model:ir.model.fields,field_description:rma.field_rma__delivery_picking_count
|
809
909
|
msgid "Delivery count"
|
@@ -820,6 +920,13 @@ msgstr "Prenotazione consegna"
|
|
820
920
|
msgid "Description"
|
821
921
|
msgstr "Descrizione"
|
822
922
|
|
923
|
+
#. module: rma
|
924
|
+
#: model:ir.model.fields,field_description:rma.field_rma__different_return_product
|
925
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__different_return_product
|
926
|
+
#: model:ir.model.fields,field_description:rma.field_stock_return_picking_line__different_return_product
|
927
|
+
msgid "Different Return Product"
|
928
|
+
msgstr ""
|
929
|
+
|
823
930
|
#. module: rma
|
824
931
|
#: model:ir.model.fields,field_description:rma.field_rma__display_name
|
825
932
|
#: model:ir.model.fields,field_description:rma.field_rma_delivery_wizard__display_name
|
@@ -833,8 +940,11 @@ msgid "Display Name"
|
|
833
940
|
msgstr "Nome visualizzato"
|
834
941
|
|
835
942
|
#. module: rma
|
943
|
+
#. odoo-python
|
944
|
+
#: code:addons/rma/models/rma_operation.py:0
|
836
945
|
#: model:ir.model.fields.selection,name:rma.selection__rma__state__draft
|
837
946
|
#: model_terms:ir.ui.view,arch_db:rma.rma_view_search
|
947
|
+
#, python-format
|
838
948
|
msgid "Draft"
|
839
949
|
msgstr "Bozza"
|
840
950
|
|
@@ -896,6 +1006,13 @@ msgstr "l'Email sarà inviata al cliente una volta ricevuti i prodotti RMA."
|
|
896
1006
|
msgid "Email sent to the customer when they place an RMA from the portal"
|
897
1007
|
msgstr "l'Email sarà inviata al cliente quando si inserisce un RMA dal portale"
|
898
1008
|
|
1009
|
+
#. module: rma
|
1010
|
+
#: model:ir.model.fields,help:rma.field_rma_operation__auto_confirm_reception
|
1011
|
+
msgid ""
|
1012
|
+
"Enable this option to automatically confirm the reception when the RMA is "
|
1013
|
+
"confirmed."
|
1014
|
+
msgstr ""
|
1015
|
+
|
899
1016
|
#. module: rma
|
900
1017
|
#. odoo-python
|
901
1018
|
#: code:addons/rma/wizard/rma_split.py:0
|
@@ -1019,6 +1136,15 @@ msgstr "Icona"
|
|
1019
1136
|
msgid "Icon to indicate an exception activity."
|
1020
1137
|
msgstr "Icona per indicare un'attività eccezione."
|
1021
1138
|
|
1139
|
+
#. module: rma
|
1140
|
+
#: model:ir.model.fields,help:rma.field_rma__different_return_product
|
1141
|
+
#: model:ir.model.fields,help:rma.field_rma_operation__different_return_product
|
1142
|
+
#: model:ir.model.fields,help:rma.field_stock_return_picking_line__different_return_product
|
1143
|
+
msgid ""
|
1144
|
+
"If checked, allows the return of a product different from the one originally "
|
1145
|
+
"ordered. Used if the delivery is created automatically"
|
1146
|
+
msgstr ""
|
1147
|
+
|
1022
1148
|
#. module: rma
|
1023
1149
|
#: model:ir.model.fields,help:rma.field_rma__message_needaction
|
1024
1150
|
#: model:ir.model.fields,help:rma.field_rma_team__message_needaction
|
@@ -1176,6 +1302,19 @@ msgstr "Gestisci Autorizzazioni Reso Merce (RMA)."
|
|
1176
1302
|
msgid "Manager"
|
1177
1303
|
msgstr "Responsabile"
|
1178
1304
|
|
1305
|
+
#. module: rma
|
1306
|
+
#: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_delivery__manual_after_receipt
|
1307
|
+
#: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_refund__manual_after_receipt
|
1308
|
+
msgid "Manually After Receipt"
|
1309
|
+
msgstr ""
|
1310
|
+
|
1311
|
+
#. module: rma
|
1312
|
+
#: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_delivery__manual_on_confirm
|
1313
|
+
#: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_receipt__manual_on_confirm
|
1314
|
+
#: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_refund__manual_on_confirm
|
1315
|
+
msgid "Manually on Confirm"
|
1316
|
+
msgstr ""
|
1317
|
+
|
1179
1318
|
#. module: rma
|
1180
1319
|
#: model:ir.model.fields,field_description:rma.field_rma__message_has_error
|
1181
1320
|
#: model:ir.model.fields,field_description:rma.field_rma_team__message_has_error
|
@@ -1210,6 +1349,11 @@ msgstr "Nome"
|
|
1210
1349
|
msgid "New"
|
1211
1350
|
msgstr "Nuovo"
|
1212
1351
|
|
1352
|
+
#. module: rma
|
1353
|
+
#: model:ir.actions.act_window,name:rma.action_rma_form
|
1354
|
+
msgid "New RMA"
|
1355
|
+
msgstr ""
|
1356
|
+
|
1213
1357
|
#. module: rma
|
1214
1358
|
#: model:ir.model.fields,field_description:rma.field_rma__activity_date_deadline
|
1215
1359
|
msgid "Next Activity Deadline"
|
@@ -1273,6 +1417,12 @@ msgstr "Numero di messaggi con errore di consegna"
|
|
1273
1417
|
msgid "Operation"
|
1274
1418
|
msgstr "Operazione"
|
1275
1419
|
|
1420
|
+
#. module: rma
|
1421
|
+
#: model:ir.actions.act_window,name:rma.rma_operation_act_window
|
1422
|
+
#: model:ir.ui.menu,name:rma.rma_operation_menu
|
1423
|
+
msgid "Operations"
|
1424
|
+
msgstr ""
|
1425
|
+
|
1276
1426
|
#. module: rma
|
1277
1427
|
#: model:ir.model.fields,help:rma.field_rma_team__alias_force_thread_id
|
1278
1428
|
msgid ""
|
@@ -1309,6 +1459,11 @@ msgstr "Trasferimento originale"
|
|
1309
1459
|
msgid "Other Information"
|
1310
1460
|
msgstr "Altre informazioni"
|
1311
1461
|
|
1462
|
+
#. module: rma
|
1463
|
+
#: model:ir.ui.menu,name:rma.rma_dashboard_menu
|
1464
|
+
msgid "Overview"
|
1465
|
+
msgstr ""
|
1466
|
+
|
1312
1467
|
#. module: rma
|
1313
1468
|
#: model:ir.model.fields,field_description:rma.field_rma_team__alias_user_id
|
1314
1469
|
msgid "Owner"
|
@@ -1371,7 +1526,10 @@ msgid "Priority"
|
|
1371
1526
|
msgstr "Priorità"
|
1372
1527
|
|
1373
1528
|
#. module: rma
|
1529
|
+
#. odoo-python
|
1530
|
+
#: code:addons/rma/models/rma_operation.py:0
|
1374
1531
|
#: model_terms:ir.ui.view,arch_db:rma.rma_view_search
|
1532
|
+
#, python-format
|
1375
1533
|
msgid "Processed"
|
1376
1534
|
msgstr "Elaborato"
|
1377
1535
|
|
@@ -1392,6 +1550,13 @@ msgstr "Prodotto"
|
|
1392
1550
|
msgid "Product qty"
|
1393
1551
|
msgstr "Q.tà prodotto"
|
1394
1552
|
|
1553
|
+
#. module: rma
|
1554
|
+
#: model:ir.model.fields,help:rma.field_rma__return_product_id
|
1555
|
+
#: model:ir.model.fields,help:rma.field_stock_return_picking_line__return_product_id
|
1556
|
+
msgid ""
|
1557
|
+
"Product to be returned if it's different from the originally delivered item."
|
1558
|
+
msgstr ""
|
1559
|
+
|
1395
1560
|
#. module: rma
|
1396
1561
|
#: model:ir.model.fields,field_description:rma.field_rma_tag__is_public
|
1397
1562
|
msgid "Public Tag"
|
@@ -1442,6 +1607,7 @@ msgstr "Quantità da prelevare in un nuovo RMA."
|
|
1442
1607
|
#: model:ir.module.category,name:rma.rma_module_category
|
1443
1608
|
#: model:ir.ui.menu,name:rma.rma_menu
|
1444
1609
|
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
1610
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
1445
1611
|
#: model_terms:ir.ui.view,arch_db:rma.view_partner_form
|
1446
1612
|
#: model_terms:ir.ui.view,arch_db:rma.view_picking_form
|
1447
1613
|
msgid "RMA"
|
@@ -1553,6 +1719,11 @@ msgstr "Ordini RMA"
|
|
1553
1719
|
msgid "RMA Out Type"
|
1554
1720
|
msgstr "Tipo RMA in uscita"
|
1555
1721
|
|
1722
|
+
#. module: rma
|
1723
|
+
#: model:ir.actions.act_window,name:rma.rma_dashboard_action
|
1724
|
+
msgid "RMA Overview"
|
1725
|
+
msgstr ""
|
1726
|
+
|
1556
1727
|
#. module: rma
|
1557
1728
|
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
1558
1729
|
msgid "RMA Receipt Confirmation Email"
|
@@ -1697,7 +1868,10 @@ msgid "Reason Name"
|
|
1697
1868
|
msgstr "Nome causale"
|
1698
1869
|
|
1699
1870
|
#. module: rma
|
1871
|
+
#. odoo-python
|
1872
|
+
#: code:addons/rma/models/rma.py:0
|
1700
1873
|
#: model_terms:ir.ui.view,arch_db:rma.rma_view_form
|
1874
|
+
#, python-format
|
1701
1875
|
msgid "Receipt"
|
1702
1876
|
msgstr "Ricevuta"
|
1703
1877
|
|
@@ -1732,6 +1906,11 @@ msgstr "Riferimento del documento che ha generato questo RMA."
|
|
1732
1906
|
msgid "Refund"
|
1733
1907
|
msgstr "Rimborso"
|
1734
1908
|
|
1909
|
+
#. module: rma
|
1910
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__action_create_refund
|
1911
|
+
msgid "Refund Action"
|
1912
|
+
msgstr ""
|
1913
|
+
|
1735
1914
|
#. module: rma
|
1736
1915
|
#: model:ir.model.fields,field_description:rma.field_rma__refund_line_id
|
1737
1916
|
msgid "Refund Line"
|
@@ -1859,6 +2038,12 @@ msgstr "Prelievo di reso"
|
|
1859
2038
|
msgid "Return Picking Line"
|
1860
2039
|
msgstr "Riga prelievo di reso"
|
1861
2040
|
|
2041
|
+
#. module: rma
|
2042
|
+
#: model:ir.model.fields,field_description:rma.field_rma__return_product_id
|
2043
|
+
#: model:ir.model.fields,field_description:rma.field_stock_return_picking_line__return_product_id
|
2044
|
+
msgid "Return Product"
|
2045
|
+
msgstr ""
|
2046
|
+
|
1862
2047
|
#. module: rma
|
1863
2048
|
#: model:ir.actions.act_window,name:rma.rma_delivery_wizard_action
|
1864
2049
|
#: model:ir.model.fields.selection,name:rma.selection__rma_delivery_wizard__type__return
|
@@ -1990,6 +2175,7 @@ msgstr "Imposta a bozza"
|
|
1990
2175
|
#. module: rma
|
1991
2176
|
#: model:ir.actions.act_window,name:rma.action_rma_config_settings
|
1992
2177
|
#: model:ir.ui.menu,name:rma.menu_rma_general_settings
|
2178
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_form_view
|
1993
2179
|
msgid "Settings"
|
1994
2180
|
msgstr "Impostazioni"
|
1995
2181
|
|
@@ -2008,6 +2194,26 @@ msgstr "Indirizzo di spedizione"
|
|
2008
2194
|
msgid "Shipping address for current RMA."
|
2009
2195
|
msgstr "Indirizzo di spedizione per questo RMA."
|
2010
2196
|
|
2197
|
+
#. module: rma
|
2198
|
+
#: model:ir.model.fields,field_description:rma.field_rma__show_create_receipt
|
2199
|
+
msgid "Show Create Receipt Button"
|
2200
|
+
msgstr ""
|
2201
|
+
|
2202
|
+
#. module: rma
|
2203
|
+
#: model:ir.model.fields,field_description:rma.field_rma__show_create_return
|
2204
|
+
msgid "Show Create Return Button"
|
2205
|
+
msgstr ""
|
2206
|
+
|
2207
|
+
#. module: rma
|
2208
|
+
#: model:ir.model.fields,field_description:rma.field_rma__show_create_refund
|
2209
|
+
msgid "Show Create refund Button"
|
2210
|
+
msgstr ""
|
2211
|
+
|
2212
|
+
#. module: rma
|
2213
|
+
#: model:ir.model.fields,field_description:rma.field_rma__show_create_replace
|
2214
|
+
msgid "Show Create replace Button"
|
2215
|
+
msgstr ""
|
2216
|
+
|
2011
2217
|
#. module: rma
|
2012
2218
|
#: model:ir.model.fields,field_description:rma.field_rma__origin
|
2013
2219
|
msgid "Source Document"
|
@@ -2108,6 +2314,13 @@ msgstr "Membri del team"
|
|
2108
2314
|
msgid "That operation name already exists !"
|
2109
2315
|
msgstr "Questo nome operazione esiste già!"
|
2110
2316
|
|
2317
|
+
#. module: rma
|
2318
|
+
#: model_terms:ir.actions.act_window,help:rma.rma_dashboard_action
|
2319
|
+
msgid ""
|
2320
|
+
"The RMA operation system allows you to configure each return operation\n"
|
2321
|
+
" with specific settings that will adjust its behavior."
|
2322
|
+
msgstr ""
|
2323
|
+
|
2111
2324
|
#. module: rma
|
2112
2325
|
#: model:ir.model.fields,help:rma.field_rma_tag__active
|
2113
2326
|
msgid "The active field allows you to hide the category without removing it."
|
@@ -2166,6 +2379,15 @@ msgstr ""
|
|
2166
2379
|
msgid "The quantity to return is greater than remaining quantity."
|
2167
2380
|
msgstr "La quantità da restituire è maggiore della quantità restante."
|
2168
2381
|
|
2382
|
+
#. module: rma
|
2383
|
+
#. odoo-python
|
2384
|
+
#: code:addons/rma/models/rma.py:0
|
2385
|
+
#, python-format
|
2386
|
+
msgid ""
|
2387
|
+
"The selected operation requires a return product different from the "
|
2388
|
+
"originally delivered item. Please select the product to return."
|
2389
|
+
msgstr ""
|
2390
|
+
|
2169
2391
|
#. module: rma
|
2170
2392
|
#: model:ir.model.fields,help:rma.field_rma_tag__is_public
|
2171
2393
|
msgid "The tag is visible in the portal view"
|
@@ -2255,6 +2477,11 @@ msgstr "RMA non completati"
|
|
2255
2477
|
msgid "UoM"
|
2256
2478
|
msgstr "UdM"
|
2257
2479
|
|
2480
|
+
#. module: rma
|
2481
|
+
#: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_refund__update_quantity
|
2482
|
+
msgid "Update Quantities"
|
2483
|
+
msgstr ""
|
2484
|
+
|
2258
2485
|
#. module: rma
|
2259
2486
|
#: model:ir.model.fields.selection,name:rma.selection__rma__priority__1
|
2260
2487
|
msgid "Urgent"
|