odoo-addon-rma 16.0.1.2.0.2__py3-none-any.whl → 17.0.1.0.0.3__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.
Files changed (44) hide show
  1. odoo/addons/rma/README.rst +87 -78
  2. odoo/addons/rma/__manifest__.py +1 -1
  3. odoo/addons/rma/controllers/main.py +2 -1
  4. odoo/addons/rma/data/mail_data.xml +3 -6
  5. odoo/addons/rma/hooks.py +1 -5
  6. odoo/addons/rma/i18n/de.po +108 -93
  7. odoo/addons/rma/i18n/de_AT.po +48 -80
  8. odoo/addons/rma/i18n/es.po +108 -93
  9. odoo/addons/rma/i18n/fr.po +102 -93
  10. odoo/addons/rma/i18n/it.po +126 -111
  11. odoo/addons/rma/i18n/nl.po +48 -80
  12. odoo/addons/rma/i18n/pt.po +86 -87
  13. odoo/addons/rma/i18n/pt_BR.po +76 -85
  14. odoo/addons/rma/i18n/rma.pot +49 -81
  15. odoo/addons/rma/i18n/ro.po +66 -85
  16. odoo/addons/rma/i18n/zh_CN.po +48 -80
  17. odoo/addons/rma/models/rma.py +51 -112
  18. odoo/addons/rma/models/stock_move.py +1 -1
  19. odoo/addons/rma/readme/CONFIGURE.md +22 -0
  20. odoo/addons/rma/readme/CONTRIBUTORS.md +9 -0
  21. odoo/addons/rma/readme/{DESCRIPTION.rst → DESCRIPTION.md} +4 -4
  22. odoo/addons/rma/readme/ROADMAP.md +3 -0
  23. odoo/addons/rma/readme/USAGE.md +59 -0
  24. odoo/addons/rma/static/description/index.html +55 -46
  25. odoo/addons/rma/tests/test_rma.py +21 -37
  26. odoo/addons/rma/views/res_config_settings_views.xml +55 -124
  27. odoo/addons/rma/views/res_partner_views.xml +1 -1
  28. odoo/addons/rma/views/rma_finalization_views.xml +1 -1
  29. odoo/addons/rma/views/rma_team_views.xml +2 -6
  30. odoo/addons/rma/views/rma_views.xml +71 -39
  31. odoo/addons/rma/views/stock_picking_views.xml +1 -1
  32. odoo/addons/rma/wizard/rma_delivery_views.xml +8 -19
  33. odoo/addons/rma/wizard/stock_picking_return_views.xml +1 -1
  34. odoo_addon_rma-17.0.1.0.0.3.dist-info/METADATA +220 -0
  35. odoo_addon_rma-17.0.1.0.0.3.dist-info/RECORD +70 -0
  36. {odoo_addon_rma-16.0.1.2.0.2.dist-info → odoo_addon_rma-17.0.1.0.0.3.dist-info}/WHEEL +1 -1
  37. odoo_addon_rma-17.0.1.0.0.3.dist-info/top_level.txt +1 -0
  38. odoo/addons/rma/readme/CONFIGURE.rst +0 -21
  39. odoo/addons/rma/readme/CONTRIBUTORS.rst +0 -9
  40. odoo/addons/rma/readme/ROADMAP.rst +0 -3
  41. odoo/addons/rma/readme/USAGE.rst +0 -57
  42. odoo_addon_rma-16.0.1.2.0.2.dist-info/METADATA +0 -214
  43. odoo_addon_rma-16.0.1.2.0.2.dist-info/RECORD +0 -70
  44. odoo_addon_rma-16.0.1.2.0.2.dist-info/top_level.txt +0 -1
@@ -35,8 +35,8 @@ msgstr "(object._get_report_base_filename())"
35
35
  msgid ""
36
36
  "<b>E-mail subject:</b> %(subject)s<br/><br/><b>E-mail body:</b><br/>%(body)s"
37
37
  msgstr ""
