odoo-addon-mail-gateway 16.0.1.0.1__py3-none-any.whl → 16.0.1.1.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.
@@ -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:4327f95b5b928ad994a0fd7132e20e437e8acf0388ec32b65fbe4d85c94f8155
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.1",
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",
@@ -13,6 +13,16 @@ msgstr ""
13
13
  "Content-Transfer-Encoding: \n"
14
14
  "Plural-Forms: \n"
15
15
 
16
+ #. module: mail_gateway
17
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__active_domain
18
+ msgid "Active domain"
19
+ msgstr ""
20
+
21
+ #. module: mail_gateway
22
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__partner_ids
23
+ msgid "Additional Contacts"
24
+ msgstr ""
25
+
16
26
  #. module: mail_gateway
17
27
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_channel__anonymous_name
18
28
  msgid "Anonymous Name"
@@ -23,6 +33,38 @@ msgstr ""
23
33
  msgid "Assign gateway guest to a partner"
24
34
  msgstr ""
25
35
 
36
+ #. module: mail_gateway
37
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__attachment_ids
38
+ msgid "Attachments"
39
+ msgstr ""
40
+
41
+ #. module: mail_gateway
42
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__author_id
43
+ msgid "Author"
44
+ msgstr ""
45
+
46
+ #. module: mail_gateway
47
+ #: model:ir.model.fields,help:mail_gateway.field_mail_compose_gateway_message__author_id
48
+ msgid ""
49
+ "Author of the message. If not set, email_from may hold an email address that"
50
+ " did not match any partner."
51
+ msgstr ""
52
+
53
+ #. module: mail_gateway
54
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__partner_bcc_ids
55
+ msgid "Bcc"
56
+ msgstr ""
57
+
58
+ #. module: mail_gateway
59
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__can_attach_attachment
60
+ msgid "Can Attach Attachment"
61
+ msgstr ""
62
+
63
+ #. module: mail_gateway
64
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__can_edit_body
65
+ msgid "Can Edit Body"
66
+ msgstr ""
67
+
26
68
  #. module: mail_gateway
27
69
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_gateway__can_set_webhook
28
70
  msgid "Can Set Webhook"
@@ -35,6 +77,11 @@ msgstr ""
35
77
  msgid "Cancel"
36
78
  msgstr ""
37
79
 
80
+ #. module: mail_gateway
81
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__partner_cc_ids
82
+ msgid "Cc"
83
+ msgstr ""
84
+
38
85
  #. module: mail_gateway
39
86
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_channel__channel_type
40
87
  msgid "Channel Type"
@@ -60,17 +107,33 @@ msgstr ""
60
107
  msgid "Company"
61
108
  msgstr ""
62
109
 
110
+ #. module: mail_gateway
111
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__composition_mode
112
+ msgid "Composition mode"
113
+ msgstr ""
114
+
115
+ #. module: mail_gateway
116
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__reply_to_force_new
117
+ msgid "Considers answers as new thread"
118
+ msgstr ""
119
+
63
120
  #. module: mail_gateway
64
121
  #: model:ir.model,name:mail_gateway.model_res_partner
65
122
  msgid "Contact"
66
123
  msgstr ""
67
124
 
125
+ #. module: mail_gateway
126
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__body
127
+ msgid "Contents"
128
+ msgstr ""
129
+
68
130
  #. module: mail_gateway
69
131
  #: model_terms:ir.ui.view,arch_db:mail_gateway.mail_guest_manage_form_view
70
132
  msgid "Create new partner"
71
133
  msgstr ""
72
134
 
73
135
  #. module: mail_gateway
136
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__create_uid
74
137
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_gateway__create_uid
75
138
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_guest_manage__create_uid
76
139
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_message_gateway_link__create_uid
@@ -80,6 +143,7 @@ msgid "Created by"
80
143
  msgstr ""
81
144
 
82
145
  #. module: mail_gateway
146
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__create_date
83
147
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_gateway__create_date
84
148
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_guest_manage__create_date
85
149
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_message_gateway_link__create_date
@@ -88,12 +152,23 @@ msgstr ""
88
152
  msgid "Created on"
89
153
  msgstr ""
90
154
 
155
+ #. module: mail_gateway
156
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__auto_delete
157
+ msgid "Delete Emails"
158
+ msgstr ""
159
+
160
+ #. module: mail_gateway
161
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__auto_delete_message
162
+ msgid "Delete Message Copy"
163
+ msgstr ""
164
+
91
165
  #. module: mail_gateway
92
166
  #: model:ir.model,name:mail_gateway.model_mail_channel
93
167
  msgid "Discussion Channel"
94
168
  msgstr ""
95
169
 
96
170
  #. module: mail_gateway
171
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__display_name
97
172
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_gateway__display_name
98
173
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_guest_manage__display_name
99
174
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_message_gateway_link__display_name
@@ -102,11 +177,35 @@ msgstr ""
102
177
  msgid "Display Name"
103
178
  msgstr ""
104
179
 
180
+ #. module: mail_gateway
181
+ #: model:ir.model.fields,help:mail_gateway.field_mail_compose_gateway_message__auto_delete_message
182
+ msgid ""
183
+ "Do not keep a copy of the email in the document communication history (mass "
184
+ "mailing only)"
185
+ msgstr ""
186
+
187
+ #. module: mail_gateway
188
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__email_add_signature
189
+ msgid "Email Add Signature"
190
+ msgstr ""
191
+
192
+ #. module: mail_gateway
193
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__email_layout_xmlid
194
+ msgid "Email Notification Layout"
195
+ msgstr ""
196
+
105
197
  #. module: mail_gateway
