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.
@@ -128,6 +128,13 @@ msgstr ""
128
128
  "<i class=\"fa fa-download\" role=\"img\" aria-label=\"Download\" "
129
129
  "title=\"Download\"/>"
130
130
 
131
+ #. module: rma
132
+ #: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
133
+ msgid ""
134
+ "<i class=\"fa fa-ellipsis-v\" role=\"img\" aria-label=\"Manage\" "
135
+ "title=\"Manage\"/>"
136
+ msgstr ""
137
+
131
138
  #. module: rma
132
139
  #: model_terms:ir.ui.view,arch_db:rma.portal_rma_page
133
140
  msgid ""
@@ -243,6 +250,26 @@ msgid ""
243
250
  "specific.\" groups=\"base.group_multi_company\"/>"
244
251
  msgstr ""
245
252
 
253
+ #. module: rma
254
+ #: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
255
+ msgid "<span>Awaiting action</span>"
256
+ msgstr ""
257
+
258
+ #. module: rma
259
+ #: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
260
+ msgid "<span>Draft</span>"
261
+ msgstr ""
262
+
263
+ #. module: rma
264
+ #: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
265
+ msgid "<span>New</span>"
266
+ msgstr ""
267
+
268
+ #. module: rma
269
+ #: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
270
+ msgid "<span>Processed</span>"
271
+ msgstr ""
272
+
246
273
  #. module: rma
247
274
  #: model_terms:ir.ui.view,arch_db:rma.portal_rma_page
248
275
  msgid "<strong class=\"d-block mb-1\">Delivery</strong>"
@@ -447,13 +474,34 @@ msgstr "tem certeza que quer cancelar este RMA"
447
474
  msgid "Attachment Count"
448
475
  msgstr "Contagem de Anexos"
449
476
 
477
+ #. module: rma
478
+ #: model:ir.model.fields,field_description:rma.field_rma_operation__auto_confirm_reception
479
+ msgid "Auto Confirm Reception"
480
+ msgstr ""
481
+
482
+ #. module: rma
483
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_delivery__automatic_after_receipt
484
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_refund__automatic_after_receipt
485
+ msgid "Automatically After Receipt"
486
+ msgstr ""
487
+
488
+ #. module: rma
489
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_delivery__automatic_on_confirm
490
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_receipt__automatic_on_confirm
491
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_refund__automatic_on_confirm
492
+ msgid "Automatically on Confirm"
493
+ msgstr ""
494
+
450
495
  #. module: rma
451
496
  #: model_terms:ir.ui.view,arch_db:rma.rma_team_view_form
452
497
  msgid "Avatar"
453
498
  msgstr "Avatar"
454
499
 
455
500
  #. module: rma
501
+ #. odoo-python
502
+ #: code:addons/rma/models/rma_operation.py:0
456
503
  #: model_terms:ir.ui.view,arch_db:rma.rma_view_search
504
+ #, python-format
457
505
  msgid "Awaiting Action"
458
506
  msgstr ""
459
507
 
@@ -521,6 +569,11 @@ msgstr "Clique para adicionar um novo RMA."
521
569
  msgid "Closed"
522
570
  msgstr ""
523
571
 
572
+ #. module: rma
573
+ #: model:ir.model.fields,field_description:rma.field_rma_operation__color
574
+ msgid "Color"
575
+ msgstr ""
576
+
524
577
  #. module: rma
525
578
  #: model:ir.model.fields,field_description:rma.field_rma_tag__color
526
579
  msgid "Color Index"
@@ -555,6 +608,7 @@ msgstr ""
555
608
 
556
609
  #. module: rma
557
610
  #: model:ir.ui.menu,name:rma.rma_configuration_menu
611
+ #: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
558
612
  msgid "Configuration"
559
613
  msgstr "Configuração"
560
614
 
@@ -583,16 +637,42 @@ msgid ""
583
637
  "same category. The conversion will be made based on the ratios."
584
638
  msgstr ""
585
639
 