38
- "<b>Soggetto e-mail:</b> %(subject)s<br/><br/><b>Corpo e-mail:</b><br/"
39
- ">%(body)s"
38
+ "<b>Soggetto e-mail:</b> %(subject)s<br/><br/><b>Corpo e-mail:</b><br/>"
39
+ "%(body)s"
40
40
 
41
41
  #. module: rma
42
42
  #: model:mail.template,body_html:rma.mail_template_rma_notification
@@ -178,8 +178,8 @@ msgstr ""
178
178
  " </strong>\n"
179
179
  " on\n"
180
180
  " <t t-out=\"object.company_id.name\"></t>\n"
181
- " . Il nostro team la controllerà e validerà quanto prima."
182
- "\n"
181
+ " . Il nostro team la controllerà e validerà quanto "
182
+ "prima.\n"
183
183
  " <br>\n"
184
184
  " <br>\n"
185
185
  " Non esistate a contattarci in caso di dubbi.\n"
@@ -242,8 +242,8 @@ msgid ""
242
242
  " </span>"
243
243
  msgstr ""
244
244
  "<span class=\"badge badge-danger label-text-align\">\n"
245
- " <i class=\"fa fa-fw fa-times\"/>"
246
- "\n"
245
+ " <i class=\"fa fa-fw fa-times\"/"
246
+ ">\n"
247
247
  " Annullata\n"
248
248
  " </span>"
249
249
 
@@ -270,8 +270,8 @@ msgid ""
270
270
  " </span>"
271
271
  msgstr ""
272
272
  "<span class=\"badge badge-info label-text-align\">\n"
273
- " <i class=\"fa fa-fw fa-clock-o\""
274
- "/>\n"
273
+ " <i class=\"fa fa-fw fa-clock-o\"/"
274
+ ">\n"
275
275
  " Preparazione\n"
276
276
  " </span>"
277
277
 
@@ -298,8 +298,8 @@ msgid ""
298
298
  " </span>"
299
299
  msgstr ""
300
300
  "<span class=\"badge badge-success label-text-align\">\n"
301
- " <i class=\"fa fa-fw fa-truck\"/>"
302
- "\n"
301
+ " <i class=\"fa fa-fw fa-truck\"/"
302
+ ">\n"
303
303
  " Spedita\n"
304
304
  " </span>"
305
305
 
@@ -326,8 +326,8 @@ msgid ""
326
326
  " </span>"
327
327
  msgstr ""
328
328
  "<span class=\"badge badge-warning label-text-align\">\n"
329
- " <i class=\"fa fa-fw fa-clock-o\""
330
- "/>\n"
329
+ " <i class=\"fa fa-fw fa-clock-o\"/"
330
+ ">\n"
331
331
  " Parzialmente disponibile\n"
332
332
  " </span>"
333
333
 
@@ -344,15 +344,6 @@ msgstr ""
344
344
  " Parzialmente disponibile\n"
345
345
  " </span>"
346
346
 
347
- #. module: rma
348
- #: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
349
- msgid ""
350
- "<span class=\"fa fa-lg fa-building-o\" title=\"Values set here are company-"
351
- "specific.\" groups=\"base.group_multi_company\"/>"
352
- msgstr ""
353
- "<span class=\"fa fa-lg fa-building-o\" title=\"I valori impostati qui sono "
354
- "specifici per azienda.\" groups=\"base.group_multi_company\"/>"
355
-
356
347
  #. module: rma
357
348
  #: model_terms:ir.ui.view,arch_db:rma.portal_rma_page
358
349
  msgid "<strong class=\"d-block mb-1\">Delivery</strong>"
@@ -539,15 +530,35 @@ msgstr "Alias"
539
530
  msgid "Alias Contact Security"
540
531
  msgstr "Alias contatto sicurezza"
541
532
 
