odoo-addon-mail-gateway 16.0.1.2.0__py3-none-any.whl → 16.0.1.3.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.
Potentially problematic release.
This version of odoo-addon-mail-gateway might be problematic. Click here for more details.
- odoo/addons/mail_gateway/README.rst +6 -2
- odoo/addons/mail_gateway/__manifest__.py +1 -1
- odoo/addons/mail_gateway/i18n/es.po +150 -115
- odoo/addons/mail_gateway/i18n/es_VE.po +879 -0
- odoo/addons/mail_gateway/static/description/index.html +18 -12
- odoo/addons/mail_gateway/wizards/mail_message_gateway_link.py +1 -1
- {odoo_addon_mail_gateway-16.0.1.2.0.dist-info → odoo_addon_mail_gateway-16.0.1.3.0.dist-info}/METADATA +7 -3
- {odoo_addon_mail_gateway-16.0.1.2.0.dist-info → odoo_addon_mail_gateway-16.0.1.3.0.dist-info}/RECORD +10 -9
- {odoo_addon_mail_gateway-16.0.1.2.0.dist-info → odoo_addon_mail_gateway-16.0.1.3.0.dist-info}/WHEEL +0 -0
- {odoo_addon_mail_gateway-16.0.1.2.0.dist-info → odoo_addon_mail_gateway-16.0.1.3.0.dist-info}/top_level.txt +0 -0
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
5
5
|
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
|
|
6
|
-
<title>
|
|
6
|
+
<title>README.rst</title>
|
|
7
7
|
<style type="text/css">
|
|
8
8
|
|
|
9
9
|
/*
|
|
@@ -360,16 +360,21 @@ ul.auto-toc {
|
|
|
360
360
|
</style>
|
|
361
361
|
</head>
|
|
362
362
|
<body>
|
|
363
|
-
<div class="document"
|
|
364
|
-
<h1 class="title">Mail Gateway</h1>
|
|
363
|
+
<div class="document">
|
|
365
364
|
|
|
365
|
+
|
|
366
|
+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
|
|
367
|
+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
|
|
368
|
+
</a>
|
|
369
|
+
<div class="section" id="mail-gateway">
|
|
370
|
+
<h1>Mail Gateway</h1>
|
|
366
371
|
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
367
372
|
!! This file is generated by oca-gen-addon-readme !!
|
|
368
373
|
!! changes will be overwritten. !!
|
|
369
374
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
370
|
-
!! source digest: sha256:
|
|
375
|
+
!! source digest: sha256:cff2294334d6db807a724770b407b9c0b280e14970058bf4415703b93038290b
|
|
371
376
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
|
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/
|
|
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/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&target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
|
373
378
|
<p>This module will allow you to integrate an external chat system in your Odoo system.
|
|
374
379
|
It requires extra modules with the specific configuration of each chat system, like <cite>mail_gateway_telegram</cite> or <cite>mail_gateway_whatsapp</cite>.</p>
|
|
375
380
|
<p>This way, a group of users can respond customers or any other set
|
|
@@ -389,7 +394,7 @@ of partners within Odoo, but the messages will be sent through the external chat
|
|
|
389
394
|
</ul>
|
|
390
395
|
</div>
|
|
391
396
|
<div class="section" id="usage">
|
|
392
|
-
<
|
|
397
|
+
<h2><a class="toc-backref" href="#toc-entry-1">Usage</a></h2>
|
|
393
398
|
<p>When external messages are received, they will be directly sent to the discuss menu.
|
|
394
399
|
Answering to these messages will send the answer to the external contact.
|
|
395
400
|
We can assign this messages to any record using the message actions.
|
|
@@ -399,7 +404,7 @@ To use this, we just need to use the</p>
|
|
|
399
404
|
<p>It is recomended to enable chatter notification to all users that will receive messages from gateways.</p>
|
|
400
405
|
</div>
|
|
401
406
|
<div class="section" id="bug-tracker">
|
|
402
|
-
<
|
|
407
|
+
<h2><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h2>
|
|
403
408
|
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/social/issues">GitHub Issues</a>.
|
|
404
409
|
In case of trouble, please check there if your issue has already been reported.
|
|
405
410
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
@@ -407,27 +412,27 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
|
407
412
|
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
|
408
413
|
</div>
|
|
409
414
|
<div class="section" id="credits">
|
|
410
|
-
<
|
|
415
|
+
<h2><a class="toc-backref" href="#toc-entry-3">Credits</a></h2>
|
|
411
416
|
<div class="section" id="authors">
|
|
412
|
-
<
|
|
417
|
+
<h3><a class="toc-backref" href="#toc-entry-4">Authors</a></h3>
|
|
413
418
|
<ul class="simple">
|
|
414
419
|
<li>Creu Blanca</li>
|
|
415
420
|
<li>Dixmit</li>
|
|
416
421
|
</ul>
|
|
417
422
|
</div>
|
|
418
423
|
<div class="section" id="contributors">
|
|
419
|
-
<
|
|
424
|
+
<h3><a class="toc-backref" href="#toc-entry-5">Contributors</a></h3>
|
|
420
425
|
<ul class="simple">
|
|
421
426
|
<li>Enric Tobella</li>
|
|
422
427
|
<li>Olga Marco</li>
|
|
423
428
|
</ul>
|
|
424
429
|
</div>
|
|
425
430
|
<div class="section" id="other-credits">
|
|
426
|
-
<
|
|
431
|
+
<h3><a class="toc-backref" href="#toc-entry-6">Other credits</a></h3>
|
|
427
432
|
<p>This work has been funded by AEOdoo (Asociación Española de Odoo - <a class="reference external" href="https://www.aeodoo.org">https://www.aeodoo.org</a>)</p>
|
|
428
433
|
</div>
|
|
429
434
|
<div class="section" id="maintainers">
|
|
430
|
-
<
|
|
435
|
+
<h3><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h3>
|
|
431
436
|
<p>This module is maintained by the OCA.</p>
|
|
432
437
|
<a class="reference external image-reference" href="https://odoo-community.org">
|
|
433
438
|
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
|
|
@@ -440,5 +445,6 @@ promote its widespread use.</p>
|
|
|
440
445
|
</div>
|
|
441
446
|
</div>
|
|
442
447
|
</div>
|
|
448
|
+
</div>
|
|
443
449
|
</body>
|
|
444
450
|
</html>
|
|
@@ -16,7 +16,7 @@ class MailMessageGatewayLink(models.TransientModel):
|
|
|
16
16
|
|
|
17
17
|
@api.model
|
|
18
18
|
def _selection_target_model(self):
|
|
19
|
-
models = self.env["ir.model"].search([("is_mail_thread", "=", True)])
|
|
19
|
+
models = self.env["ir.model"].sudo().search([("is_mail_thread", "=", True)])
|
|
20
20
|
return [(model.model, model.name) for model in models]
|
|
21
21
|
|
|
22
22
|
def link_message(self):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: odoo-addon-mail_gateway
|
|
3
|
-
Version: 16.0.1.
|
|
3
|
+
Version: 16.0.1.3.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)
|
|
@@ -13,6 +13,10 @@ Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
|
13
13
|
Requires-Python: >=3.10
|
|
14
14
|
Requires-Dist: odoo<16.1dev,>=16.0a
|
|
15
15
|
|
|
16
|
+
.. image:: https://odoo-community.org/readme-banner-image
|
|
17
|
+
:target: https://odoo-community.org/get-involved?utm_source=readme
|
|
18
|
+
:alt: Odoo Community Association
|
|
19
|
+
|
|
16
20
|
============
|
|
17
21
|
Mail Gateway
|
|
18
22
|
============
|
|
@@ -22,13 +26,13 @@ Mail Gateway
|
|
|
22
26
|
!! This file is generated by oca-gen-addon-readme !!
|
|
23
27
|
!! changes will be overwritten. !!
|
|
24
28
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
25
|
-
!! source digest: sha256:
|
|
29
|
+
!! source digest: sha256:cff2294334d6db807a724770b407b9c0b280e14970058bf4415703b93038290b
|
|
26
30
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
27
31
|
|
|
28
32
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
29
33
|
:target: https://odoo-community.org/page/development-status
|
|
30
34
|
:alt: Beta
|
|
31
|
-
.. |badge2| image:: https://img.shields.io/badge/
|
|
35
|
+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
|
|
32
36
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
33
37
|
:alt: License: AGPL-3
|
|
34
38
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github
|
{odoo_addon_mail_gateway-16.0.1.2.0.dist-info → odoo_addon_mail_gateway-16.0.1.3.0.dist-info}/RECORD
RENAMED
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
odoo/addons/mail_gateway/README.rst,sha256=
|
|
1
|
+
odoo/addons/mail_gateway/README.rst,sha256=kiB_yI2X8u80bybb29dVhIUQz4kBs1D4TFJoEV5Mr0s,3972
|
|
2
2
|
odoo/addons/mail_gateway/__init__.py,sha256=aIwynWdyzP-khr64it84qR6aLsV3nt93saACZSgoJ7w,128
|
|
3
|
-
odoo/addons/mail_gateway/__manifest__.py,sha256=
|
|
3
|
+
odoo/addons/mail_gateway/__manifest__.py,sha256=CtLAgTN2WU-M3XPvKOEmyXIUz7OcqNK2IJOm6i9W2g0,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
|
-
odoo/addons/mail_gateway/i18n/es.po,sha256=
|
|
8
|
+
odoo/addons/mail_gateway/i18n/es.po,sha256=4sv9ryrvyXSVr1mFs1f9e_g1orvfeqZlhg6nx42fgnY,35480
|
|
9
|
+
odoo/addons/mail_gateway/i18n/es_VE.po,sha256=gGjoC94a62iFJqN_kkYt2hgljIpZ394nsOp_uNJq4sQ,35552
|
|
9
10
|
odoo/addons/mail_gateway/i18n/it.po,sha256=4IGuTGm92CwbF27A44zhzxDRFkarYmS0VgqGlcJFcLg,34690
|
|
10
11
|
odoo/addons/mail_gateway/i18n/mail_gateway.pot,sha256=sToZwwrrtIN4G8bBMgoosjCBSuSL-oFcIQz2L008Cks,30099
|
|
11
12
|
odoo/addons/mail_gateway/models/__init__.py,sha256=PYOJ6C-9Wfi5ocaXzWMJYgjNTLmxMRpFdFOCxSWQecc,277
|
|
@@ -27,7 +28,7 @@ odoo/addons/mail_gateway/readme/USAGE.rst,sha256=oIFvEwsDa3p1H85uTCKFtW1zHO9Y5h4
|
|
|
27
28
|
odoo/addons/mail_gateway/security/ir.model.access.csv,sha256=FOT8arYtpenpbxWo0qYeb5FN_nGfpCtY4A4y8iOT79E,1079
|
|
28
29
|
odoo/addons/mail_gateway/security/security.xml,sha256=DwEPzbePb5q6TaaOuEtBIC2iLW5gvyXFEfFNyDXCBgQ,2883
|
|
29
30
|
odoo/addons/mail_gateway/static/description/icon.png,sha256=oJUSI4t4BOGKGTvPJURptNJVoX1tYOK4oNzcS0ysedI,26508
|
|
30
|
-
odoo/addons/mail_gateway/static/description/index.html,sha256=
|
|
31
|
+
odoo/addons/mail_gateway/static/description/index.html,sha256=MHggAaC9KQPyC2G_5j4k-zjgtSad_eZ5z0iqWx2N9jo,13743
|
|
31
32
|
odoo/addons/mail_gateway/static/src/components/chatter/chatter.xml,sha256=JW2_q_ip5QcG8nXMotlFwI-c4-eGOIEfRwObZfc88AE,2037
|
|
32
33
|
odoo/addons/mail_gateway/static/src/components/composer/composer.xml,sha256=m8yLBcIFK5thG9L-5UQGylh90aDDhjcv0vei_IC-s8c,772
|
|
33
34
|
odoo/addons/mail_gateway/static/src/components/discuss_sidebar/discuss_sidebar.xml,sha256=ZI0ZD_RO3PGAEYnGmoafJeBYVWnegZYwj8xJR9CEb6I,668
|
|
@@ -67,11 +68,11 @@ odoo/addons/mail_gateway/wizards/mail_compose_gateway_message.py,sha256=uR1Dj8DT
|
|
|
67
68
|
odoo/addons/mail_gateway/wizards/mail_compose_gateway_message.xml,sha256=0nSIl1tBLvOqxql-FL829H-RHsPYwFN2HDbzRkaEvEc,1669
|
|
68
69
|
odoo/addons/mail_gateway/wizards/mail_guest_manage.py,sha256=JXxY-riqu7UVkTE-6Vzh0N5lXUqX8N0t2oC0Mnd-hrU,1804
|
|
69
70
|
odoo/addons/mail_gateway/wizards/mail_guest_manage.xml,sha256=6RtuadiKfDvt271uauUdiypzc3CnemeTYkWfRbuWJf4,1293
|
|
70
|
-
odoo/addons/mail_gateway/wizards/mail_message_gateway_link.py,sha256=
|
|
71
|
+
odoo/addons/mail_gateway/wizards/mail_message_gateway_link.py,sha256=OLooORQuT9dIEPuui4g5-7Y5I2saecUBdR_mgnmVE0s,1512
|
|
71
72
|
odoo/addons/mail_gateway/wizards/mail_message_gateway_link.xml,sha256=bExiMbt7uxkZJOc9Srxm9B6vvLW494iEI_ZPFKmsuWM,976
|
|
72
73
|
odoo/addons/mail_gateway/wizards/mail_message_gateway_send.py,sha256=P141IdyP8T3uguf3heQf2s0sNQxbIGTNOdvdniq7uqY,600
|
|
73
74
|
odoo/addons/mail_gateway/wizards/mail_message_gateway_send.xml,sha256=bvYSteMZJZDfm9kW1ObcNudw5lTEu-P9Leoncplymy0,1421
|
|
74
|
-
odoo_addon_mail_gateway-16.0.1.
|
|
75
|
-
odoo_addon_mail_gateway-16.0.1.
|
|
76
|
-
odoo_addon_mail_gateway-16.0.1.
|
|
77
|
-
odoo_addon_mail_gateway-16.0.1.
|
|
75
|
+
odoo_addon_mail_gateway-16.0.1.3.0.dist-info/METADATA,sha256=nsm-mQsmNry36Ap90iJhjFrnMR0XtWwbYNuBndlthoI,4473
|
|
76
|
+
odoo_addon_mail_gateway-16.0.1.3.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
77
|
+
odoo_addon_mail_gateway-16.0.1.3.0.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
|
78
|
+
odoo_addon_mail_gateway-16.0.1.3.0.dist-info/RECORD,,
|
{odoo_addon_mail_gateway-16.0.1.2.0.dist-info → odoo_addon_mail_gateway-16.0.1.3.0.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|