106
198
  #: model:ir.model,name:mail_gateway.model_mail_thread
107
199
  msgid "Email Thread"
108
200
  msgstr ""
109
201
 
202
+ #. module: mail_gateway
203
+ #: model:ir.model.fields,help:mail_gateway.field_mail_compose_gateway_message__email_from
204
+ msgid ""
205
+ "Email address of the sender. This field is set when no matching partner is "
206
+ "found and replaces the author_id field in the chatter."
207
+ msgstr ""
208
+
110
209
  #. module: mail_gateway
111
210
  #: model:ir.model.fields,help:mail_gateway.field_mail_notification__gateway_failure_reason
112
211
  msgid ""
@@ -121,6 +220,11 @@ msgstr ""
121
220
  msgid "Find a gateway channel..."
122
221
  msgstr ""
123
222
 
223
+ #. module: mail_gateway
224
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__email_from
225
+ msgid "From"
226
+ msgstr ""
227
+
124
228
  #. module: mail_gateway
125
229
  #: model:ir.actions.act_window,name:mail_gateway.mail_gateway_act_window
126
230
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_channel__gateway_id
@@ -206,6 +310,7 @@ msgstr ""
206
310
  #. module: mail_gateway
207
311
  #. odoo-javascript
208
312
  #: code:addons/mail_gateway/static/src/components/chatter/chatter.xml:0
313
+ #: code:addons/mail_gateway/static/src/models/composer_view.esm.js:0
209
314
  #, python-format
210
315
  msgid "Gateway message"
211
316
  msgstr ""
@@ -215,6 +320,11 @@ msgstr ""
215
320
  msgid "Gateway related Token"
216
321
  msgstr ""
217
322
 
323
+ #. module: mail_gateway
324
+ #: model_terms:ir.ui.view,arch_db:mail_gateway.mail_compose_gateway_message_form_view
325
+ msgid "Gateways"
326
+ msgstr ""
327
+
218
328
  #. module: mail_gateway
219
329
  #: model:ir.model,name:mail_gateway.model_mail_guest
220
330
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_guest_manage__guest_id
@@ -227,6 +337,7 @@ msgid "Has New Channel Security"
227
337
  msgstr ""
228
338
 
229
339
  #. module: mail_gateway
340
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__id
230
341
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_gateway__id
231
342
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_guest_manage__id
232
343
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_message_gateway_link__id
@@ -235,6 +346,13 @@ msgstr ""
235
346
  msgid "ID"
236
347
  msgstr ""
237
348
 
349
+ #. module: mail_gateway
350
+ #: model:ir.model.fields,help:mail_gateway.field_mail_compose_gateway_message__mass_mailing_name
351
+ msgid ""
352
+ "If set, a mass mailing will be created so that you can track its results in "
353
+ "the Email Marketing app."
354
+ msgstr ""
355
+
238
356
  #. module: mail_gateway
239
357
  #: model_terms:ir.ui.view,arch_db:mail_gateway.mail_gateway_form_view
240
358
  msgid "Integrate Webhook"
@@ -250,6 +368,11 @@ msgstr ""
250
368
  msgid "Integrated Webhook State"
251
369
  msgstr ""
252
370
 
371
+ #. module: mail_gateway
372
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__is_mail_template_editor
373
+ msgid "Is Editor"
374
+ msgstr ""
375
+
253
376
  #. module: mail_gateway
254
377
  #: model:ir.model.fields,help:mail_gateway.field_mail_channel__gateway_token
255
378
  #: model:ir.model.fields,help:mail_gateway.field_mail_gateway__token
@@ -269,6 +392,12 @@ msgid ""
269
392
  msgstr ""
270
393
 
271
394
  #. module: mail_gateway
395
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__lang
396
+ msgid "Language"
397
+ msgstr ""
398
+
399
+ #. module: mail_gateway
400
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message____last_update
272
401
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_gateway____last_update
273
402
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_guest_manage____last_update
274
403
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_message_gateway_link____last_update
@@ -278,6 +407,7 @@ msgid "Last Modified on"
278
407
  msgstr ""
279
408
 
280
409
  #. module: mail_gateway
410
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__write_uid
281
411
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_gateway__write_uid
282
412
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_guest_manage__write_uid
283
413
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_message_gateway_link__write_uid
@@ -287,6 +417,7 @@ msgid "Last Updated by"
287
417
  msgstr ""
288
418
 
289
419
  #. module: mail_gateway
420
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__write_date
290
421
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_gateway__write_date
291
422
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_guest_manage__write_date
292
423
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_message_gateway_link__write_date
@@ -319,6 +450,21 @@ msgstr ""
319
450
  msgid "Link to thread"
320
451
  msgstr ""
321
452
 
453
+ #. module: mail_gateway
454
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__is_log
455
+ msgid "Log as Internal Note"
456
+ msgstr ""
457
+
458
+ #. module: mail_gateway
459
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__mail_activity_type_id
460
+ msgid "Mail Activity Type"
461
+ msgstr ""
462
+
463
+ #. module: mail_gateway
464
+ #: model:ir.model,name:mail_gateway.model_mail_compose_gateway_message
465
+ msgid "Mail Compose Gateway Message"
466
+ msgstr ""
467
+
322
468
  #. module: mail_gateway
323
469
  #: model:ir.model,name:mail_gateway.model_mail_gateway
324
470
  msgid "Mail Gateway"