533
+ #. module: rma
534
+ #: model:ir.model.fields,field_description:rma.field_rma_team__alias_domain_id
535
+ msgid "Alias Domain"
536
+ msgstr ""
537
+
538
+ #. module: rma
539
+ #: model:ir.model.fields,field_description:rma.field_rma_team__alias_domain
540
+ msgid "Alias Domain Name"
541
+ msgstr ""
542
+
543
+ #. module: rma
544
+ #: model:ir.model.fields,field_description:rma.field_rma_team__alias_full_name
545
+ msgid "Alias Email"
546
+ msgstr ""
547
+
542
548
  #. module: rma
543
549
  #: model:ir.model.fields,field_description:rma.field_rma_team__alias_name
544
550
  msgid "Alias Name"
545
551
  msgstr "Nome alias"
546
552
 
547
553
  #. module: rma
548
- #: model:ir.model.fields,field_description:rma.field_rma_team__alias_domain
549
- msgid "Alias domain"
550
- msgstr "Dominio alias"
554
+ #: model:ir.model.fields,field_description:rma.field_rma_team__alias_status
555
+ msgid "Alias Status"
556
+ msgstr ""
557
+
558
+ #. module: rma
559
+ #: model:ir.model.fields,help:rma.field_rma_team__alias_status
560
+ msgid "Alias status assessed on the last message received."
561
+ msgstr ""
551
562
 
552
563
  #. module: rma
553
564
  #: model:ir.model.fields,field_description:rma.field_rma_team__alias_model_id
@@ -804,11 +815,6 @@ msgstr "Consegna"
804
815
  msgid "Delivered Qty"
805
816
  msgstr "Q.tà consegnata"
806
817
 
807
- #. module: rma
808
- #: model:ir.model.fields,field_description:rma.field_rma__delivered_qty_done
809
- msgid "Delivered Qty Done"
810
- msgstr "Quantità consegnata fatta"
811
-
812
818
  #. module: rma
813
819
  #: model_terms:ir.ui.view,arch_db:rma.rma_view_form
814
820
  msgid "Delivery"
@@ -860,6 +866,7 @@ msgid "Email"
860
866
  msgstr "E-mail"
861
867
 
862
868
  #. module: rma
869
+ #: model:ir.model.fields,field_description:rma.field_rma_team__alias_email
863
870
  #: model_terms:ir.ui.view,arch_db:rma.rma_team_view_form
864
871
  msgid "Email Alias"
865
872
  msgstr "Alias email"
@@ -887,6 +894,11 @@ msgstr "Modello di email di notifica della bozza per RMA"
887
894
  msgid "Email Template receipt confirmation for RMA"
888
895
  msgstr "Modello di email di conferma della ricezione per RMA"
889
896
 
897
+ #. module: rma
898
+ #: model:ir.model.fields,help:rma.field_rma_team__alias_domain
899
+ msgid "Email domain e.g. 'example.com' in 'odoo@example.com'"
900
+ msgstr ""
901
+
890
902
  #. module: rma
891
903
  #: model:ir.model.fields,help:rma.field_res_company__rma_mail_confirmation_template_id
892
904
  #: model:ir.model.fields,help:rma.field_res_config_settings__rma_mail_confirmation_template_id
@@ -1037,7 +1049,9 @@ msgstr "Se selezionata, nuovi messaggi richiedono attenzione."
1037
1049
 
1038
1050
  #. module: rma
1039
1051
  #: model:ir.model.fields,help:rma.field_rma__message_has_error
1052
+ #: model:ir.model.fields,help:rma.field_rma__message_has_sms_error
1040
1053
  #: model:ir.model.fields,help:rma.field_rma_team__message_has_error
1054
+ #: model:ir.model.fields,help:rma.field_rma_team__message_has_sms_error
1041
1055
  msgid "If checked, some messages have a delivery error."
1042
1056
  msgstr "Se selezionata, alcuni messaggi hanno un errore di consegna."
1043
1057
 
@@ -1097,18 +1111,6 @@ msgstr "Registrazione contabile"
1097
1111
  msgid "Journal Item"
1098
1112
  msgstr "Movimento contabile"
1099
1113
 