640
+ #. module: rma
641
+ #: model:ir.model.fields,field_description:rma.field_rma_operation__count_rma_awaiting_action
642
+ msgid "Count Rma Awaiting Action"
643
+ msgstr ""
644
+
645
+ #. module: rma
646
+ #: model:ir.model.fields,field_description:rma.field_rma_operation__count_rma_draft
647
+ msgid "Count Rma Draft"
648
+ msgstr ""
649
+
650
+ #. module: rma
651
+ #: model:ir.model.fields,field_description:rma.field_rma_operation__count_rma_processed
652
+ msgid "Count Rma Processed"
653
+ msgstr ""
654
+
586
655
  #. module: rma
587
656
  #: model:ir.model.fields,field_description:rma.field_stock_return_picking__create_rma
588
657
  msgid "Create RMAs"
589
658
  msgstr "Criar RMAs"
590
659
 
660
+ #. module: rma
661
+ #: model:ir.model.fields,field_description:rma.field_rma_operation__action_create_receipt
662
+ #: model_terms:ir.ui.view,arch_db:rma.rma_view_form
663
+ msgid "Create Receipt"
664
+ msgstr ""
665
+
591
666
  #. module: rma
592
667
  #: model_terms:ir.actions.act_window,help:rma.action_rma_finalization
593
668
  msgid "Create a new RMA finalization"
594
669
  msgstr ""
595
670
 
671
+ #. module: rma
672
+ #: model_terms:ir.actions.act_window,help:rma.rma_dashboard_action
673
+ msgid "Create a new RMA operation"
674
+ msgstr ""
675
+
596
676
  #. module: rma
597
677
  #: model_terms:ir.actions.act_window,help:rma.action_rma_tag
598
678
  msgid "Create a new RMA tag"
@@ -666,6 +746,21 @@ msgstr "Prazo Final"
666
746
  msgid "Default Values"
667
747
  msgstr "Valores Padrão"
668
748
 
749
+ #. module: rma
750
+ #: model:ir.model.fields,help:rma.field_rma_operation__action_create_delivery
751
+ msgid "Define how the delivery action should be handled."
752
+ msgstr ""
753
+
754
+ #. module: rma
755
+ #: model:ir.model.fields,help:rma.field_rma_operation__action_create_receipt
756
+ msgid "Define how the receipt action should be handled."
757
+ msgstr ""
758
+
759
+ #. module: rma
760
+ #: model:ir.model.fields,help:rma.field_rma_operation__action_create_refund
761
+ msgid "Define how the refund action should be handled."
762
+ msgstr ""
763
+
669
764
  #. module: rma
670
765
  #: model_terms:ir.ui.view,arch_db:rma.rma_redelivery_wizard_view_form
671
766
  msgid "Deliver"
@@ -691,6 +786,11 @@ msgstr ""
691
786
  msgid "Delivery"
692
787
  msgstr "Entrega"
693
788
 
789
+ #. module: rma
790
+ #: model:ir.model.fields,field_description:rma.field_rma_operation__action_create_delivery
791
+ msgid "Delivery Action"
792
+ msgstr ""
793
+
694
794
  #. module: rma
695
795
  #: model:ir.model.fields,field_description:rma.field_rma__delivery_picking_count
696
796
  msgid "Delivery count"
@@ -707,6 +807,13 @@ msgstr "Reserva de Entrega"
707
807
  msgid "Description"
708
808
  msgstr "Descrição"
709
809
 
810
+ #. module: rma
811
+ #: model:ir.model.fields,field_description:rma.field_rma__different_return_product
812
+ #: model:ir.model.fields,field_description:rma.field_rma_operation__different_return_product
813
+ #: model:ir.model.fields,field_description:rma.field_stock_return_picking_line__different_return_product
814
+ msgid "Different Return Product"
815
+ msgstr ""
816
+
710
817
  #. module: rma
711
818
  #: model:ir.model.fields,field_description:rma.field_rma__display_name
712
819
  #: model:ir.model.fields,field_description:rma.field_rma_delivery_wizard__display_name
@@ -720,8 +827,11 @@ msgid "Display Name"
720
827
  msgstr "Exibir Nome"
721
828
 
