odoo-addon-mail-gateway 18.0.1.0.3.1__py3-none-any.whl → 18.0.1.0.4__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.
@@ -11,7 +11,7 @@ Mail Gateway
11
11
  !! This file is generated by oca-gen-addon-readme !!
12
12
  !! changes will be overwritten. !!
13
13
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14
- !! source digest: sha256:a856b28ed5028c2a2fee6b93c56ca1e45e3085a6380b0d5b74b63c78eec294d5
14
+ !! source digest: sha256:2a4bff5a9f032090586509991c48d30f1d88ba707e9d31e6a635a748741a26b5
15
15
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
16
16
 
17
17
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -4,7 +4,7 @@
4
4
  {
5
5
  "name": "Mail Gateway",
6
6
  "summary": "Base module for gateway communications",
7
- "version": "18.0.1.0.3",
7
+ "version": "18.0.1.0.4",
8
8
  "license": "AGPL-3",
9
9
  "author": "Creu Blanca,Dixmit,Odoo Community Association (OCA)",
10
10
  "website": "https://github.com/OCA/social",
@@ -51,9 +51,12 @@ class GatewayController(Controller):
51
51
  ("Content-Type", "application/json"),
52
52
  ],
53
53
  )
54
- jsonrequest = json.loads(
55
- request.httprequest.get_data().decode(request.httprequest.charset)
54
+ charset = (
55
+ hasattr(request.httprequest, "charset")
56
+ and request.httprequest.charset
57
+ or "utf-8"
56
58
  )
59
+ jsonrequest = json.loads(request.httprequest.get_data().decode(charset))
57
60
  dispatcher = (
58
61
  request.env[f"mail.gateway.{usage}"]
59
62
  .with_user(bot_data["webhook_user_id"])
@@ -6,7 +6,7 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: Odoo Server 16.0\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
- "PO-Revision-Date: 2024-07-02 17:47+0000\n"
9
+ "PO-Revision-Date: 2025-10-16 11:43+0000\n"
10
10
  "Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
11
11
  "Language-Team: none\n"
12
12
  "Language: it\n"
@@ -14,27 +14,27 @@ msgstr ""
14
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
15
  "Content-Transfer-Encoding: \n"
16
16
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
- "X-Generator: Weblate 4.17\n"
17
+ "X-Generator: Weblate 5.10.4\n"
18
18
 
19
19
  #. module: mail_gateway
20
20
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__res_domain
21
21
  msgid "Active domain"
22
- msgstr ""
22
+ msgstr "Attiva dominio"
23
23
 
24
24
  #. module: mail_gateway
25
25
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__email_add_signature
26
26
  msgid "Add signature"
27
- msgstr ""
27
+ msgstr "Aggiungi firma"
28
28
 
29
29
  #. module: mail_gateway
30
30
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__partner_ids
31
31
  msgid "Additional Contacts"
32
- msgstr ""
32
+ msgstr "Contatti addizionali"
33
33
 
34
34
  #. module: mail_gateway
35
35
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__record_alias_domain_id
36
36
  msgid "Alias Domain"
37
- msgstr ""
37
+ msgstr "Dominio alias"
38
38
 
39
39
  #. module: mail_gateway
40
40
  #: model:ir.model.fields,field_description:mail_gateway.field_discuss_channel__anonymous_name
@@ -49,12 +49,12 @@ msgstr "Assegna visitatore gateway ad un partner"
49
49
  #. module: mail_gateway
50
50
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__attachment_ids
51
51
  msgid "Attachments"
52
- msgstr ""
52
+ msgstr "Allegati"
53
53
 
54
54
  #. module: mail_gateway
55
55
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__author_id
56
56
  msgid "Author"
57
- msgstr ""
57
+ msgstr "Autore"
58
58
 
59
59
  #. module: mail_gateway
60
60
  #: model:ir.model.fields,help:mail_gateway.field_mail_compose_gateway_message__author_id
@@ -62,26 +62,28 @@ msgid ""
62
62
  "Author of the message. If not set, email_from may hold an email address that "
63
63
  "did not match any partner."
64
64
  msgstr ""
65
+ "Autore del messaggio. Se non impostato, email_from potrebbe contenere un "
66
+ "indirizzo email che non corrisponde ad alcun partner."
65
67
 
66
68
  #. module: mail_gateway
67
69
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__composition_batch
68
70
  msgid "Batch composition"
69
- msgstr ""
71
+ msgstr "Composizione batch"
70
72
 
71
73
  #. module: mail_gateway
72
74
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__partner_bcc_ids
73
75
  msgid "Bcc"
74
- msgstr ""
76
+ msgstr "Ccn"
75
77
 
76
78
  #. module: mail_gateway
77
79
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__body_has_template_value
78
80
  msgid "Body content is the same as the template"
79
- msgstr ""
81
+ msgstr "Il contenuto del corpo è lo stesso del modello"
80
82
 
81
83
  #. module: mail_gateway
82
84
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__can_edit_body
83
85
  msgid "Can Edit Body"
84
- msgstr ""
86
+ msgstr "Può modificare il corpo"
85
87
 
86
88
  #. module: mail_gateway
87
89
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_gateway__can_set_webhook
@@ -98,7 +100,7 @@ msgstr "Annulla"
98
100
  #. module: mail_gateway
99
101
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__partner_cc_ids
100
102
  msgid "Cc"
101
- msgstr ""
103
+ msgstr "Cc"
102
104
 
103
105
  #. module: mail_gateway
104
106
  #: model:ir.model.fields,field_description:mail_gateway.field_discuss_channel__channel_type
@@ -118,7 +120,7 @@ msgstr ""
118
120
  #. module: mail_gateway
119
121
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__use_exclusion_list
120
122
  msgid "Check Exclusion List"
121
- msgstr ""
123
+ msgstr "Controllo elenco esclusione"
122
124
 
123
125
  #. module: mail_gateway
124
126
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_mail__gateway_message_ids
@@ -137,12 +139,12 @@ msgstr "Azienda"
137
139
  #. module: mail_gateway
138
140
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__composition_mode
139
141
  msgid "Composition mode"
140
- msgstr ""
142
+ msgstr "Modo composizione"
141
143
 
142
144
  #. module: mail_gateway
143
145
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__reply_to_force_new
144
146
  msgid "Considers answers as new thread"
145
- msgstr ""
147
+ msgstr "Considera le risposte come nuove discussioni"
146
148
 
147
149
  #. module: mail_gateway
148
150
  #: model:ir.model,name:mail_gateway.model_res_partner
@@ -152,7 +154,7 @@ msgstr "Contatto"
152
154
  #. module: mail_gateway
153
155
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__body
154
156
  msgid "Contents"
155
- msgstr ""
157
+ msgstr "Contenuti"
156
158
 
157
159
  #. module: mail_gateway
158
160
  #: model_terms:ir.ui.view,arch_db:mail_gateway.mail_guest_manage_form_view
@@ -163,7 +165,7 @@ msgstr "Crea nuovo partner"
163
165
  #. odoo-javascript
164
166
  #: code:addons/mail_gateway/static/src/components/message/message_patch.esm.js:0
165
167
  msgid "Create partner"
166
- msgstr ""
168
+ msgstr "Crea partner"
167
169
 
168
170
  #. module: mail_gateway
169
171
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__create_uid
@@ -188,7 +190,7 @@ msgstr "Creato il"
188
190
  #. module: mail_gateway
189
191
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__auto_delete
190
192
  msgid "Delete Emails"
191
- msgstr ""
193
+ msgstr "Cancella e-mail"
192
194
 
193
195
  #. module: mail_gateway
194
196
  #: model:ir.model,name:mail_gateway.model_discuss_channel
@@ -208,7 +210,7 @@ msgstr "Nome visualizzato"
208
210
  #. module: mail_gateway
209
211
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__email_layout_xmlid
210
212
  msgid "Email Notification Layout"
211
- msgstr ""
213
+ msgstr "Schema notifica e-mail"
212
214
 
213
215
  #. module: mail_gateway
214
216
  #: model:ir.model,name:mail_gateway.model_mail_thread
@@ -221,6 +223,9 @@ msgid ""
221
223
  "Email address of the sender. This field is set when no matching partner is "
222
224
  "found and replaces the author_id field in the chatter."
223
225
  msgstr ""
226
+ "Indirizzo email del mittente. Questo campo è impostato quando non viene "
227
+ "trovato un partner corrispondente e sostituisce il campo author_id "
228
+ "nell'elenco comunicazioni."
224
229
 
225
230
  #. module: mail_gateway
226
231
  #: model:ir.model.fields,help:mail_gateway.field_mail_notification__gateway_failure_reason
@@ -234,7 +239,7 @@ msgstr ""
234
239
  #. module: mail_gateway
235
240
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__email_from
236
241
  msgid "From"
237
- msgstr ""
242
+ msgstr "Da"
238
243
 
239
244
  #. module: mail_gateway
240
245
  #. odoo-javascript
@@ -255,7 +260,7 @@ msgstr "Gateway"
255
260
  #. module: mail_gateway
256
261
  #: model:ir.model.fields,field_description:mail_gateway.field_res_users_settings__is_discuss_sidebar_category_gateway_open
257
262
  msgid "Gateway Category Open"
258
- msgstr ""
263
+ msgstr "Categoria gateway aperta"
259
264
 
260
265
  #. module: mail_gateway
261
266
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_mail__gateway_channel_ids
@@ -340,7 +345,7 @@ msgstr "Token relativo al gateway"
340
345
  #. module: mail_gateway
341
346
  #: model_terms:ir.ui.view,arch_db:mail_gateway.mail_compose_gateway_message_form_view
342
347
  msgid "Gateways"
343
- msgstr ""
348
+ msgstr "Gateway"
344
349
 
345
350
  #. module: mail_gateway
346
351
  #: model:ir.model,name:mail_gateway.model_mail_guest
@@ -370,6 +375,9 @@ msgid ""
370
375
  "if sent, send emails after that date. This date is considered as being in "
371
376
  "UTC timezone."
372
377
  msgstr ""
378
+ "In modalità commento: se impostato, posticipa l'invio delle notifiche. In "
379
+ "modalità invio di massa: se inviato, invia le e-mail dopo tale data. Questa "
380
+ "data è considerata nel fuso orario UTC."
373
381
 
374
382
  #. module: mail_gateway
375
383
  #: model_terms:ir.ui.view,arch_db:mail_gateway.mail_gateway_form_view
@@ -389,23 +397,25 @@ msgstr "Stato webhook integrato"
389
397
  #. module: mail_gateway
390
398
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__is_mail_template_editor
391
399
  msgid "Is Editor"
392
- msgstr ""
400
+ msgstr "È editore"
393
401
 
394
402
  #. module: mail_gateway
395
403
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__subtype_is_log
396
404
  msgid "Is a log"
397
- msgstr ""
405
+ msgstr "È un registro"
398
406
 
399
407
  #. module: mail_gateway
400
408
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__auto_delete_keep_log
401
409
  msgid "Keep Message Copy"
402
- msgstr ""
410
+ msgstr "Mantieni copia messaggio"
403
411
 
404
412
  #. module: mail_gateway
405
413
  #: model:ir.model.fields,help:mail_gateway.field_mail_compose_gateway_message__auto_delete_keep_log
406
414
  msgid ""
407
415
  "Keep a copy of the email content if emails are removed (mass mailing only)"
408
416
  msgstr ""
417
+ "Conservare una copia del contenuto dell'e-mail se le e-mail vengono rimosse ("
418
+ "solo per l'invio di massa)"
409
419
 
410
420
  #. module: mail_gateway
411
421
  #: model:ir.model.fields,help:mail_gateway.field_discuss_channel__gateway_token
@@ -430,7 +440,7 @@ msgstr ""
430
440
  #. module: mail_gateway
431
441
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__lang
432
442
  msgid "Language"
433
- msgstr ""
443
+ msgstr "Lingua"
434
444
 
435
445
  #. module: mail_gateway
436
446
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__write_uid
@@ -477,12 +487,12 @@ msgstr "Collega alla discussione"
477
487
  #. module: mail_gateway
478
488
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__mail_activity_type_id
479
489
  msgid "Mail Activity Type"
480
- msgstr ""
490
+ msgstr "Tipo attività e-mail"
481
491
 
482
492
  #. module: mail_gateway
483
493
  #: model:ir.model,name:mail_gateway.model_mail_compose_gateway_message
484
494
  msgid "Mail Compose Gateway Message"
485
- msgstr ""
495
+ msgstr "Messaggio gateway composizione e-mail"
486
496
 
487
497
  #. module: mail_gateway
488
498
  #: model:ir.model,name:mail_gateway.model_mail_gateway
@@ -505,6 +515,8 @@ msgid ""
505
515
  "Manage answers as new incoming emails instead of replies going to the same "
506
516
  "thread."
507
517
  msgstr ""
518
+ "Gestisci le risposte come nuove email in arrivo anziché come risposte "
519
+ "inviate alla stessa discussione."
508
520
 
509
521
  #. module: mail_gateway
510
522
  #. odoo-javascript
@@ -545,6 +557,8 @@ msgid ""
545
557
  "Message type: email for email message, notification for system message, "
546
558
  "comment for other messages such as user replies"
547
559
  msgstr ""
560
+ "Tipo di messaggio: e-mail per messaggio e-mail, notifica per messaggio di "
561
+ "sistema, commento per altri messaggi come risposte utente"
548
562
 
549
563
  #. module: mail_gateway
550
564
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_gateway__name
@@ -566,7 +580,7 @@ msgstr "Tipo notifica"
566
580
  #. module: mail_gateway
567
581
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__object_attachment_ids
568
582
  msgid "Object Attachments"
569
- msgstr ""
583
+ msgstr "Allegati oggetto"
570
584
 
571
585
  #. module: mail_gateway
572
586
  #: model:ir.model.fields,help:mail_gateway.field_mail_compose_gateway_message__lang
@@ -576,6 +590,10 @@ msgid ""
576
590
  "a placeholder expression that provides the appropriate language, e.g. "
577
591
  "{{ object.partner_id.lang }}."
578
592
  msgstr ""
593
+ "Lingua di traduzione facoltativa (codice ISO) da selezionare quando si invia "
594
+ "un'e-mail. Se non impostata, verrà utilizzata la versione inglese. Di solito "
595
+ "dovrebbe essere un'espressione segnaposto che fornisce la lingua "
596
+ "appropriata, ad esempio {{ object.partner_id.lang }}."
579
597
 
580
598
  #. module: mail_gateway
581
599
  #: model:ir.model.fields,help:mail_gateway.field_mail_compose_gateway_message__reply_to_mode
@@ -586,6 +604,12 @@ msgid ""
586
604
  "tracking message-id instead of original document discussion thread. \n"
587
605
  " This has an impact on the generated message-id."
588
606
  msgstr ""
607
+ "Discussione originale: le risposte vanno nella traccia di discussione del "
608
+ "documento originale.\n"
609
+ "Un altro indirizzo e-mail: le risposte vanno all'indirizzo e-mail menzionato "
610
+ "nel messaggio di tracciamento-id invece che nella traccia di discussione del "
611
+ "documento originale.\n"
612
+ "Questo ha un impatto sul message-id generato."
589
613
 
590
614
  #. module: mail_gateway
591
615
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_mail__gateway_message_id
@@ -596,12 +620,12 @@ msgstr "Messaggio gateway originale"
596
620
  #. module: mail_gateway
597
621
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__mail_server_id
598
622
  msgid "Outgoing mail server"
599
- msgstr ""
623
+ msgstr "Server posta in uscita"
600
624
 
601
625
  #. module: mail_gateway
602
626
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__parent_id
603
627
  msgid "Parent Message"
604
- msgstr ""
628
+ msgstr "Messaggio padre"
605
629
 
606
630
  #. module: mail_gateway
607
631
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_guest_manage__partner_id
@@ -623,7 +647,7 @@ msgstr "In attesa"
623
647
  #. module: mail_gateway
624
648
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__record_name
625
649
  msgid "Record Name"
626
- msgstr ""
650
+ msgstr "Nome record"
627
651
 
628
652
  #. module: mail_gateway
629
653
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_message_gateway_link__resource_ref
@@ -633,12 +657,12 @@ msgstr "Riferimento record"
633
657
  #. module: mail_gateway
634
658
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__res_ids
635
659
  msgid "Related Document IDs"
636
- msgstr ""
660
+ msgstr "ID documenti collegati"
637
661
 
638
662
  #. module: mail_gateway
639
663
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__model
640
664
  msgid "Related Document Model"
641
- msgstr ""
665
+ msgstr "Modello documento correlato"
642
666
 
643
667
  #. module: mail_gateway
644
668
  #: model_terms:ir.ui.view,arch_db:mail_gateway.mail_gateway_form_view
@@ -648,17 +672,17 @@ msgstr "Rimuovi webhook"
648
672
  #. module: mail_gateway
649
673
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__render_model
650
674
  msgid "Rendering Model"
651
- msgstr ""
675
+ msgstr "Modello presentazione"
652
676
 
653
677
  #. module: mail_gateway
654
678
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__reply_to_mode
655
679
  msgid "Replies"
656
- msgstr ""
680
+ msgstr "Risposte"
657
681
 
658
682
  #. module: mail_gateway
659
683
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__reply_to
660
684
  msgid "Reply To"
661
- msgstr ""
685
+ msgstr "Rispondi a"
662
686
 
663
687
  #. module: mail_gateway
664
688
  #: model:ir.model.fields,help:mail_gateway.field_mail_compose_gateway_message__reply_to
@@ -666,22 +690,24 @@ msgid ""
666
690
  "Reply email address. Setting the reply_to bypasses the automatic thread "
667
691
  "creation."
668
692
  msgstr ""
693
+ "Indirizzo e-mail risposta. Impostando replay_to evitando la creazione "
694
+ "automatica dell'argomento."
669
695
 
670
696
  #. module: mail_gateway
671
697
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__res_domain_user_id
672
698
  msgid "Responsible"
673
- msgstr ""
699
+ msgstr "Responsabile"
674
700
 
675
701
  #. module: mail_gateway
676
702
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__scheduled_date
677
703
  msgid "Scheduled Date"
678
- msgstr ""
704
+ msgstr "Data schedulata"
679
705
 
680
706
  #. module: mail_gateway
681
707
  #. odoo-javascript
682
708
  #: code:addons/mail_gateway/static/src/core/common/discuss_app_model_patch.esm.js:0
683
709
  msgid "Search Gateway Channel"
684
- msgstr ""
710
+ msgstr "Ricerca canale gateway"
685
711
 
686
712
  #. module: mail_gateway
687
713
  #: model_terms:ir.ui.view,arch_db:mail_gateway.mail_message_gateway_send_form_view
@@ -697,18 +723,18 @@ msgstr "Invia messaggio attraverso il gateway"
697
723
  #. odoo-javascript
698
724
  #: code:addons/mail_gateway/static/src/components/composer/composer.esm.js:0
699
725
  msgid "Send a message to a gateway..."
700
- msgstr ""
726
+ msgstr "Invia messaggio al gateway..."
701
727
 
702
728
  #. module: mail_gateway
703
729
  #. odoo-javascript
704
730
  #: code:addons/mail_gateway/static/src/components/composer/composer.esm.js:0
705
731
  msgid "Send gateway"
706
- msgstr ""
732
+ msgstr "Invia gateway"
707
733
 
708
734
  #. module: mail_gateway
709
735
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__force_send
710
736
  msgid "Send mailing or notifications directly"
711
- msgstr ""
737
+ msgstr "Invia direttamente e-mail o notifica"
712
738
 
713
739
  #. module: mail_gateway
714
740
  #. odoo-javascript
@@ -720,12 +746,12 @@ msgstr "Invia con gateway"
720
746
  #. module: mail_gateway
721
747
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__subject
722
748
  msgid "Subject"
723
- msgstr ""
749
+ msgstr "Oggetto"
724
750
 
725
751
  #. module: mail_gateway
726
752
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__subtype_id
727
753
  msgid "Subtype"
728
- msgstr ""
754
+ msgstr "Sottotipo"
729
755
 
730
756
  #. module: mail_gateway
731
757
  #: model:ir.model,name:mail_gateway.model_res_partner_gateway_channel
@@ -735,12 +761,12 @@ msgstr "Dati tecnici per avere l'autore del gateway"
735
761
  #. module: mail_gateway
736
762
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__template_name
737
763
  msgid "Template Name"
738
- msgstr ""
764
+ msgstr "Nome modello"
739
765
 
740
766
  #. module: mail_gateway
741
767
  #: model:ir.model.fields,help:mail_gateway.field_res_users_settings__is_discuss_sidebar_category_gateway_open
742
768
  msgid "The gateway category in the sidebar will be open"
743
- msgstr ""
769
+ msgstr "Verrà aperta la categoria gateway nella barra laterale"
744
770
 
745
771
  #. module: mail_gateway
746
772
  #: model:ir.model.fields,help:mail_gateway.field_mail_compose_gateway_message__auto_delete
@@ -749,11 +775,14 @@ msgid ""
749
775
  "including from the Technical menu in the Settings, in order to preserve "
750
776
  "storage space of your Odoo database."
751
777
  msgstr ""
778
+ "Questa opzione rimuove definitivamente ogni traccia dell'e-mail dopo il suo "
779
+ "invio, anche dal menu Tecnico nelle Impostazioni, in modo da preservare lo "
780
+ "spazio di archiviazione del database Odoo."
752
781
 
753
782
  #. module: mail_gateway
754
783
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__model_is_thread
755
784
  msgid "Thread-Enabled"
756
- msgstr ""
785
+ msgstr "Discussione-Abilitata"
757
786
 
758
787
  #. module: mail_gateway
759
788
  #. odoo-javascript
@@ -774,7 +803,7 @@ msgstr "Il token deve essere univoco"
774
803
  #. module: mail_gateway
775
804
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__message_type
776
805
  msgid "Type"
777
- msgstr ""
806
+ msgstr "Tipo"
778
807
 
779
808
  #. module: mail_gateway
780
809
  #: model_terms:ir.ui.view,arch_db:mail_gateway.mail_gateway_form_view
@@ -784,12 +813,12 @@ msgstr "Aggiorna webhook"
784
813
  #. module: mail_gateway
785
814
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__template_id
786
815
  msgid "Use template"
787
- msgstr ""
816
+ msgstr "Usa modello"
788
817
 
789
818
  #. module: mail_gateway
790
819
  #: model:ir.model.fields,help:mail_gateway.field_mail_compose_gateway_message__res_domain_user_id
791
820
  msgid "Used as context used to evaluate composer domain"
792
- msgstr ""
821
+ msgstr "Utilizza come contesto usato per valutare dominio composer"
793
822
 
794
823
  #. module: mail_gateway
795
824
  #: model:ir.model,name:mail_gateway.model_res_users
@@ -800,7 +829,7 @@ msgstr "Utente"
800
829
  #. module: mail_gateway
801
830
  #: model:ir.model,name:mail_gateway.model_res_users_settings
802
831
  msgid "User Settings"
803
- msgstr ""
832
+ msgstr "Impostazioni utente"
804
833
 
805
834
  #. module: mail_gateway
806
835
  #: model:ir.model.fields,help:mail_gateway.field_mail_gateway__webhook_user_id
@@ -843,12 +872,12 @@ msgstr ""
843
872
  #. module: mail_gateway
844
873
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__wizard_channel_ids
845
874
  msgid "Wizard Channel"
846
- msgstr ""
875
+ msgstr "Procedura guidata canale"
847
876
 
848
877
  #. module: mail_gateway
849
878
  #: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__wizard_partner_ids
850
879
  msgid "Wizard Partner"
851
- msgstr ""
880
+ msgstr "Partner procedura guidata"
852
881
 
853
882
  #. module: mail_gateway
854
883
  #. odoo-javascript
@@ -372,7 +372,7 @@ ul.auto-toc {
372
372
  !! This file is generated by oca-gen-addon-readme !!
373
373
  !! changes will be overwritten. !!
374
374
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375
- !! source digest: sha256:a856b28ed5028c2a2fee6b93c56ca1e45e3085a6380b0d5b74b63c78eec294d5
375
+ !! source digest: sha256:2a4bff5a9f032090586509991c48d30f1d88ba707e9d31e6a635a748741a26b5
376
376
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377
377
  <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/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/social/tree/18.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-18-0/social-18-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=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378
378
  <p>This module will allow you to integrate an external chat system in your
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-mail_gateway
3
- Version: 18.0.1.0.3.1
3
+ Version: 18.0.1.0.4
4
4
  Requires-Python: >=3.10
5
5
  Requires-Dist: odoo==18.0.*
6
6
  Summary: Base module for gateway communications
@@ -27,7 +27,7 @@ Mail Gateway
27
27
  !! This file is generated by oca-gen-addon-readme !!
28
28
  !! changes will be overwritten. !!
29
29
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
30
- !! source digest: sha256:a856b28ed5028c2a2fee6b93c56ca1e45e3085a6380b0d5b74b63c78eec294d5
30
+ !! source digest: sha256:2a4bff5a9f032090586509991c48d30f1d88ba707e9d31e6a635a748741a26b5
31
31
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
32
32
 
33
33
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -1,11 +1,11 @@
1
- odoo/addons/mail_gateway/README.rst,sha256=1wqzA51wkRJ6aDwshcoY7Rc1g6xzErTPc1NqVW0NXGk,4122
1
+ odoo/addons/mail_gateway/README.rst,sha256=blaWrjpYyp-Fkg0SxrcM4Zj344WSUKfb3jUsH4LNLyk,4122
2
2
  odoo/addons/mail_gateway/__init__.py,sha256=iuQELiVGB3Fz_4uDneFx3WqB5wu2T1SnjCCzPLN_v5o,123
3
- odoo/addons/mail_gateway/__manifest__.py,sha256=uCHdv3e9Bo2bC4_elo178qNtc88id74elVmBQAc4DOI,1085
3
+ odoo/addons/mail_gateway/__manifest__.py,sha256=o8h5YOJXnYIRbudHHRHzHMQDXjWyNmvlTyZbrAvxCZ4,1085
4
4
  odoo/addons/mail_gateway/hooks.py,sha256=hzYop0HgmZ70EFqRsvm2rYNIvN0elqBDHtj7jcBQA0M,357
5
5
  odoo/addons/mail_gateway/controllers/__init__.py,sha256=8X5vKdloSK3ptemPTOXkaR8uUGcXERI2mce41NLH-90,22
6
- odoo/addons/mail_gateway/controllers/gateway.py,sha256=UeVHk-qjOelgtYviy0iJBTweOlpmfEu6UedshPkSWCs,2876
6
+ odoo/addons/mail_gateway/controllers/gateway.py,sha256=G_hScvCHtcOBnMI4AGIlZNI4T0vbgLfFqG7OcFAchnk,2983
7
7
  odoo/addons/mail_gateway/i18n/es.po,sha256=OjDdAmmX8B-cBXfIOWa5yNLPNbNhthSVwOApyjNdfZ0,31476
8
- odoo/addons/mail_gateway/i18n/it.po,sha256=dukXlDffRwILPHa4-FAo8iMavxMIgvBu6eOH5y-aor8,33123
8
+ odoo/addons/mail_gateway/i18n/it.po,sha256=jfOaJdHTkVRe6AHgs1qb_6x7HKvFso5bPnjJsOw1Ej4,35896
9
9
  odoo/addons/mail_gateway/i18n/mail_gateway.pot,sha256=9OUlmenPUxZnwluByptOJ5eMZDhZd4Y8bWHOIWYA9Bc,30789
10
10
  odoo/addons/mail_gateway/models/__init__.py,sha256=rtdkCyZN2etA4mHFtxp2JmLILlBE-Ytln_1MYUZQ4Ys,313
11
11
  odoo/addons/mail_gateway/models/discuss_channel.py,sha256=NCBLWZGpJZcWdfzYLhL3s88b3FOBcwk1UEbbuc5uUik,3451
@@ -28,7 +28,7 @@ odoo/addons/mail_gateway/readme/USAGE.md,sha256=SaA5U50JiORCZ8TtFe6jLORC79xTbnZw
28
28
  odoo/addons/mail_gateway/security/ir.model.access.csv,sha256=sz0zqOt9AoGgl1RYi-_uBisRCqHKOwMPfit72gh7Hyo,1275
29
29
  odoo/addons/mail_gateway/security/security.xml,sha256=fYvvHX2gFDzIxpljrb4gg9cQCz9thnPGUDPuJ5VPrKw,2831
30
30
  odoo/addons/mail_gateway/static/description/icon.png,sha256=oJUSI4t4BOGKGTvPJURptNJVoX1tYOK4oNzcS0ysedI,26508
31
- odoo/addons/mail_gateway/static/description/index.html,sha256=b0msgsC95f91pVXQQsd7s2Jymab1DdWMXWaHfbv_UEY,14163
31
+ odoo/addons/mail_gateway/static/description/index.html,sha256=v6WqeMIGy-o6lwYJ3i8yi3Cxxndp-VugBzvLZDFSjYo,14163
32
32
  odoo/addons/mail_gateway/static/src/components/chatter/chatter.esm.js,sha256=kawFCUAZ47s6PJzWTwA5i6FuU20YMrvN4PtXq0LHI5o,434
33
33
  odoo/addons/mail_gateway/static/src/components/chatter/chatter.xml,sha256=TFaP0bfhtnOFTPLUgNf29reE2Gk2loIDQcVO7KbUHYI,2301
34
34
  odoo/addons/mail_gateway/static/src/components/composer/composer.esm.js,sha256=2-k8Agn_rZpRUnZHMlVWkLlr26MnLaHyACbGnTRJ2OU,4115
@@ -71,7 +71,7 @@ odoo/addons/mail_gateway/wizards/mail_message_gateway_link.py,sha256=cLHK1pu8ncT
71
71
  odoo/addons/mail_gateway/wizards/mail_message_gateway_link.xml,sha256=Y1v9KXo2rf_-gf5JG8HG5tj3BDLZfXFGqT-439xsi2w,974
72
72
  odoo/addons/mail_gateway/wizards/mail_message_gateway_send.py,sha256=b85udBKvs59X5J4x0XhNjE8Ap3TjA6Z-JWc2HCjs5wQ,599
73
73
  odoo/addons/mail_gateway/wizards/mail_message_gateway_send.xml,sha256=tFtD5eTXp9VGRzR0TH6ELx0DOYBjTW4wm_pebSFXBd8,1417
74
- odoo_addon_mail_gateway-18.0.1.0.3.1.dist-info/METADATA,sha256=6iErYvKqvjE7qNTLl0z7hNYrrIWeL9VynKx03SJSb9I,4679
75
- odoo_addon_mail_gateway-18.0.1.0.3.1.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
76
- odoo_addon_mail_gateway-18.0.1.0.3.1.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
77
- odoo_addon_mail_gateway-18.0.1.0.3.1.dist-info/RECORD,,
74
+ odoo_addon_mail_gateway-18.0.1.0.4.dist-info/METADATA,sha256=f_gtDSBiqYMcVY_zHwGRQtpcpS-xHB24EYjtuEA8mKQ,4677
75
+ odoo_addon_mail_gateway-18.0.1.0.4.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
76
+ odoo_addon_mail_gateway-18.0.1.0.4.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
77
+ odoo_addon_mail_gateway-18.0.1.0.4.dist-info/RECORD,,