odoo-addon-mail-gateway 16.0.1.0.1__py3-none-any.whl → 16.0.1.1.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.
Potentially problematic release.
This version of odoo-addon-mail-gateway might be problematic. Click here for more details.
- odoo/addons/mail_gateway/README.rst +1 -1
- odoo/addons/mail_gateway/__manifest__.py +2 -1
- odoo/addons/mail_gateway/i18n/es.po +306 -3
- odoo/addons/mail_gateway/i18n/it.po +306 -3
- odoo/addons/mail_gateway/i18n/mail_gateway.pot +302 -0
- odoo/addons/mail_gateway/models/res_partner.py +19 -0
- odoo/addons/mail_gateway/security/ir.model.access.csv +1 -0
- odoo/addons/mail_gateway/static/description/index.html +1 -1
- odoo/addons/mail_gateway/static/src/models/composer_view.esm.js +58 -11
- odoo/addons/mail_gateway/wizards/__init__.py +1 -0
- odoo/addons/mail_gateway/wizards/mail_compose_gateway_message.py +75 -0
- odoo/addons/mail_gateway/wizards/mail_compose_gateway_message.xml +43 -0
- {odoo_addon_mail_gateway-16.0.1.0.1.dist-info → odoo_addon_mail_gateway-16.0.1.1.0.1.dist-info}/METADATA +3 -3
- {odoo_addon_mail_gateway-16.0.1.0.1.dist-info → odoo_addon_mail_gateway-16.0.1.1.0.1.dist-info}/RECORD +16 -14
- {odoo_addon_mail_gateway-16.0.1.0.1.dist-info → odoo_addon_mail_gateway-16.0.1.1.0.1.dist-info}/WHEEL +1 -1
- {odoo_addon_mail_gateway-16.0.1.0.1.dist-info → odoo_addon_mail_gateway-16.0.1.1.0.1.dist-info}/top_level.txt +0 -0
|
@@ -7,7 +7,7 @@ Mail Gateway
|
|
|
7
7
|
!! This file is generated by oca-gen-addon-readme !!
|
|
8
8
|
!! changes will be overwritten. !!
|
|
9
9
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
10
|
-
!! source digest: sha256:
|
|
10
|
+
!! source digest: sha256:3783213eb7b4ecae55a769a1f14e1ed6440173fa41bc473b6e9b055a691ea4aa
|
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
12
12
|
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -5,13 +5,14 @@
|
|
|
5
5
|
"name": "Mail Gateway",
|
|
6
6
|
"summary": """
|
|
7
7
|
Set a gateway""",
|
|
8
|
-
"version": "16.0.1.0
|
|
8
|
+
"version": "16.0.1.1.0",
|
|
9
9
|
"license": "AGPL-3",
|
|
10
10
|
"author": "Creu Blanca,Dixmit,Odoo Community Association (OCA)",
|
|
11
11
|
"website": "https://github.com/OCA/social",
|
|
12
12
|
"depends": ["mail"],
|
|
13
13
|
"pre_init_hook": "pre_init_hook",
|
|
14
14
|
"data": [
|
|
15
|
+
"wizards/mail_compose_gateway_message.xml",
|
|
15
16
|
"wizards/mail_message_gateway_link.xml",
|
|
16
17
|
"wizards/mail_message_gateway_send.xml",
|
|
17
18
|
"wizards/mail_guest_manage.xml",
|
|
@@ -16,6 +16,16 @@ msgstr ""
|
|
|
16
16
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
17
17
|
"X-Generator: Weblate 4.17\n"
|
|
18
18
|
|
|
19
|
+
#. module: mail_gateway
|
|
20
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__active_domain
|
|
21
|
+
msgid "Active domain"
|
|
22
|
+
msgstr ""
|
|
23
|
+
|
|
24
|
+
#. module: mail_gateway
|
|
25
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__partner_ids
|
|
26
|
+
msgid "Additional Contacts"
|
|
27
|
+
msgstr ""
|
|
28
|
+
|
|
19
29
|
#. module: mail_gateway
|
|
20
30
|
#: model:ir.model.fields,field_description:mail_gateway.field_mail_channel__anonymous_name
|
|
21
31
|
msgid "Anonymous Name"
|
|
@@ -26,6 +36,38 @@ msgstr "Nombre anónimo"
|
|
|
26
36
|
msgid "Assign gateway guest to a partner"
|
|
27
37
|
msgstr ""
|
|
28
38
|
|
|
39
|
+
#. module: mail_gateway
|
|
40
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__attachment_ids
|
|
41
|
+
msgid "Attachments"
|
|
42
|
+
msgstr ""
|
|
43
|
+
|
|
44
|
+
#. module: mail_gateway
|
|
45
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__author_id
|
|
46
|
+
msgid "Author"
|
|
47
|
+
msgstr ""
|
|
48
|
+
|
|
49
|
+
#. module: mail_gateway
|
|
50
|
+
#: model:ir.model.fields,help:mail_gateway.field_mail_compose_gateway_message__author_id
|
|
51
|
+
msgid ""
|
|
52
|
+
"Author of the message. If not set, email_from may hold an email address that "
|
|
53
|
+
"did not match any partner."
|
|
54
|
+
msgstr ""
|
|
55
|
+
|
|
56
|
+
#. module: mail_gateway
|
|
57
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__partner_bcc_ids
|
|
58
|
+
msgid "Bcc"
|
|
59
|
+
msgstr ""
|
|
60
|
+
|
|
61
|
+
#. module: mail_gateway
|
|
62
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__can_attach_attachment
|
|
63
|
+
msgid "Can Attach Attachment"
|
|
64
|
+
msgstr ""
|
|
65
|
+
|
|
66
|
+
#. module: mail_gateway
|
|
67
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__can_edit_body
|
|
68
|
+
msgid "Can Edit Body"
|
|
69
|
+
msgstr ""
|
|
70
|
+
|
|
29
71
|
#. module: mail_gateway
|
|
30
72
|
#: model:ir.model.fields,field_description:mail_gateway.field_mail_gateway__can_set_webhook
|
|
31
73
|
msgid "Can Set Webhook"
|
|
@@ -38,6 +80,11 @@ msgstr "Puede establecer un webhook"
|
|
|
38
80
|
msgid "Cancel"
|
|
39
81
|
msgstr "Cancelar"
|
|
40
82
|
|
|
83
|
+
#. module: mail_gateway
|
|
84
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__partner_cc_ids
|
|
85
|
+
msgid "Cc"
|
|
86
|
+
msgstr ""
|
|
87
|
+
|
|
41
88
|
#. module: mail_gateway
|
|
42
89
|
#: model:ir.model.fields,field_description:mail_gateway.field_mail_channel__channel_type
|
|
43
90
|
msgid "Channel Type"
|
|
@@ -46,8 +93,8 @@ msgstr "Tipo de canal"
|
|
|
46
93
|
#. module: mail_gateway
|
|
47
94
|
#: model:ir.model.fields,help:mail_gateway.field_mail_channel__channel_type
|
|
48
95
|
msgid ""
|
|
49
|
-
"Chat is private and unique between 2 persons. Group is private among invited"
|
|
50
|
-
"
|
|
96
|
+
"Chat is private and unique between 2 persons. Group is private among invited "
|
|
97
|
+
"persons. Channel can be freely joined (depending on its configuration)."
|
|
51
98
|
msgstr ""
|
|
52
99
|
"El chat es privado y único entre 2 personas. El grupo es privado entre las "
|
|
53
100
|
"personas invitadas. El canal se pueden unir libremente (dependiendo de su "
|
|
@@ -66,17 +113,33 @@ msgstr ""
|
|
|
66
113
|
msgid "Company"
|
|
67
114
|
msgstr "Compañía"
|
|
68
115
|
|
|
116
|
+
#. module: mail_gateway
|
|
117
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__composition_mode
|
|
118
|
+
msgid "Composition mode"
|
|
119
|
+
msgstr ""
|
|
120
|
+
|
|
121
|
+
#. module: mail_gateway
|
|
122
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__reply_to_force_new
|
|
123
|
+
msgid "Considers answers as new thread"
|
|
124
|
+
msgstr ""
|
|
125
|
+
|
|
69
126
|
#. module: mail_gateway
|
|
70
127
|
#: model:ir.model,name:mail_gateway.model_res_partner
|
|
71
128
|
msgid "Contact"
|
|
72
129
|
msgstr "Contacto"
|
|
73
130
|
|
|
131
|
+
#. module: mail_gateway
|
|
132
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__body
|
|
133
|
+
msgid "Contents"
|
|
134
|
+
msgstr ""
|
|
135
|
+
|
|
74
136
|
#. module: mail_gateway
|
|
75
137
|
#: model_terms:ir.ui.view,arch_db:mail_gateway.mail_guest_manage_form_view
|
|
76
138
|
msgid "Create new partner"
|
|
77
139
|
msgstr "Crear una nueva empresa"
|
|
78
140
|
|
|
79
141
|
#. module: mail_gateway
|
|
142
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__create_uid
|
|
80
143
|
#: model:ir.model.fields,field_description:mail_gateway.field_mail_gateway__create_uid
|
|
81
144
|
#: model:ir.model.fields,field_description:mail_gateway.field_mail_guest_manage__create_uid
|
|
82
145
|
#: model:ir.model.fields,field_description:mail_gateway.field_mail_message_gateway_link__create_uid
|
|
@@ -86,6 +149,7 @@ msgid "Created by"
|
|
|
86
149
|
msgstr "Creado por"
|
|
87
150
|
|
|
88
151
|
#. module: mail_gateway
|
|
152
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__create_date
|
|
89
153
|
#: model:ir.model.fields,field_description:mail_gateway.field_mail_gateway__create_date
|
|
90
154
|
#: model:ir.model.fields,field_description:mail_gateway.field_mail_guest_manage__create_date
|
|
91
155
|
#: model:ir.model.fields,field_description:mail_gateway.field_mail_message_gateway_link__create_date
|
|
@@ -94,12 +158,23 @@ msgstr "Creado por"
|
|
|
94
158
|
msgid "Created on"
|
|
95
159
|
msgstr "Creado el"
|
|
96
160
|
|
|
161
|
+
#. module: mail_gateway
|
|
162
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__auto_delete
|
|
163
|
+
msgid "Delete Emails"
|
|
164
|
+
msgstr ""
|
|
165
|
+
|
|
166
|
+
#. module: mail_gateway
|
|
167
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__auto_delete_message
|
|
168
|
+
msgid "Delete Message Copy"
|
|
169
|
+
msgstr ""
|
|
170
|
+
|
|
97
171
|
#. module: mail_gateway
|
|
98
172
|
#: model:ir.model,name:mail_gateway.model_mail_channel
|
|
99
173
|
msgid "Discussion Channel"
|
|
100
174
|
msgstr "Canal de discusión"
|
|
101
175
|
|
|
102
176
|
#. module: mail_gateway
|
|
177
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__display_name
|
|
103
178
|
#: model:ir.model.fields,field_description:mail_gateway.field_mail_gateway__display_name
|
|
104
179
|
#: model:ir.model.fields,field_description:mail_gateway.field_mail_guest_manage__display_name
|
|
105
180
|
#: model:ir.model.fields,field_description:mail_gateway.field_mail_message_gateway_link__display_name
|
|
@@ -108,11 +183,35 @@ msgstr "Canal de discusión"
|
|
|
108
183
|
msgid "Display Name"
|
|
109
184
|
msgstr "Mostrar Nombre"
|
|
110
185
|
|
|
186
|
+
#. module: mail_gateway
|
|
187
|
+
#: model:ir.model.fields,help:mail_gateway.field_mail_compose_gateway_message__auto_delete_message
|
|
188
|
+
msgid ""
|
|
189
|
+
"Do not keep a copy of the email in the document communication history (mass "
|
|
190
|
+
"mailing only)"
|
|
191
|
+
msgstr ""
|
|
192
|
+
|
|
193
|
+
#. module: mail_gateway
|
|
194
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__email_add_signature
|
|
195
|
+
msgid "Email Add Signature"
|
|
196
|
+
msgstr ""
|
|
197
|
+
|
|
198
|
+
#. module: mail_gateway
|
|
199
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__email_layout_xmlid
|
|
200
|
+
msgid "Email Notification Layout"
|
|
201
|
+
msgstr ""
|
|
202
|
+
|
|
111
203
|
#. module: mail_gateway
|
|
112
204
|
#: model:ir.model,name:mail_gateway.model_mail_thread
|
|
113
205
|
msgid "Email Thread"
|
|
114
206
|
msgstr "Hilo de mensajes"
|
|
115
207
|
|
|
208
|
+
#. module: mail_gateway
|
|
209
|
+
#: model:ir.model.fields,help:mail_gateway.field_mail_compose_gateway_message__email_from
|
|
210
|
+
msgid ""
|
|
211
|
+
"Email address of the sender. This field is set when no matching partner is "
|
|
212
|
+
"found and replaces the author_id field in the chatter."
|
|
213
|
+
msgstr ""
|
|
214
|
+
|
|
116
215
|
#. module: mail_gateway
|
|
117
216
|
#: model:ir.model.fields,help:mail_gateway.field_mail_notification__gateway_failure_reason
|
|
118
217
|
msgid ""
|
|
@@ -130,6 +229,11 @@ msgstr ""
|
|
|
130
229
|
msgid "Find a gateway channel..."
|
|
131
230
|
msgstr ""
|
|
132
231
|
|
|
232
|
+
#. module: mail_gateway
|
|
233
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__email_from
|
|
234
|
+
msgid "From"
|
|
235
|
+
msgstr ""
|
|
236
|
+
|
|
133
237
|
#. module: mail_gateway
|
|
134
238
|
#: model:ir.actions.act_window,name:mail_gateway.mail_gateway_act_window
|
|
135
239
|
#: model:ir.model.fields,field_description:mail_gateway.field_mail_channel__gateway_id
|
|
@@ -215,6 +319,7 @@ msgstr ""
|
|
|
215
319
|
#. module: mail_gateway
|
|
216
320
|
#. odoo-javascript
|
|
217
321
|
#: code:addons/mail_gateway/static/src/components/chatter/chatter.xml:0
|
|
322
|
+
#: code:addons/mail_gateway/static/src/models/composer_view.esm.js:0
|
|
218
323
|
#, python-format
|
|
219
324
|
msgid "Gateway message"
|
|
220
325
|
msgstr ""
|
|
@@ -224,6 +329,11 @@ msgstr ""
|
|
|
224
329
|
msgid "Gateway related Token"
|
|
225
330
|
msgstr ""
|
|
226
331
|
|
|
332
|
+
#. module: mail_gateway
|
|
333
|
+
#: model_terms:ir.ui.view,arch_db:mail_gateway.mail_compose_gateway_message_form_view
|
|
334
|
+
msgid "Gateways"
|
|
335
|
+
msgstr ""
|
|
336
|
+
|
|
227
337
|
#. module: mail_gateway
|
|
228
338
|
#: model:ir.model,name:mail_gateway.model_mail_guest
|
|
229
339
|
#: model:ir.model.fields,field_description:mail_gateway.field_mail_guest_manage__guest_id
|
|
@@ -236,6 +346,7 @@ msgid "Has New Channel Security"
|
|
|
236
346
|
msgstr ""
|
|
237
347
|
|
|
238
348
|
#. module: mail_gateway
|
|
349
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__id
|
|
239
350
|
#: model:ir.model.fields,field_description:mail_gateway.field_mail_gateway__id
|
|
240
351
|
#: model:ir.model.fields,field_description:mail_gateway.field_mail_guest_manage__id
|
|
241
352
|
#: model:ir.model.fields,field_description:mail_gateway.field_mail_message_gateway_link__id
|
|
@@ -244,6 +355,13 @@ msgstr ""
|
|
|
244
355
|
msgid "ID"
|
|
245
356
|
msgstr ""
|
|
246
357
|
|
|
358
|
+
#. module: mail_gateway
|
|
359
|
+
#: model:ir.model.fields,help:mail_gateway.field_mail_compose_gateway_message__mass_mailing_name
|
|
360
|
+
msgid ""
|
|
361
|
+
"If set, a mass mailing will be created so that you can track its results in "
|
|
362
|
+
"the Email Marketing app."
|
|
363
|
+
msgstr ""
|
|
364
|
+
|
|
247
365
|
#. module: mail_gateway
|
|
248
366
|
#: model_terms:ir.ui.view,arch_db:mail_gateway.mail_gateway_form_view
|
|
249
367
|
msgid "Integrate Webhook"
|
|
@@ -259,6 +377,11 @@ msgstr ""
|
|
|
259
377
|
msgid "Integrated Webhook State"
|
|
260
378
|
msgstr ""
|
|
261
379
|
|
|
380
|
+
#. module: mail_gateway
|
|
381
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__is_mail_template_editor
|
|
382
|
+
msgid "Is Editor"
|
|
383
|
+
msgstr ""
|
|
384
|
+
|
|
262
385
|
#. module: mail_gateway
|
|
263
386
|
#: model:ir.model.fields,help:mail_gateway.field_mail_channel__gateway_token
|
|
264
387
|
#: model:ir.model.fields,help:mail_gateway.field_mail_gateway__token
|
|
@@ -278,6 +401,12 @@ msgid ""
|
|
|
278
401
|
msgstr ""
|
|
279
402
|
|
|
280
403
|
#. module: mail_gateway
|
|
404
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__lang
|
|
405
|
+
msgid "Language"
|
|
406
|
+
msgstr ""
|
|
407
|
+
|
|
408
|
+
#. module: mail_gateway
|
|
409
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message____last_update
|
|
281
410
|
#: model:ir.model.fields,field_description:mail_gateway.field_mail_gateway____last_update
|
|
282
411
|
#: model:ir.model.fields,field_description:mail_gateway.field_mail_guest_manage____last_update
|
|
283
412
|
#: model:ir.model.fields,field_description:mail_gateway.field_mail_message_gateway_link____last_update
|
|
@@ -287,6 +416,7 @@ msgid "Last Modified on"
|
|
|
287
416
|
msgstr ""
|
|
288
417
|
|
|
289
418
|
#. module: mail_gateway
|
|
419
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__write_uid
|
|
290
420
|
#: model:ir.model.fields,field_description:mail_gateway.field_mail_gateway__write_uid
|
|
291
421
|
#: model:ir.model.fields,field_description:mail_gateway.field_mail_guest_manage__write_uid
|
|
292
422
|
#: model:ir.model.fields,field_description:mail_gateway.field_mail_message_gateway_link__write_uid
|
|
@@ -296,6 +426,7 @@ msgid "Last Updated by"
|
|
|
296
426
|
msgstr ""
|
|
297
427
|
|
|
298
428
|
#. module: mail_gateway
|
|
429
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__write_date
|
|
299
430
|
#: model:ir.model.fields,field_description:mail_gateway.field_mail_gateway__write_date
|
|
300
431
|
#: model:ir.model.fields,field_description:mail_gateway.field_mail_guest_manage__write_date
|
|
301
432
|
#: model:ir.model.fields,field_description:mail_gateway.field_mail_message_gateway_link__write_date
|
|
@@ -328,6 +459,21 @@ msgstr ""
|
|
|
328
459
|
msgid "Link to thread"
|
|
329
460
|
msgstr ""
|
|
330
461
|
|
|
462
|
+
#. module: mail_gateway
|
|
463
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__is_log
|
|
464
|
+
msgid "Log as Internal Note"
|
|
465
|
+
msgstr ""
|
|
466
|
+
|
|
467
|
+
#. module: mail_gateway
|
|
468
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__mail_activity_type_id
|
|
469
|
+
msgid "Mail Activity Type"
|
|
470
|
+
msgstr ""
|
|
471
|
+
|
|
472
|
+
#. module: mail_gateway
|
|
473
|
+
#: model:ir.model,name:mail_gateway.model_mail_compose_gateway_message
|
|
474
|
+
msgid "Mail Compose Gateway Message"
|
|
475
|
+
msgstr ""
|
|
476
|
+
|
|
331
477
|
#. module: mail_gateway
|
|
332
478
|
#: model:ir.model,name:mail_gateway.model_mail_gateway
|
|
333
479
|
msgid "Mail Gateway"
|
|
@@ -343,6 +489,18 @@ msgstr ""
|
|
|
343
489
|
msgid "Mail Message Gateway Send"
|
|
344
490
|
msgstr ""
|
|
345
491
|
|
|
492
|
+
#. module: mail_gateway
|
|
493
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__mailing_list_ids
|
|
494
|
+
msgid "Mailing List"
|
|
495
|
+
msgstr ""
|
|
496
|
+
|
|
497
|
+
#. module: mail_gateway
|
|
498
|
+
#: model:ir.model.fields,help:mail_gateway.field_mail_compose_gateway_message__reply_to_force_new
|
|
499
|
+
msgid ""
|
|
500
|
+
"Manage answers as new incoming emails instead of replies going to the same "
|
|
501
|
+
"thread."
|
|
502
|
+
msgstr ""
|
|
503
|
+
|
|
346
504
|
#. module: mail_gateway
|
|
347
505
|
#. odoo-javascript
|
|
348
506
|
#: code:addons/mail_gateway/static/src/models/channel_member_view.esm.js:0
|
|
@@ -350,6 +508,21 @@ msgstr ""
|
|
|
350
508
|
msgid "Manage guest"
|
|
351
509
|
msgstr ""
|
|
352
510
|
|
|
511
|
+
#. module: mail_gateway
|
|
512
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__mass_mailing_id
|
|
513
|
+
msgid "Mass Mailing"
|
|
514
|
+
msgstr ""
|
|
515
|
+
|
|
516
|
+
#. module: mail_gateway
|
|
517
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__campaign_id
|
|
518
|
+
msgid "Mass Mailing Campaign"
|
|
519
|
+
msgstr ""
|
|
520
|
+
|
|
521
|
+
#. module: mail_gateway
|
|
522
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__mass_mailing_name
|
|
523
|
+
msgid "Mass Mailing Name"
|
|
524
|
+
msgstr ""
|
|
525
|
+
|
|
353
526
|
#. module: mail_gateway
|
|
354
527
|
#: model:ir.model.fields,field_description:mail_gateway.field_mail_gateway__member_ids
|
|
355
528
|
msgid "Member"
|
|
@@ -377,6 +550,18 @@ msgstr ""
|
|
|
377
550
|
msgid "Message Notifications"
|
|
378
551
|
msgstr ""
|
|
379
552
|
|
|
553
|
+
#. module: mail_gateway
|
|
554
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__record_name
|
|
555
|
+
msgid "Message Record Name"
|
|
556
|
+
msgstr ""
|
|
557
|
+
|
|
558
|
+
#. module: mail_gateway
|
|
559
|
+
#: model:ir.model.fields,help:mail_gateway.field_mail_compose_gateway_message__message_type
|
|
560
|
+
msgid ""
|
|
561
|
+
"Message type: email for email message, notification for system message, "
|
|
562
|
+
"comment for other messages such as user replies"
|
|
563
|
+
msgstr ""
|
|
564
|
+
|
|
380
565
|
#. module: mail_gateway
|
|
381
566
|
#: model:ir.model.fields,field_description:mail_gateway.field_mail_gateway__name
|
|
382
567
|
#: model:ir.model.fields,field_description:mail_gateway.field_res_partner_gateway_channel__name
|
|
@@ -395,12 +580,56 @@ msgstr ""
|
|
|
395
580
|
msgid "Notification Type"
|
|
396
581
|
msgstr ""
|
|
397
582
|
|
|
583
|
+
#. module: mail_gateway
|
|
584
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__notify
|
|
585
|
+
msgid "Notify followers"
|
|
586
|
+
msgstr ""
|
|
587
|
+
|
|
588
|
+
#. module: mail_gateway
|
|
589
|
+
#: model:ir.model.fields,help:mail_gateway.field_mail_compose_gateway_message__notify
|
|
590
|
+
msgid "Notify followers of the document (mass post only)"
|
|
591
|
+
msgstr ""
|
|
592
|
+
|
|
593
|
+
#. module: mail_gateway
|
|
594
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__object_attachment_ids
|
|
595
|
+
msgid "Object Attachments"
|
|
596
|
+
msgstr ""
|
|
597
|
+
|
|
598
|
+
#. module: mail_gateway
|
|
599
|
+
#: model:ir.model.fields,help:mail_gateway.field_mail_compose_gateway_message__lang
|
|
600
|
+
msgid ""
|
|
601
|
+
"Optional translation language (ISO code) to select when sending out an "
|
|
602
|
+
"email. If not set, the english version will be used. This should usually be "
|
|
603
|
+
"a placeholder expression that provides the appropriate language, e.g. "
|
|
604
|
+
"{{ object.partner_id.lang }}."
|
|
605
|
+
msgstr ""
|
|
606
|
+
|
|
607
|
+
#. module: mail_gateway
|
|
608
|
+
#: model:ir.model.fields,help:mail_gateway.field_mail_compose_gateway_message__reply_to_mode
|
|
609
|
+
msgid ""
|
|
610
|
+
"Original Discussion: Answers go in the original document discussion "
|
|
611
|
+
"thread. \n"
|
|
612
|
+
" Another Email Address: Answers go to the email address mentioned in the "
|
|
613
|
+
"tracking message-id instead of original document discussion thread. \n"
|
|
614
|
+
" This has an impact on the generated message-id."
|
|
615
|
+
msgstr ""
|
|
616
|
+
|
|
398
617
|
#. module: mail_gateway
|
|
399
618
|
#: model:ir.model.fields,field_description:mail_gateway.field_mail_mail__gateway_message_id
|
|
400
619
|
#: model:ir.model.fields,field_description:mail_gateway.field_mail_message__gateway_message_id
|
|
401
620
|
msgid "Original gateway message"
|
|
402
621
|
msgstr ""
|
|
403
622
|
|
|
623
|
+
#. module: mail_gateway
|
|
624
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__mail_server_id
|
|
625
|
+
msgid "Outgoing mail server"
|
|
626
|
+
msgstr ""
|
|
627
|
+
|
|
628
|
+
#. module: mail_gateway
|
|
629
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__parent_id
|
|
630
|
+
msgid "Parent Message"
|
|
631
|
+
msgstr ""
|
|
632
|
+
|
|
404
633
|
#. module: mail_gateway
|
|
405
634
|
#: model:ir.model.fields,field_description:mail_gateway.field_mail_guest_manage__partner_id
|
|
406
635
|
#: model:ir.model.fields,field_description:mail_gateway.field_mail_message_gateway_send__partner_id
|
|
@@ -423,11 +652,43 @@ msgstr ""
|
|
|
423
652
|
msgid "Record reference"
|
|
424
653
|
msgstr ""
|
|
425
654
|
|
|
655
|
+
#. module: mail_gateway
|
|
656
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__res_id
|
|
657
|
+
msgid "Related Document ID"
|
|
658
|
+
msgstr ""
|
|
659
|
+
|
|
660
|
+
#. module: mail_gateway
|
|
661
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__model
|
|
662
|
+
msgid "Related Document Model"
|
|
663
|
+
msgstr ""
|
|
664
|
+
|
|
426
665
|
#. module: mail_gateway
|
|
427
666
|
#: model_terms:ir.ui.view,arch_db:mail_gateway.mail_gateway_form_view
|
|
428
667
|
msgid "Remove Webhook"
|
|
429
668
|
msgstr ""
|
|
430
669
|
|
|
670
|
+
#. module: mail_gateway
|
|
671
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__render_model
|
|
672
|
+
msgid "Rendering Model"
|
|
673
|
+
msgstr ""
|
|
674
|
+
|
|
675
|
+
#. module: mail_gateway
|
|
676
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__reply_to_mode
|
|
677
|
+
msgid "Replies"
|
|
678
|
+
msgstr ""
|
|
679
|
+
|
|
680
|
+
#. module: mail_gateway
|
|
681
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__reply_to
|
|
682
|
+
msgid "Reply To"
|
|
683
|
+
msgstr ""
|
|
684
|
+
|
|
685
|
+
#. module: mail_gateway
|
|
686
|
+
#: model:ir.model.fields,help:mail_gateway.field_mail_compose_gateway_message__reply_to
|
|
687
|
+
msgid ""
|
|
688
|
+
"Reply email address. Setting the reply_to bypasses the automatic thread "
|
|
689
|
+
"creation."
|
|
690
|
+
msgstr ""
|
|
691
|
+
|
|
431
692
|
#. module: mail_gateway
|
|
432
693
|
#: model_terms:ir.ui.view,arch_db:mail_gateway.mail_message_gateway_send_form_view
|
|
433
694
|
msgid "Send"
|
|
@@ -441,16 +702,33 @@ msgstr ""
|
|
|
441
702
|
#. module: mail_gateway
|
|
442
703
|
#. odoo-javascript
|
|
443
704
|
#: code:addons/mail_gateway/static/src/models/message_action_view.esm.js:0
|
|
444
|
-
#: code:addons/mail_gateway/static/src/models/message_action_view.esm.js:0
|
|
445
705
|
#, python-format
|
|
446
706
|
msgid "Send with gateway"
|
|
447
707
|
msgstr ""
|
|
448
708
|
|
|
709
|
+
#. module: mail_gateway
|
|
710
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__subject
|
|
711
|
+
msgid "Subject"
|
|
712
|
+
msgstr ""
|
|
713
|
+
|
|
714
|
+
#. module: mail_gateway
|
|
715
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__subtype_id
|
|
716
|
+
msgid "Subtype"
|
|
717
|
+
msgstr ""
|
|
718
|
+
|
|
449
719
|
#. module: mail_gateway
|
|
450
720
|
#: model:ir.model,name:mail_gateway.model_res_partner_gateway_channel
|
|
451
721
|
msgid "Technical data used to get the gateway author"
|
|
452
722
|
msgstr ""
|
|
453
723
|
|
|
724
|
+
#. module: mail_gateway
|
|
725
|
+
#: model:ir.model.fields,help:mail_gateway.field_mail_compose_gateway_message__auto_delete
|
|
726
|
+
msgid ""
|
|
727
|
+
"This option permanently removes any track of email after it's been sent, "
|
|
728
|
+
"including from the Technical menu in the Settings, in order to preserve "
|
|
729
|
+
"storage space of your Odoo database."
|
|
730
|
+
msgstr ""
|
|
731
|
+
|
|
454
732
|
#. module: mail_gateway
|
|
455
733
|
#. odoo-javascript
|
|
456
734
|
#: code:addons/mail_gateway/static/src/components/composer/composer.xml:0
|
|
@@ -468,11 +746,26 @@ msgstr ""
|
|
|
468
746
|
msgid "Token must be unique"
|
|
469
747
|
msgstr ""
|
|
470
748
|
|
|
749
|
+
#. module: mail_gateway
|
|
750
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__message_type
|
|
751
|
+
msgid "Type"
|
|
752
|
+
msgstr ""
|
|
753
|
+
|
|
471
754
|
#. module: mail_gateway
|
|
472
755
|
#: model_terms:ir.ui.view,arch_db:mail_gateway.mail_gateway_form_view
|
|
473
756
|
msgid "Update Webhook"
|
|
474
757
|
msgstr ""
|
|
475
758
|
|
|
759
|
+
#. module: mail_gateway
|
|
760
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__use_active_domain
|
|
761
|
+
msgid "Use active domain"
|
|
762
|
+
msgstr ""
|
|
763
|
+
|
|
764
|
+
#. module: mail_gateway
|
|
765
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__template_id
|
|
766
|
+
msgid "Use template"
|
|
767
|
+
msgstr ""
|
|
768
|
+
|
|
476
769
|
#. module: mail_gateway
|
|
477
770
|
#: model:ir.model,name:mail_gateway.model_res_users
|
|
478
771
|
#: model:res.groups,name:mail_gateway.gateway_user
|
|
@@ -515,6 +808,16 @@ msgid ""
|
|
|
515
808
|
"When checked, channels are not created automatically. Usable on Telegram"
|
|
516
809
|
msgstr ""
|
|
517
810
|
|
|
811
|
+
#. module: mail_gateway
|
|
812
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__wizard_channel_ids
|
|
813
|
+
msgid "Wizard Channel"
|
|
814
|
+
msgstr ""
|
|
815
|
+
|
|
816
|
+
#. module: mail_gateway
|
|
817
|
+
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__wizard_partner_ids
|
|
818
|
+
msgid "Wizard Partner"
|
|
819
|
+
msgstr ""
|
|
820
|
+
|
|
518
821
|
#. module: mail_gateway
|
|
519
822
|
#. odoo-javascript
|
|
520
823
|
#: code:addons/mail_gateway/static/src/components/message/message.xml:0
|