722
829
  #. module: rma
830
+ #. odoo-python
831
+ #: code:addons/rma/models/rma_operation.py:0
723
832
  #: model:ir.model.fields.selection,name:rma.selection__rma__state__draft
724
833
  #: model_terms:ir.ui.view,arch_db:rma.rma_view_search
834
+ #, python-format
725
835
  msgid "Draft"
726
836
  msgstr "Rascunho"
727
837
 
@@ -782,6 +892,13 @@ msgstr ""
782
892
  msgid "Email sent to the customer when they place an RMA from the portal"
783
893
  msgstr ""
784
894
 
895
+ #. module: rma
896
+ #: model:ir.model.fields,help:rma.field_rma_operation__auto_confirm_reception
897
+ msgid ""
898
+ "Enable this option to automatically confirm the reception when the RMA is "
899
+ "confirmed."
900
+ msgstr ""
901
+
785
902
  #. module: rma
786
903
  #. odoo-python
787
904
  #: code:addons/rma/wizard/rma_split.py:0
@@ -905,6 +1022,15 @@ msgstr ""
905
1022
  msgid "Icon to indicate an exception activity."
906
1023
  msgstr ""
907
1024
 
1025
+ #. module: rma
1026
+ #: model:ir.model.fields,help:rma.field_rma__different_return_product
1027
+ #: model:ir.model.fields,help:rma.field_rma_operation__different_return_product
1028
+ #: model:ir.model.fields,help:rma.field_stock_return_picking_line__different_return_product
1029
+ msgid ""
1030
+ "If checked, allows the return of a product different from the one originally "
1031
+ "ordered. Used if the delivery is created automatically"
1032
+ msgstr ""
1033
+
908
1034
  #. module: rma
909
1035
  #: model:ir.model.fields,help:rma.field_rma__message_needaction
910
1036
  #: model:ir.model.fields,help:rma.field_rma_team__message_needaction
@@ -1056,6 +1182,19 @@ msgstr "Gerenciar Autorizações de Devolução de Mercadoria (RMAs)."
1056
1182
  msgid "Manager"
1057
1183
  msgstr "Gerente"
1058
1184
 
1185
+ #. module: rma
1186
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_delivery__manual_after_receipt
1187
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_refund__manual_after_receipt
1188
+ msgid "Manually After Receipt"
1189
+ msgstr ""
1190
+
1191
+ #. module: rma
1192
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_delivery__manual_on_confirm
1193
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_receipt__manual_on_confirm
1194
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_refund__manual_on_confirm
1195
+ msgid "Manually on Confirm"
1196
+ msgstr ""
1197
+
1059
1198
  #. module: rma
1060
1199
  #: model:ir.model.fields,field_description:rma.field_rma__message_has_error
1061
1200
  #: model:ir.model.fields,field_description:rma.field_rma_team__message_has_error
@@ -1090,6 +1229,11 @@ msgstr "Nome"
1090
1229
  msgid "New"
1091
1230
  msgstr "Novo(a)"
1092
1231
 
1232
+ #. module: rma
1233
+ #: model:ir.actions.act_window,name:rma.action_rma_form
1234
+ msgid "New RMA"
1235
+ msgstr ""
1236
+
1093
1237
  #. module: rma
1094
1238
  #: model:ir.model.fields,field_description:rma.field_rma__activity_date_deadline
1095
1239
  msgid "Next Activity Deadline"
@@ -1153,6 +1297,12 @@ msgstr "Número de Mensagens com Erro de Entrega"
1153
1297
  msgid "Operation"
1154
1298
  msgstr ""
1155
1299
 
1300
+ #. module: rma
1301
+ #: model:ir.actions.act_window,name:rma.rma_operation_act_window
1302
+ #: model:ir.ui.menu,name:rma.rma_operation_menu
1303
+ msgid "Operations"
1304
+ msgstr ""
1305
+
1156
1306
  #. module: rma
1157
1307
  #: model:ir.model.fields,help:rma.field_rma_team__alias_force_thread_id
1158
1308
  msgid ""