1100
- #. module: rma
1101
- #: model:ir.model.fields,field_description:rma.field_rma____last_update
1102
- #: model:ir.model.fields,field_description:rma.field_rma_delivery_wizard____last_update
1103
- #: model:ir.model.fields,field_description:rma.field_rma_finalization____last_update
1104
- #: model:ir.model.fields,field_description:rma.field_rma_finalization_wizard____last_update
1105
- #: model:ir.model.fields,field_description:rma.field_rma_operation____last_update
1106
- #: model:ir.model.fields,field_description:rma.field_rma_split_wizard____last_update
1107
- #: model:ir.model.fields,field_description:rma.field_rma_tag____last_update
1108
- #: model:ir.model.fields,field_description:rma.field_rma_team____last_update
1109
- msgid "Last Modified on"
1110
- msgstr "Ultima modifica il"
1111
-
1112
1114
  #. module: rma
1113
1115
  #: model:ir.model.fields,field_description:rma.field_rma__write_uid
1114
1116
  #: model:ir.model.fields,field_description:rma.field_rma_delivery_wizard__write_uid
@@ -1138,6 +1140,11 @@ msgstr "Ultimo aggiornamento il"
1138
1140
  msgid "Late RMAs"
1139
1141
  msgstr "RMA in ritardo"
1140
1142
 
1143
+ #. module: rma
1144
+ #: model:ir.model.fields,field_description:rma.field_rma_team__alias_incoming_local
1145
+ msgid "Local-part based incoming detection"
1146
+ msgstr ""
1147
+
1141
1148
  #. module: rma
1142
1149
  #: model:ir.model.fields,field_description:rma.field_rma__location_id
1143
1150
  msgid "Location"
@@ -1153,12 +1160,6 @@ msgstr "Blocca"
1153
1160
  msgid "Locked"
1154
1161
  msgstr "Bloccato"
1155
1162
 
1156
- #. module: rma
1157
- #: model:ir.model.fields,field_description:rma.field_rma__message_main_attachment_id
1158
- #: model:ir.model.fields,field_description:rma.field_rma_team__message_main_attachment_id
1159
- msgid "Main Attachment"
1160
- msgstr "Allegato principale"
1161
-
1162
1163
  #. module: rma
1163
1164
  #: model_terms:ir.actions.act_window,help:rma.action_rma_finalization
1164
1165
  msgid ""
@@ -1309,11 +1310,6 @@ msgstr "Trasferimento originale"
1309
1310
  msgid "Other Information"
1310
1311
  msgstr "Altre informazioni"
1311
1312
 
1312
- #. module: rma
1313
- #: model:ir.model.fields,field_description:rma.field_rma_team__alias_user_id
1314
- msgid "Owner"
1315
- msgstr "Proprietario"
1316
-
1317
1313
  #. module: rma
1318
1314
  #: model:ir.model.fields,field_description:rma.field_rma_team__alias_parent_model_id
1319
1315
  msgid "Parent Model"
@@ -1452,11 +1448,6 @@ msgstr "# RMA"
1452
1448
  msgid "RMA Code"
1453
1449
  msgstr "Codice RMA"
1454
1450
 
1455
- #. module: rma
1456
- #: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
1457
- msgid "RMA Confirmation Email"
1458
- msgstr "Email di Conferma RMA"
1459
-
1460
1451
  #. module: rma
1461
1452
  #: model_terms:ir.ui.view,arch_db:rma.rma_view_search
1462
1453
  msgid "RMA Date"
@@ -1516,11 +1507,6 @@ msgstr "RMA nel tipo"
1516
1507
  msgid "RMA Location"
1517
1508
  msgstr "Ubicazione RMA"
1518
1509
 
1519
- #. module: rma
1520
- #: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
1521
- msgid "RMA Manual Finalization"
1522
- msgstr "Chiusura manuale RMA"
1523
-
1524
1510
  #. module: rma
1525
1511
  #: model:mail.message.subtype,name:rma.mt_rma_notification
