@@ -19,31 +19,25 @@ msgstr ""
19
19
#. module: sql_export_mail
20
20
#: model:mail.template,body_html: sql_export_mail.sql_export_mailer
21
21
msgid ""
22
- "<div style=\" font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \" >\n"
23
- "\n"
24
- " <p>You will find the report <t t-out=\" object.name or ''\" ></t> as an attachment of the mail.</p>\n"
25
- "\n"
26
- "</div>\n"
27
- " "
28
- msgstr ""
29
22
"<div style=\" font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-"
30
23
"serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \" >\n"
31
24
"\n"
32
- " <p>Il resoconto <t t-out=\" object.name or ''\" ></t> verrà allegato alla "
33
- "e- mail.</p>\n"
25
+ " <p>You will find the report <t t-out=\" object.name or ''\" /> as an "
26
+ "attachment of the mail.</p>\n"
34
27
"\n"
35
28
"</div>\n"
36
29
" "
30
+ msgstr ""
37
31
38
32
#. module: sql_export_mail
39
33
#: model:ir.model.fields,help: sql_export_mail.field_sql_export__mail_user_ids
40
34
msgid ""
41
- "Add the users who want to receive the report by e-mail. You need to link the"
42
- " sql query with a cron to send mail automatically"
35
+ "Add the users who want to receive the report by e-mail. You need to link the "
36
+ "sql query with a cron to send mail automatically"
43
37
msgstr ""
44
38
"Aggiungere gli utenti che vogliono ricevere il resoconto via e-mail. È "
45
- "necessario collegare la query SQL ad un cron per inviare automaticamente "
46
- "l'e- mail"
39
+ "necessario collegare la query SQL ad un cron per inviare automaticamente l'e- "
40
+ "mail"
47
41
48
42
#. module: sql_export_mail
49
43
#: model_terms:ir.ui.view,arch_db: sql_export_mail.sql_export_mail_view_form
@@ -62,7 +56,6 @@ msgid "File Not Empty"
62
56
msgstr "File non vuoto"
63
57
64
58
#. module: sql_export_mail
65
- #. odoo-python
66
59
#: code:addons/sql_export_mail/models/sql_export.py:0
67
60
#, python-format
68
61
msgid ""
@@ -93,7 +86,6 @@ msgid "SQL export"
93
86
msgstr "Esporta SQL"
94
87
95
88
#. module: sql_export_mail
96
- #. odoo-python
97
89
#: code:addons/sql_export_mail/models/sql_export.py:0
98
90
#, python-format
99
91
msgid "The user does not have any e-mail address."
@@ -113,3 +105,24 @@ msgstr "Utente avvisato per e-mail"
113
105
#: model:mail.template,subject: sql_export_mail.sql_export_mailer
114
106
msgid "{{object.name or ''}}"
115
107
msgstr "{{object.name or ''}}"
108
+
109
+ #~ msgid ""
110
+ #~ "<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-"
111
+ #~ "serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; "
112
+ #~ "\">\n"
113
+ #~ "\n"
114
+ #~ " <p>You will find the report <t t-out=\"object.name or ''\"></t> as an "
115
+ #~ "attachment of the mail.</p>\n"
116
+ #~ "\n"
117
+ #~ "</div>\n"
118
+ #~ " "
119
+ #~ msgstr ""
120
+ #~ "<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-"
121
+ #~ "serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; "
122
+ #~ "\">\n"
123
+ #~ "\n"
124
+ #~ " <p>Il resoconto <t t-out=\"object.name or ''\"></t> verrà allegato "
125
+ #~ "alla e-mail.</p>\n"
126
+ #~ "\n"
127
+ #~ "</div>\n"
128
+ #~ " "
0 commit comments