@@ -1189,6 +1339,11 @@ msgstr "Origem da Movimentação"
1189
1339
  msgid "Other Information"
1190
1340
  msgstr "Outra Informação"
1191
1341
 
1342
+ #. module: rma
1343
+ #: model:ir.ui.menu,name:rma.rma_dashboard_menu
1344
+ msgid "Overview"
1345
+ msgstr ""
1346
+
1192
1347
  #. module: rma
1193
1348
  #: model:ir.model.fields,field_description:rma.field_rma_team__alias_user_id
1194
1349
  msgid "Owner"
@@ -1251,7 +1406,10 @@ msgid "Priority"
1251
1406
  msgstr "Prioridade"
1252
1407
 
1253
1408
  #. module: rma
1409
+ #. odoo-python
1410
+ #: code:addons/rma/models/rma_operation.py:0
1254
1411
  #: model_terms:ir.ui.view,arch_db:rma.rma_view_search
1412
+ #, python-format
1255
1413
  msgid "Processed"
1256
1414
  msgstr ""
1257
1415
 
@@ -1272,6 +1430,13 @@ msgstr "Produto"
1272
1430
  msgid "Product qty"
1273
1431
  msgstr "Quantidade de Produto"
1274
1432
 
1433
+ #. module: rma
1434
+ #: model:ir.model.fields,help:rma.field_rma__return_product_id
1435
+ #: model:ir.model.fields,help:rma.field_stock_return_picking_line__return_product_id
1436
+ msgid ""
1437
+ "Product to be returned if it's different from the originally delivered item."
1438
+ msgstr ""
1439
+
1275
1440
  #. module: rma
1276
1441
  #: model:ir.model.fields,field_description:rma.field_rma_tag__is_public
1277
1442
  msgid "Public Tag"
@@ -1320,6 +1485,7 @@ msgstr "Quantidade a extrair para um novo RMA."
1320
1485
  #: model:ir.module.category,name:rma.rma_module_category
1321
1486
  #: model:ir.ui.menu,name:rma.rma_menu
1322
1487
  #: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
1488
+ #: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
1323
1489
  #: model_terms:ir.ui.view,arch_db:rma.view_partner_form
1324
1490
  #: model_terms:ir.ui.view,arch_db:rma.view_picking_form
1325
1491
  msgid "RMA"
@@ -1431,6 +1597,11 @@ msgstr "Pedidos RMA"
1431
1597
  msgid "RMA Out Type"
1432
1598
  msgstr "Tipo Saída RMA"
1433
1599
 
1600
+ #. module: rma
1601
+ #: model:ir.actions.act_window,name:rma.rma_dashboard_action
1602
+ msgid "RMA Overview"
1603
+ msgstr ""
1604
+
1434
1605
  #. module: rma
1435
1606
  #: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
1436
1607
  msgid "RMA Receipt Confirmation Email"
@@ -1575,7 +1746,10 @@ msgid "Reason Name"
1575
1746
  msgstr ""
1576
1747
 
1577
1748
  #. module: rma
1749
+ #. odoo-python
1750
+ #: code:addons/rma/models/rma.py:0
1578
1751
  #: model_terms:ir.ui.view,arch_db:rma.rma_view_form
1752
+ #, python-format
1579
1753
  msgid "Receipt"
1580
1754
  msgstr "Recebimento"
1581
1755
 
@@ -1610,6 +1784,11 @@ msgstr "Referência do documento que gerou este RMA."
1610
1784
  msgid "Refund"
1611
1785
  msgstr "Restituição"
1612
1786
 
1787
+ #. module: rma
1788
+ #: model:ir.model.fields,field_description:rma.field_rma_operation__action_create_refund
1789
+ msgid "Refund Action"
1790
+ msgstr ""
1791
+
1613
1792
  #. module: rma
1614
1793
  #: model:ir.model.fields,field_description:rma.field_rma__refund_line_id
1615
1794
  msgid "Refund Line"
@@ -1729,6 +1908,12 @@ msgstr "Retorno de Coleta"
1729
1908
  msgid "Return Picking Line"
1730
1909
  msgstr ""