1526
1512
  #: model:mail.message.subtype,name:rma.mt_rma_team_rma_notification
@@ -1545,11 +1531,6 @@ msgstr "Ordini RMA"
1545
1531
  msgid "RMA Out Type"
1546
1532
  msgstr "Tipo RMA in uscita"
1547
1533
 
1548
- #. module: rma
1549
- #: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
1550
- msgid "RMA Receipt Confirmation Email"
1551
- msgstr "E-mail di conferma ricevuta RMA"
1552
-
1553
1534
  #. module: rma
1554
1535
  #: model:mail.template,name:rma.mail_template_rma_receipt_notification
1555
1536
  msgid "RMA Receipt Notification"
@@ -1610,11 +1591,6 @@ msgstr "Notifiche automatiche ai clienti RMA"
1610
1591
  msgid "RMA count"
1611
1592
  msgstr "Conteggio RMA"
1612
1593
 
1613
- #. module: rma
1614
- #: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
1615
- msgid "RMA draft notification Email"
1616
- msgstr "E-mail di notifica bozza RMA"
1617
-
1618
1594
  #. module: rma
1619
1595
  #: model:mail.message.subtype,description:rma.mt_rma_draft
1620
1596
  msgid "RMA in draft state"
@@ -1729,11 +1705,6 @@ msgstr "Rimborsato"
1729
1705
  msgid "Remaining delivered qty"
1730
1706
  msgstr "Quantità da consegnare rimanenti"
1731
1707
 
1732
- #. module: rma
1733
- #: model:ir.model.fields,field_description:rma.field_rma__remaining_qty_to_done
1734
- msgid "Remaining delivered qty to done"
1735
- msgstr "Quantità consegnata rimanente da fare"
1736
-
1737
1708
  #. module: rma
1738
1709
  #: model:rma.operation,name:rma.rma_operation_return
1739
1710
  msgid "Repair"
@@ -1839,8 +1810,8 @@ msgid ""
1839
1810
  "Return: <a href=\"#\" data-oe-model=\"stock.picking\" data-oe-id=\"%(id)d\">"
1840
1811
  "%(name)s</a> has been created."
1841
1812
  msgstr ""
1842
- "Reso: <a href=\"#\" data-oe-model=\"stock.picking\" data-oe-id=\"%(id)d\""
1843
- ">%(name)s</a> creato."
1813
+ "Reso: <a href=\"#\" data-oe-model=\"stock.picking\" data-oe-id=\"%(id)d\">"
1814
+ "%(name)s</a> creato."
1844
1815
 
1845
1816
  #. module: rma
1846
1817
  #: model:ir.model.fields.selection,name:rma.selection__rma__state__returned
@@ -1862,6 +1833,12 @@ msgstr "Conteggio Rma"
1862
1833
  msgid "Rma Location"
1863
1834
  msgstr "Ubicazione RMA"
1864
1835
 
1836
+ #. module: rma
1837
+ #: model:ir.model.fields,field_description:rma.field_rma__message_has_sms_error
1838
+ #: model:ir.model.fields,field_description:rma.field_rma_team__message_has_sms_error
1839
+ msgid "SMS Delivery error"
1840
+ msgstr "Errore consegna SMS"
1841
+
1865
1842
  #. module: rma
1866
1843
  #: model:ir.model.fields,field_description:rma.field_rma_delivery_wizard__scheduled_date
1867
1844
  msgid "Scheduled Date"
@@ -1984,8 +1961,8 @@ msgid ""
1984
1961
  "Split: <a href=\"#\" data-oe-model=\"rma\" data-oe-id=\"%(id)d\">%(name)s</"
1985
1962
  "a> has been created."
1986
1963
  msgstr ""
1987
- "Divisione: <a href=\"#\" data-oe-model=\"rma\" data-oe-id=\"%(id)d\""
1988
- ">%(name)s</a> creata."
1964
+ "Divisione: <a href=\"#\" data-oe-model=\"rma\" data-oe-id=\"%(id)d\">"
1965
+ "%(name)s</a> creata."
1989
1966
 