@@ -334,6 +480,18 @@ msgstr ""
334
480
  msgid "Mail Message Gateway Send"
335
481
  msgstr ""
336
482
 
483
+ #. module: mail_gateway
484
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__mailing_list_ids
485
+ msgid "Mailing List"
486
+ msgstr ""
487
+
488
+ #. module: mail_gateway
489
+ #: model:ir.model.fields,help:mail_gateway.field_mail_compose_gateway_message__reply_to_force_new
490
+ msgid ""
491
+ "Manage answers as new incoming emails instead of replies going to the same "
492
+ "thread."
493
+ msgstr ""
494
+
337
495
  #. module: mail_gateway
338
496
  #. odoo-javascript
339
497
  #: code:addons/mail_gateway/static/src/models/channel_member_view.esm.js:0
@@ -341,6 +499,21 @@ msgstr ""
341
499
  msgid "Manage guest"
342
500
  msgstr ""
343
501
 
502
+ #. module: mail_gateway
503
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__mass_mailing_id
504
+ msgid "Mass Mailing"
505
+ msgstr ""
506
+
507
+ #. module: mail_gateway
508
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__campaign_id
509
+ msgid "Mass Mailing Campaign"
510
+ msgstr ""
511
+
512
+ #. module: mail_gateway
513
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__mass_mailing_name
514
+ msgid "Mass Mailing Name"
515
+ msgstr ""
516
+
344
517
  #. module: mail_gateway
345
518
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_gateway__member_ids
346
519
  msgid "Member"
@@ -368,6 +541,18 @@ msgstr ""
368
541
  msgid "Message Notifications"
369
542
  msgstr ""
370
543
 
544
+ #. module: mail_gateway
545
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__record_name
546
+ msgid "Message Record Name"
547
+ msgstr ""
548
+
549
+ #. module: mail_gateway
550
+ #: model:ir.model.fields,help:mail_gateway.field_mail_compose_gateway_message__message_type
551
+ msgid ""
552
+ "Message type: email for email message, notification for system message, "
553
+ "comment for other messages such as user replies"
554
+ msgstr ""
555
+
371
556
  #. module: mail_gateway
372
557
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_gateway__name
373
558
  #: model:ir.model.fields,field_description:mail_gateway.field_res_partner_gateway_channel__name
@@ -386,12 +571,54 @@ msgstr ""
386
571
  msgid "Notification Type"
387
572
  msgstr ""
388
573
 
574
+ #. module: mail_gateway
575
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__notify
576
+ msgid "Notify followers"
577
+ msgstr ""
578
+
579
+ #. module: mail_gateway
580
+ #: model:ir.model.fields,help:mail_gateway.field_mail_compose_gateway_message__notify
581
+ msgid "Notify followers of the document (mass post only)"
582
+ msgstr ""
583
+
584
+ #. module: mail_gateway
585
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__object_attachment_ids
586
+ msgid "Object Attachments"
587
+ msgstr ""
588
+
589
+ #. module: mail_gateway
590
+ #: model:ir.model.fields,help:mail_gateway.field_mail_compose_gateway_message__lang
591
+ msgid ""
592
+ "Optional translation language (ISO code) to select when sending out an "
593
+ "email. If not set, the english version will be used. This should usually be "
594
+ "a placeholder expression that provides the appropriate language, e.g. {{ "
595
+ "object.partner_id.lang }}."
596
+ msgstr ""
597
+
598
+ #. module: mail_gateway
599
+ #: model:ir.model.fields,help:mail_gateway.field_mail_compose_gateway_message__reply_to_mode
600
+ msgid ""
601
+ "Original Discussion: Answers go in the original document discussion thread. \n"
602
+ " Another Email Address: Answers go to the email address mentioned in the tracking message-id instead of original document discussion thread. \n"
603
+ " This has an impact on the generated message-id."
604
+ msgstr ""
605
+
389
606
  #. module: mail_gateway
390
607
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_mail__gateway_message_id
391
608
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_message__gateway_message_id
392
609
  msgid "Original gateway message"
393
610
  msgstr ""
394
611
 
612
+ #. module: mail_gateway
613
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__mail_server_id
614
+ msgid "Outgoing mail server"
615
+ msgstr ""
616
+
617
+ #. module: mail_gateway
618
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__parent_id
619
+ msgid "Parent Message"
620
+ msgstr ""
621
+
395
622
  #. module: mail_gateway
396
623
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_guest_manage__partner_id
397
624
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_message_gateway_send__partner_id
@@ -414,11 +641,43 @@ msgstr ""
414
641
  msgid "Record reference"
415
642
  msgstr ""
416
643
 
644
+ #. module: mail_gateway
645
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__res_id
646
+ msgid "Related Document ID"
647
+ msgstr ""
648
+
649
+ #. module: mail_gateway
650
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__model
651
+ msgid "Related Document Model"
652
+ msgstr ""
653
+
417
654
  #. module: mail_gateway
418
655
  #: model_terms:ir.ui.view,arch_db:mail_gateway.mail_gateway_form_view
419
656
  msgid "Remove Webhook"
420
657
  msgstr ""
421
658
 
659
+ #. module: mail_gateway
660
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__render_model
661
+ msgid "Rendering Model"
662
+ msgstr ""
663
+
664
+ #. module: mail_gateway
665
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__reply_to_mode
666
+ msgid "Replies"
667
+ msgstr ""
668
+
669
+ #. module: mail_gateway
670
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__reply_to
671
+ msgid "Reply To"
672
+ msgstr ""
673
+
674
+ #. module: mail_gateway
675
+ #: model:ir.model.fields,help:mail_gateway.field_mail_compose_gateway_message__reply_to
676
+ msgid ""
677
+ "Reply email address. Setting the reply_to bypasses the automatic thread "
678
+ "creation."
679
+ msgstr ""
680
+
422
681
  #. module: mail_gateway