1731
1910
 
1911
+ #. module: rma
1912
+ #: model:ir.model.fields,field_description:rma.field_rma__return_product_id
1913
+ #: model:ir.model.fields,field_description:rma.field_stock_return_picking_line__return_product_id
1914
+ msgid "Return Product"
1915
+ msgstr ""
1916
+
1732
1917
  #. module: rma
1733
1918
  #: model:ir.actions.act_window,name:rma.rma_delivery_wizard_action
1734
1919
  #: model:ir.model.fields.selection,name:rma.selection__rma_delivery_wizard__type__return
@@ -1857,6 +2042,7 @@ msgstr "Marcado como Rascunho"
1857
2042
  #. module: rma
1858
2043
  #: model:ir.actions.act_window,name:rma.action_rma_config_settings
1859
2044
  #: model:ir.ui.menu,name:rma.menu_rma_general_settings
2045
+ #: model_terms:ir.ui.view,arch_db:rma.rma_operation_form_view
1860
2046
  msgid "Settings"
1861
2047
  msgstr ""
1862
2048
 
@@ -1875,6 +2061,26 @@ msgstr ""
1875
2061
  msgid "Shipping address for current RMA."
1876
2062
  msgstr ""
1877
2063
 
2064
+ #. module: rma
2065
+ #: model:ir.model.fields,field_description:rma.field_rma__show_create_receipt
2066
+ msgid "Show Create Receipt Button"
2067
+ msgstr ""
2068
+
2069
+ #. module: rma
2070
+ #: model:ir.model.fields,field_description:rma.field_rma__show_create_return
2071
+ msgid "Show Create Return Button"
2072
+ msgstr ""
2073
+
2074
+ #. module: rma
2075
+ #: model:ir.model.fields,field_description:rma.field_rma__show_create_refund
2076
+ msgid "Show Create refund Button"
2077
+ msgstr ""
2078
+
2079
+ #. module: rma
2080
+ #: model:ir.model.fields,field_description:rma.field_rma__show_create_replace
2081
+ msgid "Show Create replace Button"
2082
+ msgstr ""
2083
+
1878
2084
  #. module: rma
1879
2085
  #: model:ir.model.fields,field_description:rma.field_rma__origin
1880
2086
  msgid "Source Document"
@@ -1973,6 +2179,13 @@ msgstr "Membros da Equipe"
1973
2179
  msgid "That operation name already exists !"
1974
2180
  msgstr "Esse nome de operação já existe!"
1975
2181
 
2182
+ #. module: rma
2183
+ #: model_terms:ir.actions.act_window,help:rma.rma_dashboard_action
2184
+ msgid ""
2185
+ "The RMA operation system allows you to configure each return operation\n"
2186
+ " with specific settings that will adjust its behavior."
2187
+ msgstr ""
2188
+
1976
2189
  #. module: rma
1977
2190
  #: model:ir.model.fields,help:rma.field_rma_tag__active
1978
2191
  msgid "The active field allows you to hide the category without removing it."
@@ -2027,6 +2240,15 @@ msgstr ""
2027
2240
  msgid "The quantity to return is greater than remaining quantity."
2028
2241
  msgstr "A quantidade a retornar é maior que a quantidade restante."
2029
2242
 
2243
+ #. module: rma
2244
+ #. odoo-python
2245
+ #: code:addons/rma/models/rma.py:0
2246
+ #, python-format
2247
+ msgid ""
2248
+ "The selected operation requires a return product different from the "
2249
+ "originally delivered item. Please select the product to return."
2250
+ msgstr ""
2251
+
2030
2252
  #. module: rma
2031
2253
  #: model:ir.model.fields,help:rma.field_rma_tag__is_public
2032
2254
  msgid "The tag is visible in the portal view"
@@ -2116,6 +2338,11 @@ msgstr ""
2116
2338
  msgid "UoM"
2117
2339
  msgstr "Unidade de Medida"
2118
2340
 
2341
+ #. module: rma
2342
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_refund__update_quantity
2343
+ msgid "Update Quantities"
2344
+ msgstr ""
2345
+
2119
2346
  #. module: rma
