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/pt.po
CHANGED
@@ -127,6 +127,13 @@ msgstr ""
|
|
127
127
|
"<i class=\"fa fa-download\" role=\"img\" aria-label=\"Download\" "
|
128
128
|
"title=\"Download\"/>"
|
129
129
|
|
130
|
+
#. module: rma
|
131
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
132
|
+
msgid ""
|
133
|
+
"<i class=\"fa fa-ellipsis-v\" role=\"img\" aria-label=\"Manage\" "
|
134
|
+
"title=\"Manage\"/>"
|
135
|
+
msgstr ""
|
136
|
+
|
130
137
|
#. module: rma
|
131
138
|
#: model_terms:ir.ui.view,arch_db:rma.portal_rma_page
|
132
139
|
msgid ""
|
@@ -244,6 +251,26 @@ msgstr ""
|
|
244
251
|
"<span class=\"fa fa-lg fa-building-o\" title=\"Estes valores são específicos "
|
245
252
|
"por empresa.\" groups=\"base.group_multi_company\"/>"
|
246
253
|
|
254
|
+
#. module: rma
|
255
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
256
|
+
msgid "<span>Awaiting action</span>"
|
257
|
+
msgstr ""
|
258
|
+
|
259
|
+
#. module: rma
|
260
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
261
|
+
msgid "<span>Draft</span>"
|
262
|
+
msgstr ""
|
263
|
+
|
264
|
+
#. module: rma
|
265
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
266
|
+
msgid "<span>New</span>"
|
267
|
+
msgstr ""
|
268
|
+
|
269
|
+
#. module: rma
|
270
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
271
|
+
msgid "<span>Processed</span>"
|
272
|
+
msgstr ""
|
273
|
+
|
247
274
|
#. module: rma
|
248
275
|
#: model_terms:ir.ui.view,arch_db:rma.portal_rma_page
|
249
276
|
msgid "<strong class=\"d-block mb-1\">Delivery</strong>"
|
@@ -448,13 +475,34 @@ msgstr "Tem a certeza de que quer cancelar esta RMA"
|
|
448
475
|
msgid "Attachment Count"
|
449
476
|
msgstr "Número de Anexos"
|
450
477
|
|
478
|
+
#. module: rma
|
479
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__auto_confirm_reception
|
480
|
+
msgid "Auto Confirm Reception"
|
481
|
+
msgstr ""
|
482
|
+
|
483
|
+
#. module: rma
|
484
|
+
#: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_delivery__automatic_after_receipt
|
485
|
+
#: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_refund__automatic_after_receipt
|
486
|
+
msgid "Automatically After Receipt"
|
487
|
+
msgstr ""
|
488
|
+
|
489
|
+
#. module: rma
|
490
|
+
#: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_delivery__automatic_on_confirm
|
491
|
+
#: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_receipt__automatic_on_confirm
|
492
|
+
#: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_refund__automatic_on_confirm
|
493
|
+
msgid "Automatically on Confirm"
|
494
|
+
msgstr ""
|
495
|
+
|
451
496
|
#. module: rma
|
452
497
|
#: model_terms:ir.ui.view,arch_db:rma.rma_team_view_form
|
453
498
|
msgid "Avatar"
|
454
499
|
msgstr "Avatar"
|
455
500
|
|
456
501
|
#. module: rma
|
502
|
+
#. odoo-python
|
503
|
+
#: code:addons/rma/models/rma_operation.py:0
|
457
504
|
#: model_terms:ir.ui.view,arch_db:rma.rma_view_search
|
505
|
+
#, python-format
|
458
506
|
msgid "Awaiting Action"
|
459
507
|
msgstr ""
|
460
508
|
|
@@ -522,6 +570,11 @@ msgstr "Clique para adicionar uma nova RMA."
|
|
522
570
|
msgid "Closed"
|
523
571
|
msgstr ""
|
524
572
|
|
573
|
+
#. module: rma
|
574
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__color
|
575
|
+
msgid "Color"
|
576
|
+
msgstr ""
|
577
|
+
|
525
578
|
#. module: rma
|
526
579
|
#: model:ir.model.fields,field_description:rma.field_rma_tag__color
|
527
580
|
msgid "Color Index"
|
@@ -556,6 +609,7 @@ msgstr "Parâmetros de Configuração"
|
|
556
609
|
|
557
610
|
#. module: rma
|
558
611
|
#: model:ir.ui.menu,name:rma.rma_configuration_menu
|
612
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
559
613
|
msgid "Configuration"
|
560
614
|
msgstr "Configuração"
|
561
615
|
|
@@ -584,16 +638,42 @@ msgid ""
|
|
584
638
|
"same category. The conversion will be made based on the ratios."
|
585
639
|
msgstr ""
|
586
640
|
|
641
|
+
#. module: rma
|
642
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__count_rma_awaiting_action
|
643
|
+
msgid "Count Rma Awaiting Action"
|
644
|
+
msgstr ""
|
645
|
+
|
646
|
+
#. module: rma
|
647
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__count_rma_draft
|
648
|
+
msgid "Count Rma Draft"
|
649
|
+
msgstr ""
|
650
|
+
|
651
|
+
#. module: rma
|
652
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__count_rma_processed
|
653
|
+
msgid "Count Rma Processed"
|
654
|
+
msgstr ""
|
655
|
+
|
587
656
|
#. module: rma
|
588
657
|
#: model:ir.model.fields,field_description:rma.field_stock_return_picking__create_rma
|
589
658
|
msgid "Create RMAs"
|
590
659
|
msgstr "Criar RMAs"
|
591
660
|
|
661
|
+
#. module: rma
|
662
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__action_create_receipt
|
663
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_view_form
|
664
|
+
msgid "Create Receipt"
|
665
|
+
msgstr ""
|
666
|
+
|
592
667
|
#. module: rma
|
593
668
|
#: model_terms:ir.actions.act_window,help:rma.action_rma_finalization
|
594
669
|
msgid "Create a new RMA finalization"
|
595
670
|
msgstr ""
|
596
671
|
|
672
|
+
#. module: rma
|
673
|
+
#: model_terms:ir.actions.act_window,help:rma.rma_dashboard_action
|
674
|
+
msgid "Create a new RMA operation"
|
675
|
+
msgstr ""
|
676
|
+
|
597
677
|
#. module: rma
|
598
678
|
#: model_terms:ir.actions.act_window,help:rma.action_rma_tag
|
599
679
|
msgid "Create a new RMA tag"
|
@@ -667,6 +747,21 @@ msgstr "Prazo Final"
|
|
667
747
|
msgid "Default Values"
|
668
748
|
msgstr "Valores Padrão"
|
669
749
|
|
750
|
+
#. module: rma
|
751
|
+
#: model:ir.model.fields,help:rma.field_rma_operation__action_create_delivery
|
752
|
+
msgid "Define how the delivery action should be handled."
|
753
|
+
msgstr ""
|
754
|
+
|
755
|
+
#. module: rma
|
756
|
+
#: model:ir.model.fields,help:rma.field_rma_operation__action_create_receipt
|
757
|
+
msgid "Define how the receipt action should be handled."
|
758
|
+
msgstr ""
|
759
|
+
|
760
|
+
#. module: rma
|
761
|
+
#: model:ir.model.fields,help:rma.field_rma_operation__action_create_refund
|
762
|
+
msgid "Define how the refund action should be handled."
|
763
|
+
msgstr ""
|
764
|
+
|
670
765
|
#. module: rma
|
671
766
|
#: model_terms:ir.ui.view,arch_db:rma.rma_redelivery_wizard_view_form
|
672
767
|
msgid "Deliver"
|
@@ -692,6 +787,11 @@ msgstr ""
|
|
692
787
|
msgid "Delivery"
|
693
788
|
msgstr "Envio"
|
694
789
|
|
790
|
+
#. module: rma
|
791
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__action_create_delivery
|
792
|
+
msgid "Delivery Action"
|
793
|
+
msgstr ""
|
794
|
+
|
695
795
|
#. module: rma
|
696
796
|
#: model:ir.model.fields,field_description:rma.field_rma__delivery_picking_count
|
697
797
|
msgid "Delivery count"
|
@@ -708,6 +808,13 @@ msgstr "Reserva de Envio"
|
|
708
808
|
msgid "Description"
|
709
809
|
msgstr "Descrição"
|
710
810
|
|
811
|
+
#. module: rma
|
812
|
+
#: model:ir.model.fields,field_description:rma.field_rma__different_return_product
|
813
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__different_return_product
|
814
|
+
#: model:ir.model.fields,field_description:rma.field_stock_return_picking_line__different_return_product
|
815
|
+
msgid "Different Return Product"
|
816
|
+
msgstr ""
|
817
|
+
|
711
818
|
#. module: rma
|
712
819
|
#: model:ir.model.fields,field_description:rma.field_rma__display_name
|
713
820
|
#: model:ir.model.fields,field_description:rma.field_rma_delivery_wizard__display_name
|
@@ -721,8 +828,11 @@ msgid "Display Name"
|
|
721
828
|
msgstr "Nome a Exibir"
|
722
829
|
|
723
830
|
#. module: rma
|
831
|
+
#. odoo-python
|
832
|
+
#: code:addons/rma/models/rma_operation.py:0
|
724
833
|
#: model:ir.model.fields.selection,name:rma.selection__rma__state__draft
|
725
834
|
#: model_terms:ir.ui.view,arch_db:rma.rma_view_search
|
835
|
+
#, python-format
|
726
836
|
msgid "Draft"
|
727
837
|
msgstr "Rascunho"
|
728
838
|
|
@@ -783,6 +893,13 @@ msgstr ""
|
|
783
893
|
msgid "Email sent to the customer when they place an RMA from the portal"
|
784
894
|
msgstr ""
|
785
895
|
|
896
|
+
#. module: rma
|
897
|
+
#: model:ir.model.fields,help:rma.field_rma_operation__auto_confirm_reception
|
898
|
+
msgid ""
|
899
|
+
"Enable this option to automatically confirm the reception when the RMA is "
|
900
|
+
"confirmed."
|
901
|
+
msgstr ""
|
902
|
+
|
786
903
|
#. module: rma
|
787
904
|
#. odoo-python
|
788
905
|
#: code:addons/rma/wizard/rma_split.py:0
|
@@ -906,6 +1023,15 @@ msgstr ""
|
|
906
1023
|
msgid "Icon to indicate an exception activity."
|
907
1024
|
msgstr ""
|
908
1025
|
|
1026
|
+
#. module: rma
|
1027
|
+
#: model:ir.model.fields,help:rma.field_rma__different_return_product
|
1028
|
+
#: model:ir.model.fields,help:rma.field_rma_operation__different_return_product
|
1029
|
+
#: model:ir.model.fields,help:rma.field_stock_return_picking_line__different_return_product
|
1030
|
+
msgid ""
|
1031
|
+
"If checked, allows the return of a product different from the one originally "
|
1032
|
+
"ordered. Used if the delivery is created automatically"
|
1033
|
+
msgstr ""
|
1034
|
+
|
909
1035
|
#. module: rma
|
910
1036
|
#: model:ir.model.fields,help:rma.field_rma__message_needaction
|
911
1037
|
#: model:ir.model.fields,help:rma.field_rma_team__message_needaction
|
@@ -1057,6 +1183,19 @@ msgstr "Gerir Autorizações de Devolução de Mercadoria (RMAs)."
|
|
1057
1183
|
msgid "Manager"
|
1058
1184
|
msgstr "Gestor"
|
1059
1185
|
|
1186
|
+
#. module: rma
|
1187
|
+
#: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_delivery__manual_after_receipt
|
1188
|
+
#: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_refund__manual_after_receipt
|
1189
|
+
msgid "Manually After Receipt"
|
1190
|
+
msgstr ""
|
1191
|
+
|
1192
|
+
#. module: rma
|
1193
|
+
#: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_delivery__manual_on_confirm
|
1194
|
+
#: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_receipt__manual_on_confirm
|
1195
|
+
#: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_refund__manual_on_confirm
|
1196
|
+
msgid "Manually on Confirm"
|
1197
|
+
msgstr ""
|
1198
|
+
|
1060
1199
|
#. module: rma
|
1061
1200
|
#: model:ir.model.fields,field_description:rma.field_rma__message_has_error
|
1062
1201
|
#: model:ir.model.fields,field_description:rma.field_rma_team__message_has_error
|
@@ -1091,6 +1230,11 @@ msgstr "Nome"
|
|
1091
1230
|
msgid "New"
|
1092
1231
|
msgstr "Novo(a)"
|
1093
1232
|
|
1233
|
+
#. module: rma
|
1234
|
+
#: model:ir.actions.act_window,name:rma.action_rma_form
|
1235
|
+
msgid "New RMA"
|
1236
|
+
msgstr ""
|
1237
|
+
|
1094
1238
|
#. module: rma
|
1095
1239
|
#: model:ir.model.fields,field_description:rma.field_rma__activity_date_deadline
|
1096
1240
|
msgid "Next Activity Deadline"
|
@@ -1154,6 +1298,12 @@ msgstr "Número de Mensagens com Erro de Entrega"
|
|
1154
1298
|
msgid "Operation"
|
1155
1299
|
msgstr ""
|
1156
1300
|
|
1301
|
+
#. module: rma
|
1302
|
+
#: model:ir.actions.act_window,name:rma.rma_operation_act_window
|
1303
|
+
#: model:ir.ui.menu,name:rma.rma_operation_menu
|
1304
|
+
msgid "Operations"
|
1305
|
+
msgstr ""
|
1306
|
+
|
1157
1307
|
#. module: rma
|
1158
1308
|
#: model:ir.model.fields,help:rma.field_rma_team__alias_force_thread_id
|
1159
1309
|
msgid ""
|
@@ -1190,6 +1340,11 @@ msgstr "Origem da Movimentação"
|
|
1190
1340
|
msgid "Other Information"
|
1191
1341
|
msgstr "Outra Informação"
|
1192
1342
|
|
1343
|
+
#. module: rma
|
1344
|
+
#: model:ir.ui.menu,name:rma.rma_dashboard_menu
|
1345
|
+
msgid "Overview"
|
1346
|
+
msgstr ""
|
1347
|
+
|
1193
1348
|
#. module: rma
|
1194
1349
|
#: model:ir.model.fields,field_description:rma.field_rma_team__alias_user_id
|
1195
1350
|
msgid "Owner"
|
@@ -1252,7 +1407,10 @@ msgid "Priority"
|
|
1252
1407
|
msgstr "Prioridade"
|
1253
1408
|
|
1254
1409
|
#. module: rma
|
1410
|
+
#. odoo-python
|
1411
|
+
#: code:addons/rma/models/rma_operation.py:0
|
1255
1412
|
#: model_terms:ir.ui.view,arch_db:rma.rma_view_search
|
1413
|
+
#, python-format
|
1256
1414
|
msgid "Processed"
|
1257
1415
|
msgstr ""
|
1258
1416
|
|
@@ -1273,6 +1431,13 @@ msgstr "Produto"
|
|
1273
1431
|
msgid "Product qty"
|
1274
1432
|
msgstr "Quantidade de Produto"
|
1275
1433
|
|
1434
|
+
#. module: rma
|
1435
|
+
#: model:ir.model.fields,help:rma.field_rma__return_product_id
|
1436
|
+
#: model:ir.model.fields,help:rma.field_stock_return_picking_line__return_product_id
|
1437
|
+
msgid ""
|
1438
|
+
"Product to be returned if it's different from the originally delivered item."
|
1439
|
+
msgstr ""
|
1440
|
+
|
1276
1441
|
#. module: rma
|
1277
1442
|
#: model:ir.model.fields,field_description:rma.field_rma_tag__is_public
|
1278
1443
|
msgid "Public Tag"
|
@@ -1321,6 +1486,7 @@ msgstr "Quantidade a extrair para uma nova RMA."
|
|
1321
1486
|
#: model:ir.module.category,name:rma.rma_module_category
|
1322
1487
|
#: model:ir.ui.menu,name:rma.rma_menu
|
1323
1488
|
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
1489
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
1324
1490
|
#: model_terms:ir.ui.view,arch_db:rma.view_partner_form
|
1325
1491
|
#: model_terms:ir.ui.view,arch_db:rma.view_picking_form
|
1326
1492
|
msgid "RMA"
|
@@ -1432,6 +1598,11 @@ msgstr "Pedidos RMA"
|
|
1432
1598
|
msgid "RMA Out Type"
|
1433
1599
|
msgstr "Tipo Saída RMA"
|
1434
1600
|
|
1601
|
+
#. module: rma
|
1602
|
+
#: model:ir.actions.act_window,name:rma.rma_dashboard_action
|
1603
|
+
msgid "RMA Overview"
|
1604
|
+
msgstr ""
|
1605
|
+
|
1435
1606
|
#. module: rma
|
1436
1607
|
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
1437
1608
|
msgid "RMA Receipt Confirmation Email"
|
@@ -1576,7 +1747,10 @@ msgid "Reason Name"
|
|
1576
1747
|
msgstr ""
|
1577
1748
|
|
1578
1749
|
#. module: rma
|
1750
|
+
#. odoo-python
|
1751
|
+
#: code:addons/rma/models/rma.py:0
|
1579
1752
|
#: model_terms:ir.ui.view,arch_db:rma.rma_view_form
|
1753
|
+
#, python-format
|
1580
1754
|
msgid "Receipt"
|
1581
1755
|
msgstr "Recebimento"
|
1582
1756
|
|
@@ -1611,6 +1785,11 @@ msgstr "Referência do documento que gerou este RMA."
|
|
1611
1785
|
msgid "Refund"
|
1612
1786
|
msgstr "Reembolso"
|
1613
1787
|
|
1788
|
+
#. module: rma
|
1789
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__action_create_refund
|
1790
|
+
msgid "Refund Action"
|
1791
|
+
msgstr ""
|
1792
|
+
|
1614
1793
|
#. module: rma
|
1615
1794
|
#: model:ir.model.fields,field_description:rma.field_rma__refund_line_id
|
1616
1795
|
msgid "Refund Line"
|
@@ -1730,6 +1909,12 @@ msgstr "Operação de Devolução"
|
|
1730
1909
|
msgid "Return Picking Line"
|
1731
1910
|
msgstr ""
|
1732
1911
|
|
1912
|
+
#. module: rma
|
1913
|
+
#: model:ir.model.fields,field_description:rma.field_rma__return_product_id
|
1914
|
+
#: model:ir.model.fields,field_description:rma.field_stock_return_picking_line__return_product_id
|
1915
|
+
msgid "Return Product"
|
1916
|
+
msgstr ""
|
1917
|
+
|
1733
1918
|
#. module: rma
|
1734
1919
|
#: model:ir.actions.act_window,name:rma.rma_delivery_wizard_action
|
1735
1920
|
#: model:ir.model.fields.selection,name:rma.selection__rma_delivery_wizard__type__return
|
@@ -1858,6 +2043,7 @@ msgstr "Definir como Rascunho"
|
|
1858
2043
|
#. module: rma
|
1859
2044
|
#: model:ir.actions.act_window,name:rma.action_rma_config_settings
|
1860
2045
|
#: model:ir.ui.menu,name:rma.menu_rma_general_settings
|
2046
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_form_view
|
1861
2047
|
msgid "Settings"
|
1862
2048
|
msgstr ""
|
1863
2049
|
|
@@ -1876,6 +2062,26 @@ msgstr "Endereço de Envio"
|
|
1876
2062
|
msgid "Shipping address for current RMA."
|
1877
2063
|
msgstr "Endereço de envio para a RMA atual."
|
1878
2064
|
|
2065
|
+
#. module: rma
|
2066
|
+
#: model:ir.model.fields,field_description:rma.field_rma__show_create_receipt
|
2067
|
+
msgid "Show Create Receipt Button"
|
2068
|
+
msgstr ""
|
2069
|
+
|
2070
|
+
#. module: rma
|
2071
|
+
#: model:ir.model.fields,field_description:rma.field_rma__show_create_return
|
2072
|
+
msgid "Show Create Return Button"
|
2073
|
+
msgstr ""
|
2074
|
+
|
2075
|
+
#. module: rma
|
2076
|
+
#: model:ir.model.fields,field_description:rma.field_rma__show_create_refund
|
2077
|
+
msgid "Show Create refund Button"
|
2078
|
+
msgstr ""
|
2079
|
+
|
2080
|
+
#. module: rma
|
2081
|
+
#: model:ir.model.fields,field_description:rma.field_rma__show_create_replace
|
2082
|
+
msgid "Show Create replace Button"
|
2083
|
+
msgstr ""
|
2084
|
+
|
1879
2085
|
#. module: rma
|
1880
2086
|
#: model:ir.model.fields,field_description:rma.field_rma__origin
|
1881
2087
|
msgid "Source Document"
|
@@ -1974,6 +2180,13 @@ msgstr "Membros da Equipa"
|
|
1974
2180
|
msgid "That operation name already exists !"
|
1975
2181
|
msgstr "Esse nome de operação já existe!"
|
1976
2182
|
|
2183
|
+
#. module: rma
|
2184
|
+
#: model_terms:ir.actions.act_window,help:rma.rma_dashboard_action
|
2185
|
+
msgid ""
|
2186
|
+
"The RMA operation system allows you to configure each return operation\n"
|
2187
|
+
" with specific settings that will adjust its behavior."
|
2188
|
+
msgstr ""
|
2189
|
+
|
1977
2190
|
#. module: rma
|
1978
2191
|
#: model:ir.model.fields,help:rma.field_rma_tag__active
|
1979
2192
|
msgid "The active field allows you to hide the category without removing it."
|
@@ -2028,6 +2241,15 @@ msgstr ""
|
|
2028
2241
|
msgid "The quantity to return is greater than remaining quantity."
|
2029
2242
|
msgstr "A quantidade a retornar é maior que a quantidade restante."
|
2030
2243
|
|
2244
|
+
#. module: rma
|
2245
|
+
#. odoo-python
|
2246
|
+
#: code:addons/rma/models/rma.py:0
|
2247
|
+
#, python-format
|
2248
|
+
msgid ""
|
2249
|
+
"The selected operation requires a return product different from the "
|
2250
|
+
"originally delivered item. Please select the product to return."
|
2251
|
+
msgstr ""
|
2252
|
+
|
2031
2253
|
#. module: rma
|
2032
2254
|
#: model:ir.model.fields,help:rma.field_rma_tag__is_public
|
2033
2255
|
msgid "The tag is visible in the portal view"
|
@@ -2117,6 +2339,11 @@ msgstr "RMAs não resolvidos"
|
|
2117
2339
|
msgid "UoM"
|
2118
2340
|
msgstr "Unidade de Medida"
|
2119
2341
|
|
2342
|
+
#. module: rma
|
2343
|
+
#: model:ir.model.fields.selection,name:rma.selection__rma_operation__action_create_refund__update_quantity
|
2344
|
+
msgid "Update Quantities"
|
2345
|
+
msgstr ""
|
2346
|
+
|
2120
2347
|
#. module: rma
|
2121
2348
|
#: model:ir.model.fields.selection,name:rma.selection__rma__priority__1
|
2122
2349
|
msgid "Urgent"
|