423
682
  #: model_terms:ir.ui.view,arch_db:mail_gateway.mail_message_gateway_send_form_view
424
683
  msgid "Send"
@@ -437,11 +696,29 @@ msgstr ""
437
696
  msgid "Send with gateway"
438
697
  msgstr ""
439
698
 
699
+ #. module: mail_gateway
700
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__subject
701
+ msgid "Subject"
702
+ msgstr ""
703
+
704
+ #. module: mail_gateway
705
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__subtype_id
706
+ msgid "Subtype"
707
+ msgstr ""
708
+
440
709
  #. module: mail_gateway
441
710
  #: model:ir.model,name:mail_gateway.model_res_partner_gateway_channel
442
711
  msgid "Technical data used to get the gateway author"
443
712
  msgstr ""
444
713
 
714
+ #. module: mail_gateway
715
+ #: model:ir.model.fields,help:mail_gateway.field_mail_compose_gateway_message__auto_delete
716
+ msgid ""
717
+ "This option permanently removes any track of email after it's been sent, "
718
+ "including from the Technical menu in the Settings, in order to preserve "
719
+ "storage space of your Odoo database."
720
+ msgstr ""
721
+
445
722
  #. module: mail_gateway
446
723
  #. odoo-javascript
447
724
  #: code:addons/mail_gateway/static/src/components/composer/composer.xml:0
@@ -459,11 +736,26 @@ msgstr ""
459
736
  msgid "Token must be unique"
460
737
  msgstr ""
461
738
 
739
+ #. module: mail_gateway
740
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__message_type
741
+ msgid "Type"
742
+ msgstr ""
743
+
462
744
  #. module: mail_gateway
463
745
  #: model_terms:ir.ui.view,arch_db:mail_gateway.mail_gateway_form_view
464
746
  msgid "Update Webhook"
465
747
  msgstr ""
466
748
 
749
+ #. module: mail_gateway
750
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__use_active_domain
751
+ msgid "Use active domain"
752
+ msgstr ""
753
+
754
+ #. module: mail_gateway
755
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__template_id
756
+ msgid "Use template"
757
+ msgstr ""
758
+
467
759
  #. module: mail_gateway
468
760
  #: model:ir.model,name:mail_gateway.model_res_users
469
761
  #: model:res.groups,name:mail_gateway.gateway_user
@@ -506,6 +798,16 @@ msgid ""
506
798
  "When checked, channels are not created automatically. Usable on Telegram"
507
799
  msgstr ""
508
800
 
801
+ #. module: mail_gateway
802
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__wizard_channel_ids
803
+ msgid "Wizard Channel"
804
+ msgstr ""
805
+
806
+ #. module: mail_gateway
807
+ #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__wizard_partner_ids
808
+ msgid "Wizard Partner"
809
+ msgstr ""
810
+
509
811
  #. module: mail_gateway
510
812
  #. odoo-javascript
511
813
  #: code:addons/mail_gateway/static/src/components/message/message.xml:0
@@ -66,6 +66,25 @@ class ResPartnerGatewayChannel(models.Model):
66
66
  "res.company", related="gateway_id.company_id", store=True
67
67
  )
68
68
 