2120
2347
  #: model:ir.model.fields.selection,name:rma.selection__rma__priority__1
2121
2348
  msgid "Urgent"
@@ -453,6 +453,24 @@ msgstr ""
453
453
  msgid "Attachment Count"
454
454
  msgstr ""
455
455
 
456
+ #. module: rma
457
+ #: model:ir.model.fields,field_description:rma.field_rma_operation__auto_confirm_reception
458
+ msgid "Auto Confirm Reception"
459
+ msgstr ""
460
+
461
+ #. module: rma
462
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_delivery__automatic_after_receipt
463
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_refund__automatic_after_receipt
464
+ msgid "Automatically After Receipt"
465
+ msgstr ""
466
+
467
+ #. module: rma
468
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_delivery__automatic_on_confirm
469
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_receipt__automatic_on_confirm
470
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_refund__automatic_on_confirm
471
+ msgid "Automatically on Confirm"
472
+ msgstr ""
473
+
456
474
  #. module: rma
457
475
  #: model_terms:ir.ui.view,arch_db:rma.rma_team_view_form
458
476
  msgid "Avatar"
@@ -618,6 +636,12 @@ msgstr ""
618
636
  msgid "Create RMAs"
619
637
  msgstr ""
620
638
 
639
+ #. module: rma
640
+ #: model:ir.model.fields,field_description:rma.field_rma_operation__action_create_receipt
641
+ #: model_terms:ir.ui.view,arch_db:rma.rma_view_form
642
+ msgid "Create Receipt"
643
+ msgstr ""
644
+
621
645
  #. module: rma
622
646
  #: model_terms:ir.actions.act_window,help:rma.action_rma_finalization
623
647
  msgid "Create a new RMA finalization"
@@ -701,6 +725,21 @@ msgstr ""
701
725
  msgid "Default Values"
702
726
  msgstr ""
703
727
 
728
+ #. module: rma
729
+ #: model:ir.model.fields,help:rma.field_rma_operation__action_create_delivery
730
+ msgid "Define how the delivery action should be handled."
731
+ msgstr ""
732
+
733
+ #. module: rma
734
+ #: model:ir.model.fields,help:rma.field_rma_operation__action_create_receipt
735
+ msgid "Define how the receipt action should be handled."
736
+ msgstr ""
737
+
738
+ #. module: rma
739
+ #: model:ir.model.fields,help:rma.field_rma_operation__action_create_refund
740
+ msgid "Define how the refund action should be handled."
741
+ msgstr ""
742
+
704
743
  #. module: rma
705
744
  #: model_terms:ir.ui.view,arch_db:rma.rma_redelivery_wizard_view_form
706
745
  msgid "Deliver"
@@ -726,6 +765,11 @@ msgstr ""
726
765
  msgid "Delivery"
727
766
  msgstr ""
728
767
 
768
+ #. module: rma
769
+ #: model:ir.model.fields,field_description:rma.field_rma_operation__action_create_delivery
770
+ msgid "Delivery Action"
771
+ msgstr ""
772
+
729
773
  #. module: rma
730
774
  #: model:ir.model.fields,field_description:rma.field_rma__delivery_picking_count
731
775
  msgid "Delivery count"
@@ -742,6 +786,13 @@ msgstr ""
742
786
  msgid "Description"
743
787
  msgstr ""
744
788
 
789
+ #. module: rma
790
+ #: model:ir.model.fields,field_description:rma.field_rma__different_return_product
791
+ #: model:ir.model.fields,field_description:rma.field_rma_operation__different_return_product
792
+ #: model:ir.model.fields,field_description:rma.field_stock_return_picking_line__different_return_product
793
+ msgid "Different Return Product"
794
+ msgstr ""
795
+
745
796
  #. module: rma
746
797
  #: model:ir.model.fields,field_description:rma.field_rma__display_name
747
798
  #: model:ir.model.fields,field_description:rma.field_rma_delivery_wizard__display_name
@@ -820,6 +871,13 @@ msgstr ""
820
871
  msgid "Email sent to the customer when they place an RMA from the portal"