1990
1967
  #. module: rma
1991
1968
  #: model:ir.model.fields,field_description:rma.field_rma__state
@@ -2085,20 +2062,6 @@ msgstr ""
2085
2062
  "Il nome dell'alias email, ad es. 'lavori' se vuoi ricevere email per "
2086
2063
  "<lavori@example.odoo.com>"
2087
2064
 
2088
- #. module: rma
2089
- #: model:ir.model.fields,help:rma.field_rma_team__alias_user_id
2090
- msgid ""
2091
- "The owner of records created upon receiving emails on this alias. If this "
2092
- "field is not set the system will attempt to find the right owner based on "
2093
- "the sender (From) address, or will use the Administrator account if no "
2094
- "system user is found for that address."
2095
- msgstr ""
2096
- "Il proprietario dei record creati dopo aver ricevuto email con questo alias. "
2097
- "Se questo campo non è impostato il sistema tenterà di trovare il "
2098
- "proprietario corretto in base all'indirizzo del mittente (Da) oppure "
2099
- "utilizzerà l'account amministratore se non viene trovato alcun utente di "
2100
- "sistema per quell'indirizzo."
2101
-
2102
2065
  #. module: rma
2103
2066
  #. odoo-python
2104
2067
  #: code:addons/rma/models/stock_move.py:0
@@ -2227,6 +2190,11 @@ msgstr "Utente: tutti i documenti"
2227
2190
  msgid "User: Own Documents Only"
2228
2191
  msgstr "Utente: solo i propri documenti"
2229
2192
 
2193
+ #. module: rma
2194
+ #: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
2195
+ msgid "Values set here are company-specific."
2196
+ msgstr ""
2197
+
2230
2198
  #. module: rma
2231
2199
  #: model:ir.model.fields.selection,name:rma.selection__rma__state__waiting_replacement
2232
2200
  msgid "Waiting for replacement"
@@ -2279,11 +2247,9 @@ msgstr "Quando l'RMA è confermato, inviare un'e-mail informativa automatica."
2279
2247
  #. module: rma
2280
2248
  #: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
2281
2249
  msgid ""
2282
- "When the RMA is receive, allow to finsish it manually choosing\n"
2283
- " a finalization reason."
2250
+ "When the RMA is receive, allow to finsish it manually choosing a "
2251
+ "finalization reason."
2284
2252
  msgstr ""
2285
- "Quando si riceve l'RMA, permetti di chiuderlo manualmente scegliendo\n"
2286
- " un motivo per la chiusura."
2287
2253
 
2288
2254
  #. module: rma
2289
2255
  #: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
@@ -2347,13 +2313,6 @@ msgid ""
2347
2313
  "reports."
2348
2314
  msgstr "l'utente avrà accesso alla configurazione RMA e ai report statistici."
2349
2315
 
2350
- #. module: rma
2351
- #: model:mail.template,report_name:rma.mail_template_rma_draft_notification
2352
- #: model:mail.template,report_name:rma.mail_template_rma_notification
2353
- #: model:mail.template,report_name:rma.mail_template_rma_receipt_notification
2354
- msgid "{{(object.name or '')}}"
2355
- msgstr "{{(object.name or '')}}"
2356
-
2357
2316
  #. module: rma
2358
2317
  #: model:mail.template,subject:rma.mail_template_rma_notification
2359
2318
  msgid "{{object.company_id.name}} RMA (Ref {{object.name or 'n/a' }})"
@@ -2374,8 +2333,67 @@ msgid ""
2374
2333
  "{{object.company_id.name}} Your RMA has been succesfully created (Ref "
2375
2334
  "{{object.name or 'n/a' }})"
2376
2335
  msgstr ""