69
+ def name_get(self):
70
+ # Be able to tell to which partner belongs the gateway partner channel
71
+ # e.g.: picking it from a selector
72
+ result = []
73
+ origin = super().name_get()
74
+ if not self.env.context.get("mail_gateway_partner_info", False):
75
+ return origin
76
+ origin_dict = dict(origin)
77
+ for record in self:
78
+ result.append(
79
+ (
80
+ record.id,
81
+ "{} ({})".format(
82
+ record.partner_id.display_name, origin_dict[record.id]
83
+ ),
84
+ )
85
+ )
86
+ return result
87
+
69
88
  _sql_constraints = [
70
89
  (
71
90
  "unique_partner_gateway",
@@ -7,3 +7,4 @@ access_mail_gateway_all,mail.telegram.bot.all,model_mail_gateway,,1,0,0,0
7
7
  access_mail_guest_manage,mail.telegram.bot.all,model_mail_guest_manage,base.group_user,1,1,1,1
8
8
  access_mail_message_gateway_link,mail.message.link.all,model_mail_message_gateway_link,base.group_user,1,1,1,1
9
9
  access_mail_gateway_system,mail_gateway,model_mail_gateway,base.group_system,1,1,1,1
10
+ access_mail_compose_gateway_message,access.mail.compose.gateway.message,model_mail_compose_gateway_message,base.group_user,1,1,1,0
@@ -367,7 +367,7 @@ ul.auto-toc {
367
367
  !! This file is generated by oca-gen-addon-readme !!
368
368
  !! changes will be overwritten. !!
369
369
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:4327f95b5b928ad994a0fd7132e20e437e8acf0388ec32b65fbe4d85c94f8155
370
+ !! source digest: sha256:3783213eb7b4ecae55a769a1f14e1ed6440173fa41bc473b6e9b055a691ea4aa
371
371
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
372
  <p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/social/tree/16.0/mail_gateway"><img alt="OCA/social" src="https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_gateway"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/social&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373
373
  <p>This module will allow you to integrate an external chat system in your Odoo system.
@@ -1,6 +1,7 @@
1
1
  /** @odoo-module **/
2
2
 
3
3
  import {clear} from "@mail/model/model_field_command";
4
+ import {escapeAndCompactTextContent} from "@mail/js/utils";
4
5
  import {one} from "@mail/model/model_field";
5
6
  import {registerPatch} from "@mail/model/model_core";
6
7
 
@@ -17,6 +18,63 @@ registerPatch({
17
18
  }
18
19
  return result;
19
20
  },
21
+ async openFullComposer() {
22
+ if (this.composer.isGateway) {
23
+ const attachmentIds = this.composer.attachments.map(
24
+ (attachment) => attachment.id
25
+ );
26
+ const context = {
27
+ default_attachment_ids: attachmentIds,
28
+ default_body: escapeAndCompactTextContent(
29
+ this.composer.textInputContent
30
+ ),
31
+ default_model: this.composer.activeThread.model,
32
+ default_partner_ids: this.composer.recipients.map(
33
+ (partner) => partner.id
34
+ ),
35
+ default_res_id: this.composer.activeThread.id,
36
+ mail_post_autofollow: this.composer.activeThread.hasWriteAccess,
37
+ default_wizard_partner_ids: Array.from(
38
+ new Set(
39
+ this.composer.composerGatewayFollowers.map((follower) => {
40
+ return follower.follower.partner.id;
41
+ })
42
+ )
43
+ ),
44
+ default_wizard_channel_ids: Array.from(
45
+ new Set(
46
+ this.composer.composerGatewayFollowers.map((follower) => {
47
+ return follower.channel;
48
+ })
49
+ )
50
+ ),
51
+ };
52
+ const action = {
53
+ type: "ir.actions.act_window",
54
+ name: this.env._t("Gateway message"),
55
+ res_model: "mail.compose.gateway.message",
56
+ view_mode: "form",
57
+ views: [[false, "form"]],
58
+ target: "new",
59
+ context: context,
60
+ };
61
+ const composer = this.composer;
62
+ const options = {
63
+ onClose: () => {
64
+ if (!composer.exists()) {
65
+ return;
66
+ }
67
+ composer._reset();
68
+ if (composer.activeThread) {
69
+ composer.activeThread.fetchData(["messages"]);
70
+ }
71
+ },
72
+ };
73
+ await this.env.services.action.doAction(action, options);
74
+ return;
75
+ }
76
+ return await this._super(...arguments);
77
+ },
20
78
  },
21
79
  fields: {
22
80
  hasFollowers: {
@@ -32,17 +90,6 @@ registerPatch({
32
90
  return Boolean(this._super() || this.composer.isGateway);
33
91
  },
34
92
  },
35
- isExpandable: {
36
- /*
37
- We will not allow to expand on this composer due to all complexity of selection
38
- */
39
- compute() {
40
- if (this.composer.isGateway) {
41
- return clear();
42
- }
43
- return this._super();
44
- },
45
- },
46
93
  composerGatewayChannelView: one("GatewayChannelView", {
47
94
  compute() {
48
95
  if (this.composer.isGateway) {
@@ -1,3 +1,4 @@
1
1
  from . import mail_guest_manage
2
2
  from . import mail_message_gateway_send
3
3
  from . import mail_message_gateway_link
4
+ from . import mail_compose_gateway_message
@@ -0,0 +1,75 @@
1
+ # Copyright 2024 Dixmit
2
+ # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
3
+
4
+ from odoo import fields, models
5
+
6
+
7
+ class MailComposeGatewayMessage(models.TransientModel):
8
+ _name = "mail.compose.gateway.message"
9
+ _inherit = "mail.compose.message"
10
+ _description = "Mail Compose Gateway Message"
11
+
12
+ wizard_partner_ids = fields.Many2many(
13
+ "res.partner",
14
+ "mail_compose_gateway_message_res_partner_rel",
15
+ "wizard_id",
16
+ "partner_id",
17
+ )
18
+ wizard_channel_ids = fields.Many2many(
19
+ "res.partner.gateway.channel",
20
+ "mail_compose_gateway_message_gateway_channel_rel",
21
+ "wizard_id",
22
+ "channel_id",
23
+ )
24
+ attachment_ids = fields.Many2many(
25
+ "ir.attachment",
26
+ "mail_compose_gateway_message_ir_attachments_rel",
27
+ "wizard_id",
28
+ "attachment_id",
29
+ "Attachments",
30
+ )
31
+ partner_ids = fields.Many2many(
32
+ "res.partner",
33
+ "mail_compose_gateway_message_res_partner_rel",
34
+ "wizard_id",
35
+ "partner_id",
36
+ "Additional Contacts",
37
+ domain=lambda r: r._partner_ids_domain(),
38
+ )
39
+ # Dummy compatibility with other OCA modules
40
+ # OCA/mail_attach_existing_attachment
41
+ object_attachment_ids = fields.Many2many(
42
+ comodel_name="ir.attachment",
43
+ relation="mail_compose_gateway_message_ir_attachments_object_rel",
44
+ column1="wizard_id",
45
+ column2="attachment_id",
46
+ string="Object Attachments",
47
+ )
48
+ # OCA/mail_composer_cc_bcc
49
+ partner_cc_ids = fields.Many2many(
50
+ comodel_name="res.partner",
51
+ relation="mail_compose_gateway_message_res_partner_cc_rel",
52
+ column1="wizard_id",
53
+ column2="partner_id",
54
+ string="Cc",
55
+ )
56
+ partner_bcc_ids = fields.Many2many(
57
+ comodel_name="res.partner",
58
+ relation="mail_compose_gateway_message_res_partner_bcc_rel",
59
+ column1="wizard_id",
60
+ column2="partner_id",
61
+ string="Bcc",
62
+ )
63
+
64
+ def get_mail_values(self, res_ids):
65
+ self.ensure_one()
66
+ res = super(MailComposeGatewayMessage, self).get_mail_values(res_ids)
67
+ res[res_ids[0]]["gateway_notifications"] = [
68
+ {
69
+ "partner_id": channel.partner_id.id,
70
+ "channel_type": "gateway",
71
+ "gateway_channel_id": channel.id,
72
+ }
73
+ for channel in self.wizard_channel_ids
74
+ ]
75
+ return res
@@ -0,0 +1,43 @@
1
+ <?xml version="1.0" encoding="utf-8" ?>
2
+ <!-- Copyright 2024 Dixmit
3
+ License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
4
+ <odoo>
5
+
6
+ <record model="ir.ui.view" id="mail_compose_gateway_message_form_view">
7
+ <field name="model">mail.compose.gateway.message</field>
8
+ <field name="inherit_id" ref="mail.email_compose_message_wizard_form" />
9
+ <field name="mode">primary</field>
10
+ <field name="arch" type="xml">
11
+ <label for="partner_ids" position="attributes">
12
+ <attribute name="invisible">1</attribute>
13
+ </label>
14
+ <field name="partner_ids" position="attributes">
15
+ <attribute name="invisible">1</attribute>
16
+ </field>
17
+ <field name="subject" position="before">
18
+ <field name="wizard_partner_ids" invisible="1" />
19
+ <field
20
+ name="wizard_channel_ids"
21
+ string="Gateways"
22
+ widget="many2many_tags"
23
+ context="{'mail_gateway_partner_info': 1}"
24
+ domain="[('partner_id', 'in', wizard_partner_ids)]"
25
+ />
26
+ </field>
27
+ <field name="subject" position="attributes">
28
+ <attribute name="invisible">1</attribute>
29
+ <attribute name="required">0</attribute>
30
+ </field>
31
+ <xpath
32
+ expr="//span[@name='document_followers_text']/.."
33
+ position="attributes"
34
+ >
35
+ <attribute name="invisible">1</attribute>
36
+ <attribute name="attrs" />
37
+ </xpath>
38
+ </field>
39
+ </record>
40
+
41
+
42
+
43
+ </odoo>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-mail_gateway
3
- Version: 16.0.1.0.1
3
+ Version: 16.0.1.1.0
4
4
  Summary: Set a gateway
5
5
  Home-page: https://github.com/OCA/social
6
6
  Author: Creu Blanca,Dixmit,Odoo Community Association (OCA)
@@ -11,7 +11,7 @@ Classifier: Framework :: Odoo
11
11
  Classifier: Framework :: Odoo :: 16.0
12
12
  Classifier: License :: OSI Approved :: GNU Affero General Public License v3
13
13
  Requires-Python: >=3.10
14
- Requires-Dist: odoo <16.1dev,>=16.0a
14
+ Requires-Dist: odoo<16.1dev,>=16.0a
15
15
 
16
16
  ============
17
17
  Mail Gateway
@@ -22,7 +22,7 @@ Mail Gateway
22
22
  !! This file is generated by oca-gen-addon-readme !!
23
23
  !! changes will be overwritten. !!
24
24
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
25
- !! source digest: sha256:4327f95b5b928ad994a0fd7132e20e437e8acf0388ec32b65fbe4d85c94f8155
25
+ !! source digest: sha256:3783213eb7b4ecae55a769a1f14e1ed6440173fa41bc473b6e9b055a691ea4aa
26
26
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
27
27
 
28
28
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -1,13 +1,13 @@
1
- odoo/addons/mail_gateway/README.rst,sha256=KNXYPOSFVKFnIE3AyqYmDVBMtXIZq1c4_wN4Ib_W9K4,3807
1
+ odoo/addons/mail_gateway/README.rst,sha256=uH-eped5ynTepSapG6-J0OfINZy1pzUGQv5GPVqanTY,3807
2
2
  odoo/addons/mail_gateway/__init__.py,sha256=aIwynWdyzP-khr64it84qR6aLsV3nt93saACZSgoJ7w,128
3
- odoo/addons/mail_gateway/__manifest__.py,sha256=wAcQWxllD2Q3cxRV66TQFCzNeK2II6FP1YVm-wQ9y7Q,1287
3
+ odoo/addons/mail_gateway/__manifest__.py,sha256=U_bIllZX231dJwEia3tIr9FSaV0md1wQ7SK1F-wUrl8,1339
4
4
  odoo/addons/mail_gateway/hooks.py,sha256=gNJ9Vw1vGd1mjdP_9iNmaPfHhun6kJT_DUR9oZjULyM,338
5
5
  odoo/addons/mail_gateway/controllers/__init__.py,sha256=jytg2ehJRiv4skWOQoHQN0l7zCIHKSH_bF8tmsIzyLE,44
6
6
  odoo/addons/mail_gateway/controllers/discuss.py,sha256=QNrwrGzWl85o8on8Yk81C6q0CyswzQ3Na2E6_32H8aE,383
7
7
  odoo/addons/mail_gateway/controllers/gateway.py,sha256=PvsfRTL_ZrA_yhKpibLNSn6idOD2whEMuTV_V3gh990,2777
8
8
  odoo/addons/mail_gateway/i18n/es.po,sha256=ScChSUOWXnWeFX-j3Y1lymUm_9cCiNPBhHk3YmFuAig,19967
9
9
  odoo/addons/mail_gateway/i18n/it.po,sha256=S9lo9iq_kb1BULCJSnUvdfuKTgGSfETVvP8jhYeIjBU,21461
10
- odoo/addons/mail_gateway/i18n/mail_gateway.pot,sha256=j2BbHDs498kJyWQticb1JlrGwbOFHGpPSRo4lkCTYU8,19294
10
+ odoo/addons/mail_gateway/i18n/mail_gateway.pot,sha256=sToZwwrrtIN4G8bBMgoosjCBSuSL-oFcIQz2L008Cks,30099
11
11
  odoo/addons/mail_gateway/models/__init__.py,sha256=PYOJ6C-9Wfi5ocaXzWMJYgjNTLmxMRpFdFOCxSWQecc,277
12
12
  odoo/addons/mail_gateway/models/ir_websocket.py,sha256=8UgstHwBuptksLy_FvJPpq5bTUpZw_b8Jn8FbBrEAiw,706
13
13
  odoo/addons/mail_gateway/models/mail_channel.py,sha256=U8s_sUEg571HJ9V1QbInvE3bNCz9ov7UNbT_0_aqQP8,2869
@@ -17,17 +17,17 @@ odoo/addons/mail_gateway/models/mail_guest.py,sha256=J9pvvxSibQVjcJEpP36QZXE_67a
17
17
  odoo/addons/mail_gateway/models/mail_message.py,sha256=3JQuKrcfqJLdZpkKFsx3QbG-54XL7FDCpViY6lRGm0Q,4680
18
18
  odoo/addons/mail_gateway/models/mail_notification.py,sha256=A964ujvJ51qEXXIsFJxJ5l-bI8vJHndHRQ5nouDItjk,1640
19
19
  odoo/addons/mail_gateway/models/mail_thread.py,sha256=nTTy6H0TUbOrOCH_WaQZ9Vncz4wBcwgLxl36sycsv98,3731
20
- odoo/addons/mail_gateway/models/res_partner.py,sha256=wgWBDAP-1Dgq_izodjsx1K-oX_E3eMNGsiquNQroLXM,2880
20
+ odoo/addons/mail_gateway/models/res_partner.py,sha256=Z0xl4D-ELsNEiiBOkJezy2Opu-zNT5S2XWwA6i5Nmqs,3515
21
21
  odoo/addons/mail_gateway/models/res_users.py,sha256=PJxVRqICXOKASaJ43EsyjCX5_nJKpTZ0dcF-rx5HNHk,392
22
22
  odoo/addons/mail_gateway/readme/CONFIGURATION.rst,sha256=u4AuXP5LvuOYd3TsNozoBqgMJNLjaA_ZcgP62nY54Bo,199
23
23
  odoo/addons/mail_gateway/readme/CONTRIBUTORS.rst,sha256=lDMxykpCzOx4vkXTCPMNb8B5YmZH6N5FnmNSzRgHaR4,29
24
24
  odoo/addons/mail_gateway/readme/CREDITS.rst,sha256=ulhmf4S0p_-Gelh612hRrUt9upyYqeyE85O8pCom-1A,93
25
25
  odoo/addons/mail_gateway/readme/DESCRIPTION.rst,sha256=0N8FYy0NUUuZ_SBOQBFObofZTelGlT_VRFVyf2bGcNA,377
26
26
  odoo/addons/mail_gateway/readme/USAGE.rst,sha256=oIFvEwsDa3p1H85uTCKFtW1zHO9Y5h4F0TD_bVydG5I,623
27
- odoo/addons/mail_gateway/security/ir.model.access.csv,sha256=fNaEryimpRHnwIHoZHVhB9lz7Q9UETEi_4MDc1oNg2s,948
27
+ odoo/addons/mail_gateway/security/ir.model.access.csv,sha256=FOT8arYtpenpbxWo0qYeb5FN_nGfpCtY4A4y8iOT79E,1079
28
28
  odoo/addons/mail_gateway/security/security.xml,sha256=DwEPzbePb5q6TaaOuEtBIC2iLW5gvyXFEfFNyDXCBgQ,2883
29
29
  odoo/addons/mail_gateway/static/description/icon.png,sha256=oJUSI4t4BOGKGTvPJURptNJVoX1tYOK4oNzcS0ysedI,26508
30
- odoo/addons/mail_gateway/static/description/index.html,sha256=sWKfBdWdrkXpBK8hSKOHeoC0WIwQZ1LX4gm0vWAJoy0,13518
30
+ odoo/addons/mail_gateway/static/description/index.html,sha256=K3gXmqeDExDFl9xmDZ0aaxpNjsDMQ9Pi7L1gkw_LWsI,13518
31
31
  odoo/addons/mail_gateway/static/src/components/chatter/chatter.xml,sha256=JW2_q_ip5QcG8nXMotlFwI-c4-eGOIEfRwObZfc88AE,2037
32
32
  odoo/addons/mail_gateway/static/src/components/composer/composer.xml,sha256=m8yLBcIFK5thG9L-5UQGylh90aDDhjcv0vei_IC-s8c,772
33
33
  odoo/addons/mail_gateway/static/src/components/discuss_sidebar/discuss_sidebar.xml,sha256=ZI0ZD_RO3PGAEYnGmoafJeBYVWnegZYwj8xJR9CEb6I,668
@@ -41,7 +41,7 @@ odoo/addons/mail_gateway/static/src/models/channel_member_view.esm.js,sha256=AFk
41
41
  odoo/addons/mail_gateway/static/src/models/chatter.esm.js,sha256=6iuoyUAkziMJWQq5vTPPOvoclMmVTo-GXf8_qRT-s6g,1366
42
42
  odoo/addons/mail_gateway/static/src/models/composer.esm.js,sha256=e0QrkMZBttFSrNqp7cYNYWvpxFYwq7cNCqfhlf_-w7A,1028
43
43
  odoo/addons/mail_gateway/static/src/models/composer_gateway_follower.esm.js,sha256=09niM7NuZIrmdQGO_z0z2fozQMaT-0jlVXJAnkVfv0s,882
44
- odoo/addons/mail_gateway/static/src/models/composer_view.esm.js,sha256=5SnrQofXDFEz8Vie3SMrCMQMMx7vVjHa_hQUdAFUDNQ,1636
44
+ odoo/addons/mail_gateway/static/src/models/composer_view.esm.js,sha256=Y3PG78IKvbYprZzcyU_R4aMgWCt0D7CKmY1VRq7sIWA,3862
45
45
  odoo/addons/mail_gateway/static/src/models/discuss.esm.js,sha256=SlCnMqAIyFLjmLJtYf96af_pphD18WgNRU3zYUOtTmg,1834
46
46
  odoo/addons/mail_gateway/static/src/models/discuss_sidebar_category.esm.js,sha256=irT0crrz7j0I6xinBEWfCQFIrvCu5eAJ_LOi7jEEc0Y,3939
47
47
  odoo/addons/mail_gateway/static/src/models/discuss_sidebar_category_item.esm.js,sha256=hxWQ7OaP-aUroB3LIZz0JYxFvqH4NEVyGUyKUnVcu14,1637
@@ -62,14 +62,16 @@ odoo/addons/mail_gateway/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5
62
62
  odoo/addons/mail_gateway/tests/common.py,sha256=Z2pZsKQ9E-pjZK9fgIL9iy9yvgzVD7GwqhbZyZ8VHoU,522
63
63
  odoo/addons/mail_gateway/views/mail_gateway.xml,sha256=RAXtGyd8Mi4sOXjT5-d1-Fk3uWEI11dOJEX-JbLkejk,4074
64
64
  odoo/addons/mail_gateway/views/res_partner_gateway_channel.xml,sha256=xgjym7um2id6od5P-fj33xmqWJJ_VfDRjd2Q2h3VjcY,2321
65
- odoo/addons/mail_gateway/wizards/__init__.py,sha256=mdhdrGWy6NoyWbXjXKF4Xgp-d5kO7M4d39votYehtCk,112
65
+ odoo/addons/mail_gateway/wizards/__init__.py,sha256=QMbAicNKcX9KktoqCLdR4jW4Poz-5_HAOWNGJABY-HM,155
66
+ odoo/addons/mail_gateway/wizards/mail_compose_gateway_message.py,sha256=uR1Dj8DTZKV8T_CUR_l5w-HsKKh-9Akhwu5izprFS2M,2416
67
+ odoo/addons/mail_gateway/wizards/mail_compose_gateway_message.xml,sha256=0nSIl1tBLvOqxql-FL829H-RHsPYwFN2HDbzRkaEvEc,1669
66
68
  odoo/addons/mail_gateway/wizards/mail_guest_manage.py,sha256=JXxY-riqu7UVkTE-6Vzh0N5lXUqX8N0t2oC0Mnd-hrU,1804
67
69
  odoo/addons/mail_gateway/wizards/mail_guest_manage.xml,sha256=6RtuadiKfDvt271uauUdiypzc3CnemeTYkWfRbuWJf4,1293
68
70
  odoo/addons/mail_gateway/wizards/mail_message_gateway_link.py,sha256=Aomm0WHmTikx03l9ZCn1QEKMmOc0UGSbvoRSaLGni4k,1505
69
71
  odoo/addons/mail_gateway/wizards/mail_message_gateway_link.xml,sha256=bExiMbt7uxkZJOc9Srxm9B6vvLW494iEI_ZPFKmsuWM,976
70
72
  odoo/addons/mail_gateway/wizards/mail_message_gateway_send.py,sha256=P141IdyP8T3uguf3heQf2s0sNQxbIGTNOdvdniq7uqY,600
71
73
  odoo/addons/mail_gateway/wizards/mail_message_gateway_send.xml,sha256=bvYSteMZJZDfm9kW1ObcNudw5lTEu-P9Leoncplymy0,1421
72
- odoo_addon_mail_gateway-16.0.1.0.1.dist-info/METADATA,sha256=9m9kKYkbqqG1-cVUumATSCPAnCDnyQnH4XZj1Br1Ijk,4309
73
- odoo_addon_mail_gateway-16.0.1.0.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
74
- odoo_addon_mail_gateway-16.0.1.0.1.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
75
- odoo_addon_mail_gateway-16.0.1.0.1.dist-info/RECORD,,
74
+ odoo_addon_mail_gateway-16.0.1.1.0.dist-info/METADATA,sha256=e3W5gUN-rgGgGZ4Thekj340aMoF-G9ukvh3hLKaJaBw,4308
75
+ odoo_addon_mail_gateway-16.0.1.1.0.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
76
+ odoo_addon_mail_gateway-16.0.1.1.0.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
77
+ odoo_addon_mail_gateway-16.0.1.1.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: bdist_wheel (0.44.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5