821
872
  msgstr ""
822
873
 
874
+ #. module: rma
875
+ #: model:ir.model.fields,help:rma.field_rma_operation__auto_confirm_reception
876
+ msgid ""
877
+ "Enable this option to automatically confirm the reception when the RMA is "
878
+ "confirmed."
879
+ msgstr ""
880
+
823
881
  #. module: rma
824
882
  #. odoo-python
825
883
  #: code:addons/rma/wizard/rma_split.py:0
@@ -941,6 +999,15 @@ msgstr ""
941
999
  msgid "Icon to indicate an exception activity."
942
1000
  msgstr ""
943
1001
 
1002
+ #. module: rma
1003
+ #: model:ir.model.fields,help:rma.field_rma__different_return_product
1004
+ #: model:ir.model.fields,help:rma.field_rma_operation__different_return_product
1005
+ #: model:ir.model.fields,help:rma.field_stock_return_picking_line__different_return_product
1006
+ msgid ""
1007
+ "If checked, allows the return of a product different from the one originally"
1008
+ " ordered. Used if the delivery is created automatically"
1009
+ msgstr ""
1010
+
944
1011
  #. module: rma
945
1012
  #: model:ir.model.fields,help:rma.field_rma__message_needaction
946
1013
  #: model:ir.model.fields,help:rma.field_rma_team__message_needaction
@@ -1090,6 +1157,19 @@ msgstr ""
1090
1157
  msgid "Manager"
1091
1158
  msgstr ""
1092
1159
 
1160
+ #. module: rma
1161
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_delivery__manual_after_receipt
1162
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_refund__manual_after_receipt
1163
+ msgid "Manually After Receipt"
1164
+ msgstr ""
1165
+
1166
+ #. module: rma
1167
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_delivery__manual_on_confirm
1168
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_receipt__manual_on_confirm
1169
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_refund__manual_on_confirm
1170
+ msgid "Manually on Confirm"
1171
+ msgstr ""
1172
+
1093
1173
  #. module: rma
1094
1174
  #: model:ir.model.fields,field_description:rma.field_rma__message_has_error
1095
1175
  #: model:ir.model.fields,field_description:rma.field_rma_team__message_has_error
@@ -1193,6 +1273,12 @@ msgstr ""
1193
1273
  msgid "Operation"
1194
1274
  msgstr ""
1195
1275
 
1276
+ #. module: rma
1277
+ #: model:ir.actions.act_window,name:rma.rma_operation_act_window
1278
+ #: model:ir.ui.menu,name:rma.rma_operation_menu
1279
+ msgid "Operations"
1280
+ msgstr ""
1281
+
1196
1282
  #. module: rma
1197
1283
  #: model:ir.model.fields,help:rma.field_rma_team__alias_force_thread_id
1198
1284
  msgid ""
@@ -1308,6 +1394,13 @@ msgstr ""
1308
1394
  msgid "Product qty"
1309
1395
  msgstr ""
1310
1396
 
1397
+ #. module: rma
1398
+ #: model:ir.model.fields,help:rma.field_rma__return_product_id
1399
+ #: model:ir.model.fields,help:rma.field_stock_return_picking_line__return_product_id
1400
+ msgid ""
1401
+ "Product to be returned if it's different from the originally delivered item."
1402
+ msgstr ""
1403
+
1311
1404
  #. module: rma
1312
1405
  #: model:ir.model.fields,field_description:rma.field_rma_tag__is_public
1313
1406
  msgid "Public Tag"
@@ -1617,7 +1710,10 @@ msgid "Reason Name"
1617
1710
  msgstr ""
1618
1711
 
1619
1712
  #. module: rma
1713
+ #. odoo-python
1714
+ #: code:addons/rma/models/rma.py:0
1620
1715
  #: model_terms:ir.ui.view,arch_db:rma.rma_view_form
1716
+ #, python-format
1621
1717
  msgid "Receipt"
1622
1718
  msgstr ""
1623
1719
 
@@ -1652,6 +1748,11 @@ msgstr ""
1652
1748
  msgid "Refund"
