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/i18n/fr.po
CHANGED
@@ -200,6 +200,13 @@ msgstr ""
|
|
200
200
|
"<i class=\"fa fa-download\" role=\"img\" aria-label=\"Download\" "
|
201
201
|
"title=\"Télécharger\"/>"
|
202
202
|
|
203
|
+
#. module: rma
|
204
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
205
|
+
msgid ""
|
206
|
+
"<i class=\"fa fa-ellipsis-v\" role=\"img\" aria-label=\"Manage\" "
|
207
|
+
"title=\"Manage\"/>"
|
208
|
+
msgstr ""
|
209
|
+
|
203
210
|
#. module: rma
|
204
211
|
#: model_terms:ir.ui.view,arch_db:rma.portal_rma_page
|
205
212
|
msgid ""
|
@@ -357,6 +364,26 @@ msgstr ""
|
|
357
364
|
"<span class=\"fa fa-lg fa-building-o\" title=\"Les valeurs définies ici sont "
|
358
365
|
"propres à l'entreprise.\" groups=\"base.group_multi_company\"/>"
|
359
366
|
|
367
|
+
#. module: rma
|
368
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
369
|
+
msgid "<span>Awaiting action</span>"
|
370
|
+
msgstr ""
|
371
|
+
|
372
|
+
#. module: rma
|
373
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
374
|
+
msgid "<span>Draft</span>"
|
375
|
+
msgstr ""
|
376
|
+
|
377
|
+
#. module: rma
|
378
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
379
|
+
msgid "<span>New</span>"
|
380
|
+
msgstr ""
|
381
|
+
|
382
|
+
#. module: rma
|
383
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
384
|
+
msgid "<span>Processed</span>"
|
385
|
+
msgstr ""
|
386
|
+
|
360
387
|
#. module: rma
|
361
388
|
#: model_terms:ir.ui.view,arch_db:rma.portal_rma_page
|
362
389
|
msgid "<strong class=\"d-block mb-1\">Delivery</strong>"
|
@@ -568,7 +595,10 @@ msgid "Avatar"
|
|
568
595
|
msgstr "Avatar"
|
569
596
|
|
570
597
|
#. module: rma
|
598
|
+
#. odoo-python
|
599
|
+
#: code:addons/rma/models/rma_operation.py:0
|
571
600
|
#: model_terms:ir.ui.view,arch_db:rma.rma_view_search
|
601
|
+
#, python-format
|
572
602
|
msgid "Awaiting Action"
|
573
603
|
msgstr ""
|
574
604
|
|
@@ -636,6 +666,11 @@ msgstr "Cliquez pour ajouter un nouveau RMA."
|
|
636
666
|
msgid "Closed"
|
637
667
|
msgstr ""
|
638
668
|
|
669
|
+
#. module: rma
|
670
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__color
|
671
|
+
msgid "Color"
|
672
|
+
msgstr ""
|
673
|
+
|
639
674
|
#. module: rma
|
640
675
|
#: model:ir.model.fields,field_description:rma.field_rma_tag__color
|
641
676
|
msgid "Color Index"
|
@@ -670,6 +705,7 @@ msgstr "Paramètres de config"
|
|
670
705
|
|
671
706
|
#. module: rma
|
672
707
|
#: model:ir.ui.menu,name:rma.rma_configuration_menu
|
708
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
673
709
|
msgid "Configuration"
|
674
710
|
msgstr "Configuration"
|
675
711
|
|
@@ -700,6 +736,21 @@ msgstr ""
|
|
700
736
|
"Les conversions entre unités de mesures ne peuvent se faire qu'entre unités "
|
701
737
|
"d'une même catégorie. La conversion se fait en utilisant des ratios."
|
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 "Créer des RMA"
|
|
710
761
|
msgid "Create a new RMA finalization"
|
711
762
|
msgstr "Créer une nouvelle finalisation 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 "Nom d'affichage"
|
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 "Brouillon"
|
844
903
|
|
@@ -1214,6 +1273,11 @@ msgstr "Nom"
|
|
1214
1273
|
msgid "New"
|
1215
1274
|
msgstr "Nouveau"
|
1216
1275
|
|
1276
|
+
#. module: rma
|
1277
|
+
#: model:ir.actions.act_window,name:rma.action_rma_form
|
1278
|
+
msgid "New RMA"
|
1279
|
+
msgstr ""
|
1280
|
+
|
1217
1281
|
#. module: rma
|
1218
1282
|
#: model:ir.model.fields,field_description:rma.field_rma__activity_date_deadline
|
1219
1283
|
msgid "Next Activity Deadline"
|
@@ -1310,6 +1374,11 @@ msgstr "Opération d'origine"
|
|
1310
1374
|
msgid "Other Information"
|
1311
1375
|
msgstr "Autres informations"
|
1312
1376
|
|
1377
|
+
#. module: rma
|
1378
|
+
#: model:ir.ui.menu,name:rma.rma_dashboard_menu
|
1379
|
+
msgid "Overview"
|
1380
|
+
msgstr ""
|
1381
|
+
|
1313
1382
|
#. module: rma
|
1314
1383
|
#: model:ir.model.fields,field_description:rma.field_rma_team__alias_user_id
|
1315
1384
|
msgid "Owner"
|
@@ -1364,7 +1433,10 @@ msgid "Priority"
|
|
1364
1433
|
msgstr "Priorité"
|
1365
1434
|
|
1366
1435
|
#. module: rma
|
1436
|
+
#. odoo-python
|
1437
|
+
#: code:addons/rma/models/rma_operation.py:0
|
1367
1438
|
#: model_terms:ir.ui.view,arch_db:rma.rma_view_search
|
1439
|
+
#, python-format
|
1368
1440
|
msgid "Processed"
|
1369
1441
|
msgstr ""
|
1370
1442
|
|
@@ -1435,6 +1507,7 @@ msgstr "Quantité à ajouter à un nouveau RMA."
|
|
1435
1507
|
#: model:ir.module.category,name:rma.rma_module_category
|
1436
1508
|
#: model:ir.ui.menu,name:rma.rma_menu
|
1437
1509
|
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
1510
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
1438
1511
|
#: model_terms:ir.ui.view,arch_db:rma.view_partner_form
|
1439
1512
|
#: model_terms:ir.ui.view,arch_db:rma.view_picking_form
|
1440
1513
|
msgid "RMA"
|
@@ -1546,6 +1619,11 @@ msgstr "Bons de commande RMA"
|
|
1546
1619
|
msgid "RMA Out Type"
|
1547
1620
|
msgstr "Type de sortie RMA"
|
1548
1621
|
|
1622
|
+
#. module: rma
|
1623
|
+
#: model:ir.actions.act_window,name:rma.rma_dashboard_action
|
1624
|
+
msgid "RMA Overview"
|
1625
|
+
msgstr ""
|
1626
|
+
|
1549
1627
|
#. module: rma
|
1550
1628
|
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
1551
1629
|
msgid "RMA Receipt Confirmation Email"
|
@@ -2104,6 +2182,13 @@ msgstr "Membres"
|
|
2104
2182
|
msgid "That operation name already exists !"
|
2105
2183
|
msgstr "Ce nom d'opération existe déjà !"
|
2106
2184
|
|
2185
|
+
#. module: rma
|
2186
|
+
#: model_terms:ir.actions.act_window,help:rma.rma_dashboard_action
|
2187
|
+
msgid ""
|
2188
|
+
"The RMA operation system allows you to configure each return operation\n"
|
2189
|
+
" with specific settings that will adjust its behavior."
|
2190
|
+
msgstr ""
|
2191
|
+
|
2107
2192
|
#. module: rma
|
2108
2193
|
#: model:ir.model.fields,help:rma.field_rma_tag__active
|
2109
2194
|
msgid "The active field allows you to hide the category without removing it."
|
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>"
|
@@ -563,7 +590,10 @@ msgid "Avatar"
|
|
563
590
|
msgstr "Avatar"
|
564
591
|
|
565
592
|
#. module: rma
|
593
|
+
#. odoo-python
|
594
|
+
#: code:addons/rma/models/rma_operation.py:0
|
566
595
|
#: model_terms:ir.ui.view,arch_db:rma.rma_view_search
|
596
|
+
#, python-format
|
567
597
|
msgid "Awaiting Action"
|
568
598
|
msgstr "In attesa dell'azione"
|
569
599
|
|
@@ -631,6 +661,11 @@ msgstr "Fai click per aggiungere un nuovo RMA."
|
|
631
661
|
msgid "Closed"
|
632
662
|
msgstr "Chiuso"
|
633
663
|
|
664
|
+
#. module: rma
|
665
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__color
|
666
|
+
msgid "Color"
|
667
|
+
msgstr ""
|
668
|
+
|
634
669
|
#. module: rma
|
635
670
|
#: model:ir.model.fields,field_description:rma.field_rma_tag__color
|
636
671
|
msgid "Color Index"
|
@@ -665,6 +700,7 @@ msgstr "Impostazioni di configurazione"
|
|
665
700
|
|
666
701
|
#. module: rma
|
667
702
|
#: model:ir.ui.menu,name:rma.rma_configuration_menu
|
703
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
668
704
|
msgid "Configuration"
|
669
705
|
msgstr "Configurazione"
|
670
706
|
|
@@ -696,6 +732,21 @@ msgstr ""
|
|
696
732
|
"alla stessa categoria. La conversione verrà effettuata in base alle "
|
697
733
|
"proporzioni."
|
698
734
|
|
735
|
+
#. module: rma
|
736
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__count_rma_awaiting_action
|
737
|
+
msgid "Count Rma Awaiting Action"
|
738
|
+
msgstr ""
|
739
|
+
|
740
|
+
#. module: rma
|
741
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__count_rma_draft
|
742
|
+
msgid "Count Rma Draft"
|
743
|
+
msgstr ""
|
744
|
+
|
745
|
+
#. module: rma
|
746
|
+
#: model:ir.model.fields,field_description:rma.field_rma_operation__count_rma_processed
|
747
|
+
msgid "Count Rma Processed"
|
748
|
+
msgstr ""
|
749
|
+
|
699
750
|
#. module: rma
|
700
751
|
#: model:ir.model.fields,field_description:rma.field_stock_return_picking__create_rma
|
701
752
|
msgid "Create RMAs"
|
@@ -706,6 +757,11 @@ msgstr "Crea RMA"
|
|
706
757
|
msgid "Create a new RMA finalization"
|
707
758
|
msgstr "Crea una nuova chiusura RMA"
|
708
759
|
|
760
|
+
#. module: rma
|
761
|
+
#: model_terms:ir.actions.act_window,help:rma.rma_dashboard_action
|
762
|
+
msgid "Create a new RMA operation"
|
763
|
+
msgstr ""
|
764
|
+
|
709
765
|
#. module: rma
|
710
766
|
#: model_terms:ir.actions.act_window,help:rma.action_rma_tag
|
711
767
|
msgid "Create a new RMA tag"
|
@@ -833,8 +889,11 @@ msgid "Display Name"
|
|
833
889
|
msgstr "Nome visualizzato"
|
834
890
|
|
835
891
|
#. module: rma
|
892
|
+
#. odoo-python
|
893
|
+
#: code:addons/rma/models/rma_operation.py:0
|
836
894
|
#: model:ir.model.fields.selection,name:rma.selection__rma__state__draft
|
837
895
|
#: model_terms:ir.ui.view,arch_db:rma.rma_view_search
|
896
|
+
#, python-format
|
838
897
|
msgid "Draft"
|
839
898
|
msgstr "Bozza"
|
840
899
|
|
@@ -1210,6 +1269,11 @@ msgstr "Nome"
|
|
1210
1269
|
msgid "New"
|
1211
1270
|
msgstr "Nuovo"
|
1212
1271
|
|
1272
|
+
#. module: rma
|
1273
|
+
#: model:ir.actions.act_window,name:rma.action_rma_form
|
1274
|
+
msgid "New RMA"
|
1275
|
+
msgstr ""
|
1276
|
+
|
1213
1277
|
#. module: rma
|
1214
1278
|
#: model:ir.model.fields,field_description:rma.field_rma__activity_date_deadline
|
1215
1279
|
msgid "Next Activity Deadline"
|
@@ -1309,6 +1373,11 @@ msgstr "Trasferimento originale"
|
|
1309
1373
|
msgid "Other Information"
|
1310
1374
|
msgstr "Altre informazioni"
|
1311
1375
|
|
1376
|
+
#. module: rma
|
1377
|
+
#: model:ir.ui.menu,name:rma.rma_dashboard_menu
|
1378
|
+
msgid "Overview"
|
1379
|
+
msgstr ""
|
1380
|
+
|
1312
1381
|
#. module: rma
|
1313
1382
|
#: model:ir.model.fields,field_description:rma.field_rma_team__alias_user_id
|
1314
1383
|
msgid "Owner"
|
@@ -1371,7 +1440,10 @@ msgid "Priority"
|
|
1371
1440
|
msgstr "Priorità"
|
1372
1441
|
|
1373
1442
|
#. module: rma
|
1443
|
+
#. odoo-python
|
1444
|
+
#: code:addons/rma/models/rma_operation.py:0
|
1374
1445
|
#: model_terms:ir.ui.view,arch_db:rma.rma_view_search
|
1446
|
+
#, python-format
|
1375
1447
|
msgid "Processed"
|
1376
1448
|
msgstr "Elaborato"
|
1377
1449
|
|
@@ -1442,6 +1514,7 @@ msgstr "Quantità da prelevare in un nuovo RMA."
|
|
1442
1514
|
#: model:ir.module.category,name:rma.rma_module_category
|
1443
1515
|
#: model:ir.ui.menu,name:rma.rma_menu
|
1444
1516
|
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
1517
|
+
#: model_terms:ir.ui.view,arch_db:rma.rma_operation_kanban
|
1445
1518
|
#: model_terms:ir.ui.view,arch_db:rma.view_partner_form
|
1446
1519
|
#: model_terms:ir.ui.view,arch_db:rma.view_picking_form
|
1447
1520
|
msgid "RMA"
|
@@ -1553,6 +1626,11 @@ msgstr "Ordini RMA"
|
|
1553
1626
|
msgid "RMA Out Type"
|
1554
1627
|
msgstr "Tipo RMA in uscita"
|
1555
1628
|
|
1629
|
+
#. module: rma
|
1630
|
+
#: model:ir.actions.act_window,name:rma.rma_dashboard_action
|
1631
|
+
msgid "RMA Overview"
|
1632
|
+
msgstr ""
|
1633
|
+
|
1556
1634
|
#. module: rma
|
1557
1635
|
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
1558
1636
|
msgid "RMA Receipt Confirmation Email"
|
@@ -2108,6 +2186,13 @@ msgstr "Membri del team"
|
|
2108
2186
|
msgid "That operation name already exists !"
|
2109
2187
|
msgstr "Questo nome operazione esiste già!"
|
2110
2188
|
|
2189
|
+
#. module: rma
|
2190
|
+
#: model_terms:ir.actions.act_window,help:rma.rma_dashboard_action
|
2191
|
+
msgid ""
|
2192
|
+
"The RMA operation system allows you to configure each return operation\n"
|
2193
|
+
" with specific settings that will adjust its behavior."
|
2194
|
+
msgstr ""
|
2195
|
+
|
2111
2196
|
#. module: rma
|
2112
2197
|
#: model:ir.model.fields,help:rma.field_rma_tag__active
|
2113
2198
|
msgid "The active field allows you to hide the category without removing it."
|
odoo/addons/rma/i18n/nl.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."
|