2377
- "{{object.company_id.name}} La vostra RMA è stata creata con successo (rif. {{"
2378
- "object.name or 'n/a' }})"
2336
+ "{{object.company_id.name}} La vostra RMA è stata creata con successo (rif. "
2337
+ "{{object.name or 'n/a' }})"
2338
+
2339
+ #~ msgid ""
2340
+ #~ "<span class=\"fa fa-lg fa-building-o\" title=\"Values set here are "
2341
+ #~ "company-specific.\" groups=\"base.group_multi_company\"/>"
2342
+ #~ msgstr ""
2343
+ #~ "<span class=\"fa fa-lg fa-building-o\" title=\"I valori impostati qui "
2344
+ #~ "sono specifici per azienda.\" groups=\"base.group_multi_company\"/>"
2345
+
2346
+ #~ msgid "Alias domain"
2347
+ #~ msgstr "Dominio alias"
2348
+
2349
+ #~ msgid "Delivered Qty Done"
2350
+ #~ msgstr "Quantità consegnata fatta"
2351
+
2352
+ #~ msgid "Last Modified on"
2353
+ #~ msgstr "Ultima modifica il"
2354
+
2355
+ #~ msgid "Main Attachment"
2356
+ #~ msgstr "Allegato principale"
2357
+
2358
+ #~ msgid "Owner"
2359
+ #~ msgstr "Proprietario"
2360
+
2361
+ #~ msgid "RMA Confirmation Email"
2362
+ #~ msgstr "Email di Conferma RMA"
2363
+
2364
+ #~ msgid "RMA Manual Finalization"
2365
+ #~ msgstr "Chiusura manuale RMA"
2366
+
2367
+ #~ msgid "RMA Receipt Confirmation Email"
2368
+ #~ msgstr "E-mail di conferma ricevuta RMA"
2369
+
2370
+ #~ msgid "RMA draft notification Email"
2371
+ #~ msgstr "E-mail di notifica bozza RMA"
2372
+
2373
+ #~ msgid "Remaining delivered qty to done"
2374
+ #~ msgstr "Quantità consegnata rimanente da fare"
2375
+
2376
+ #~ msgid ""
2377
+ #~ "The owner of records created upon receiving emails on this alias. If this "
2378
+ #~ "field is not set the system will attempt to find the right owner based on "
2379
+ #~ "the sender (From) address, or will use the Administrator account if no "
2380
+ #~ "system user is found for that address."
2381
+ #~ msgstr ""
2382
+ #~ "Il proprietario dei record creati dopo aver ricevuto email con questo "
2383
+ #~ "alias. Se questo campo non è impostato il sistema tenterà di trovare il "
2384
+ #~ "proprietario corretto in base all'indirizzo del mittente (Da) oppure "
2385
+ #~ "utilizzerà l'account amministratore se non viene trovato alcun utente di "
2386
+ #~ "sistema per quell'indirizzo."
2387
+
2388
+ #~ msgid ""
2389
+ #~ "When the RMA is receive, allow to finsish it manually choosing\n"
2390
+ #~ " a finalization reason."
2391
+ #~ msgstr ""
2392
+ #~ "Quando si riceve l'RMA, permetti di chiuderlo manualmente scegliendo\n"
2393
+ #~ " un motivo per la chiusura."
2394
+
2395
+ #~ msgid "{{(object.name or '')}}"
2396
+ #~ msgstr "{{(object.name or '')}}"
2379
2397
 
2380
2398
  #~ msgid "${(object.name or '')}"
2381
2399
  #~ msgstr "${(object.name or '')}"
@@ -2584,9 +2602,6 @@ msgstr ""
2584
2602
  #~ "Reso: <a href=\"#\" data-oe-model=\"stock.picking\" data-oe-id=\"%d\">%s</"
2585
2603
  #~ "a> è stato creato."
2586
2604
 
2587
- #~ msgid "SMS Delivery error"
2588
- #~ msgstr "Errore consegna SMS"
2589
-
2590
2605
  #, python-format
2591
2606
  #~ msgid ""
2592
2607
  #~ "Split: <a href=\"#\" data-oe-model=\"rma\" data-oe-id=\"%d\">%s</a> has "