1653
1749
  msgstr ""
1654
1750
 
1751
+ #. module: rma
1752
+ #: model:ir.model.fields,field_description:rma.field_rma_operation__action_create_refund
1753
+ msgid "Refund Action"
1754
+ msgstr ""
1755
+
1655
1756
  #. module: rma
1656
1757
  #: model:ir.model.fields,field_description:rma.field_rma__refund_line_id
1657
1758
  msgid "Refund Line"
@@ -1771,6 +1872,12 @@ msgstr ""
1771
1872
  msgid "Return Picking Line"
1772
1873
  msgstr ""
1773
1874
 
1875
+ #. module: rma
1876
+ #: model:ir.model.fields,field_description:rma.field_rma__return_product_id
1877
+ #: model:ir.model.fields,field_description:rma.field_stock_return_picking_line__return_product_id
1878
+ msgid "Return Product"
1879
+ msgstr ""
1880
+
1774
1881
  #. module: rma
1775
1882
  #: model:ir.actions.act_window,name:rma.rma_delivery_wizard_action
1776
1883
  #: model:ir.model.fields.selection,name:rma.selection__rma_delivery_wizard__type__return
@@ -1899,6 +2006,7 @@ msgstr ""
1899
2006
  #. module: rma
1900
2007
  #: model:ir.actions.act_window,name:rma.action_rma_config_settings
1901
2008
  #: model:ir.ui.menu,name:rma.menu_rma_general_settings
2009
+ #: model_terms:ir.ui.view,arch_db:rma.rma_operation_form_view
1902
2010
  msgid "Settings"
1903
2011
  msgstr ""
1904
2012
 
@@ -1917,6 +2025,26 @@ msgstr ""
1917
2025
  msgid "Shipping address for current RMA."
1918
2026
  msgstr ""
1919
2027
 
2028
+ #. module: rma
2029
+ #: model:ir.model.fields,field_description:rma.field_rma__show_create_receipt
2030
+ msgid "Show Create Receipt Button"
2031
+ msgstr ""
2032
+
2033
+ #. module: rma
2034
+ #: model:ir.model.fields,field_description:rma.field_rma__show_create_return
2035
+ msgid "Show Create Return Button"
2036
+ msgstr ""
2037
+
2038
+ #. module: rma
2039
+ #: model:ir.model.fields,field_description:rma.field_rma__show_create_refund
2040
+ msgid "Show Create refund Button"
2041
+ msgstr ""
2042
+
2043
+ #. module: rma
2044
+ #: model:ir.model.fields,field_description:rma.field_rma__show_create_replace
2045
+ msgid "Show Create replace Button"
2046
+ msgstr ""
2047
+
1920
2048
  #. module: rma
1921
2049
  #: model:ir.model.fields,field_description:rma.field_rma__origin
1922
2050
  msgid "Source Document"
@@ -2063,6 +2191,15 @@ msgstr ""
2063
2191
  msgid "The quantity to return is greater than remaining quantity."
2064
2192
  msgstr ""
2065
2193
 
2194
+ #. module: rma
2195
+ #. odoo-python
2196
+ #: code:addons/rma/models/rma.py:0
2197
+ #, python-format
2198
+ msgid ""
2199
+ "The selected operation requires a return product different from the "
2200
+ "originally delivered item. Please select the product to return."
2201
+ msgstr ""
2202
+
2066
2203
  #. module: rma
2067
2204
  #: model:ir.model.fields,help:rma.field_rma_tag__is_public
2068
2205
  msgid "The tag is visible in the portal view"
@@ -2150,6 +2287,11 @@ msgstr ""
2150
2287
  msgid "UoM"
2151
2288
  msgstr ""
2152
2289
 
2290
+ #. module: rma
2291
+ #: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_refund__update_quantity
2292
+ msgid "Update Quantities"
2293
+ msgstr ""
2294
+
2153
2295
  #. module: rma
2154
2296
  #: model:ir.model.fields.selection,name:rma.selection__rma__priority__1
2155
2297
  msgid "Urgent"