odoo-addon-mail-gateway 18.0.1.0.3.2__py3-none-any.whl → 18.0.1.0.5__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 +1 -1
- odoo/addons/mail_gateway/controllers/gateway.py +5 -2
- odoo/addons/mail_gateway/i18n/mail_gateway.pot +12 -12
- odoo/addons/mail_gateway/static/description/index.html +1 -1
- odoo/addons/mail_gateway/static/src/components/message/message_patch.esm.js +0 -30
- odoo/addons/mail_gateway/static/src/core/common/thread_actions.esm.js +103 -0
- odoo/addons/mail_gateway/wizards/mail_guest_manage.py +1 -0
- {odoo_addon_mail_gateway-18.0.1.0.3.2.dist-info → odoo_addon_mail_gateway-18.0.1.0.5.dist-info}/METADATA +2 -2
- {odoo_addon_mail_gateway-18.0.1.0.3.2.dist-info → odoo_addon_mail_gateway-18.0.1.0.5.dist-info}/RECORD +12 -11
- {odoo_addon_mail_gateway-18.0.1.0.3.2.dist-info → odoo_addon_mail_gateway-18.0.1.0.5.dist-info}/WHEEL +0 -0
- {odoo_addon_mail_gateway-18.0.1.0.3.2.dist-info → odoo_addon_mail_gateway-18.0.1.0.5.dist-info}/top_level.txt +0 -0
|
@@ -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:
|
|
14
|
+
!! source digest: sha256:dad34d3035999c9e02309abb5cd4bec73cc1f01c6e8f2cf6e4d45723216a48d3
|
|
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.
|
|
7
|
+
"version": "18.0.1.0.5",
|
|
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
|
-
|
|
55
|
-
|
|
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"])
|
|
@@ -153,12 +153,6 @@ msgstr ""
|
|
|
153
153
|
msgid "Create new partner"
|
|
154
154
|
msgstr ""
|
|
155
155
|
|
|
156
|
-
#. module: mail_gateway
|
|
157
|
-
#. odoo-javascript
|
|
158
|
-
#: code:addons/mail_gateway/static/src/components/message/message_patch.esm.js:0
|
|
159
|
-
msgid "Create partner"
|
|
160
|
-
msgstr ""
|
|
161
|
-
|
|
162
156
|
#. module: mail_gateway
|
|
163
157
|
#: model:ir.model.fields,field_description:mail_gateway.field_mail_compose_gateway_message__create_uid
|
|
164
158
|
#: model:ir.model.fields,field_description:mail_gateway.field_mail_gateway__create_uid
|
|
@@ -496,12 +490,6 @@ msgid ""
|
|
|
496
490
|
"thread."
|
|
497
491
|
msgstr ""
|
|
498
492
|
|
|
499
|
-
#. module: mail_gateway
|
|
500
|
-
#. odoo-javascript
|
|
501
|
-
#: code:addons/mail_gateway/static/src/components/message/message_patch.esm.js:0
|
|
502
|
-
msgid "Manage guest"
|
|
503
|
-
msgstr ""
|
|
504
|
-
|
|
505
493
|
#. module: mail_gateway
|
|
506
494
|
#: model:ir.model.fields,field_description:mail_gateway.field_mail_gateway__member_ids
|
|
507
495
|
msgid "Member"
|
|
@@ -542,6 +530,12 @@ msgstr ""
|
|
|
542
530
|
msgid "Name"
|
|
543
531
|
msgstr ""
|
|
544
532
|
|
|
533
|
+
#. module: mail_gateway
|
|
534
|
+
#. odoo-javascript
|
|
535
|
+
#: code:addons/mail_gateway/static/src/core/common/thread_actions.esm.js:0
|
|
536
|
+
msgid "New Partner"
|
|
537
|
+
msgstr ""
|
|
538
|
+
|
|
545
539
|
#. module: mail_gateway
|
|
546
540
|
#. odoo-javascript
|
|
547
541
|
#: code:addons/mail_gateway/static/src/components/gateway_follower/gateway_follower.xml:0
|
|
@@ -558,6 +552,12 @@ msgstr ""
|
|
|
558
552
|
msgid "Object Attachments"
|
|
559
553
|
msgstr ""
|
|
560
554
|
|
|
555
|
+
#. module: mail_gateway
|
|
556
|
+
#. odoo-javascript
|
|
557
|
+
#: code:addons/mail_gateway/static/src/core/common/thread_actions.esm.js:0
|
|
558
|
+
msgid "Open Contact"
|
|
559
|
+
msgstr ""
|
|
560
|
+
|
|
561
561
|
#. module: mail_gateway
|
|
562
562
|
#: model:ir.model.fields,help:mail_gateway.field_mail_compose_gateway_message__lang
|
|
563
563
|
msgid ""
|
|
@@ -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:
|
|
375
|
+
!! source digest: sha256:dad34d3035999c9e02309abb5cd4bec73cc1f01c6e8f2cf6e4d45723216a48d3
|
|
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&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
|
|
@@ -3,36 +3,6 @@ import {_t} from "@web/core/l10n/translation";
|
|
|
3
3
|
import {patch} from "@web/core/utils/patch";
|
|
4
4
|
|
|
5
5
|
patch(Message.prototype, {
|
|
6
|
-
hasAuthorClickable() {
|
|
7
|
-
if (
|
|
8
|
-
this.message.gateway_type &&
|
|
9
|
-
this.message.author?.type === "guest" &&
|
|
10
|
-
this.message.author.id
|
|
11
|
-
) {
|
|
12
|
-
return true;
|
|
13
|
-
}
|
|
14
|
-
return super.hasAuthorClickable();
|
|
15
|
-
},
|
|
16
|
-
getAuthorText() {
|
|
17
|
-
if (this.hasAuthorClickable() && this.message.gateway_type) {
|
|
18
|
-
return _t("Create partner");
|
|
19
|
-
}
|
|
20
|
-
return super.getAuthorText();
|
|
21
|
-
},
|
|
22
|
-
onClickAuthor(ev) {
|
|
23
|
-
if (this.message.gateway_type && this.hasAuthorClickable()) {
|
|
24
|
-
ev.stopPropagation();
|
|
25
|
-
return this.env.services.action.doAction({
|
|
26
|
-
name: _t("Manage guest"),
|
|
27
|
-
type: "ir.actions.act_window",
|
|
28
|
-
res_model: "mail.guest.manage",
|
|
29
|
-
context: {default_guest_id: this.message.author.id},
|
|
30
|
-
views: [[false, "form"]],
|
|
31
|
-
target: "new",
|
|
32
|
-
});
|
|
33
|
-
}
|
|
34
|
-
return super.onClickAuthor(...arguments);
|
|
35
|
-
},
|
|
36
6
|
onClickLinkGatewayToThread() {
|
|
37
7
|
this.env.services.action.doAction({
|
|
38
8
|
name: _t("Link Message to thread"),
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import {_t} from "@web/core/l10n/translation";
|
|
2
|
+
import {threadActionsRegistry} from "@mail/core/common/thread_actions";
|
|
3
|
+
|
|
4
|
+
threadActionsRegistry
|
|
5
|
+
.add("open-gw-new-partner", {
|
|
6
|
+
condition(component) {
|
|
7
|
+
const thread = component.thread;
|
|
8
|
+
if (
|
|
9
|
+
thread?.model !== "discuss.channel" ||
|
|
10
|
+
(component.props.chatWindow && !component.props.chatWindow.isOpen)
|
|
11
|
+
) {
|
|
12
|
+
return false;
|
|
13
|
+
}
|
|
14
|
+
if (thread._guestChecked) {
|
|
15
|
+
return Boolean(thread._cachedGuestId);
|
|
16
|
+
}
|
|
17
|
+
const orm = component.env.services.orm;
|
|
18
|
+
(async () => {
|
|
19
|
+
const members = await orm.silent.searchRead(
|
|
20
|
+
"discuss.channel.member",
|
|
21
|
+
[["channel_id", "=", thread.id]],
|
|
22
|
+
["guest_id"]
|
|
23
|
+
);
|
|
24
|
+
const guestMembers = members.filter((m) => m.guest_id);
|
|
25
|
+
|
|
26
|
+
if (guestMembers.length === 1) {
|
|
27
|
+
thread._cachedGuestId = guestMembers[0].guest_id;
|
|
28
|
+
} else {
|
|
29
|
+
thread._cachedGuestId = null;
|
|
30
|
+
}
|
|
31
|
+
thread._guestChecked = true;
|
|
32
|
+
component.render?.();
|
|
33
|
+
})();
|
|
34
|
+
return false;
|
|
35
|
+
},
|
|
36
|
+
icon: "fa fa-fw fa-address-book",
|
|
37
|
+
name: _t("New Partner"),
|
|
38
|
+
async open(component) {
|
|
39
|
+
const guestId = component.thread._cachedGuestId;
|
|
40
|
+
if (!guestId) return;
|
|
41
|
+
await component.env.services.action.doAction({
|
|
42
|
+
type: "ir.actions.act_window",
|
|
43
|
+
res_model: "mail.guest.manage",
|
|
44
|
+
context: {default_guest_id: guestId[0]},
|
|
45
|
+
views: [[false, "form"]],
|
|
46
|
+
target: "new",
|
|
47
|
+
});
|
|
48
|
+
},
|
|
49
|
+
iconLarge: "fa fa-fw fa-lg fa-address-book",
|
|
50
|
+
sequence: 18,
|
|
51
|
+
})
|
|
52
|
+
.add("open-gw-profile", {
|
|
53
|
+
condition(component) {
|
|
54
|
+
// Check basic conditions
|
|
55
|
+
if (
|
|
56
|
+
component.thread?.model !== "discuss.channel" ||
|
|
57
|
+
(component.props.chatWindow && !component.props.chatWindow.isOpen)
|
|
58
|
+
) {
|
|
59
|
+
return false;
|
|
60
|
+
}
|
|
61
|
+
if (component.thread._partnerIdChecked) {
|
|
62
|
+
return Boolean(component.thread._cachedPartnerId);
|
|
63
|
+
}
|
|
64
|
+
const orm = component.env.services.orm;
|
|
65
|
+
let partnerId = null;
|
|
66
|
+
(async () => {
|
|
67
|
+
const channelData = await orm.silent.searchRead(
|
|
68
|
+
"discuss.channel",
|
|
69
|
+
[["id", "=", component.thread.id]],
|
|
70
|
+
["gateway_channel_token"]
|
|
71
|
+
);
|
|
72
|
+
if (channelData[0]?.gateway_channel_token) {
|
|
73
|
+
const gatewayChannel = await orm.silent.searchRead(
|
|
74
|
+
"res.partner.gateway.channel",
|
|
75
|
+
[["gateway_token", "=", channelData[0].gateway_channel_token]],
|
|
76
|
+
["partner_id"]
|
|
77
|
+
);
|
|
78
|
+
partnerId = Array.isArray(gatewayChannel[0]?.partner_id)
|
|
79
|
+
? gatewayChannel[0].partner_id[0]
|
|
80
|
+
: gatewayChannel[0]?.partner_id;
|
|
81
|
+
} else {
|
|
82
|
+
partnerId = component.thread.correspondent?.persona?.id;
|
|
83
|
+
}
|
|
84
|
+
component.thread._cachedPartnerId = partnerId;
|
|
85
|
+
component.thread._partnerIdChecked = true;
|
|
86
|
+
component.render?.();
|
|
87
|
+
})();
|
|
88
|
+
return false;
|
|
89
|
+
},
|
|
90
|
+
icon: "fa fa-fw fa-user-circle-o",
|
|
91
|
+
name: _t("Open Contact"),
|
|
92
|
+
async open(component) {
|
|
93
|
+
const partnerId = component.thread._cachedPartnerId;
|
|
94
|
+
await component.env.services.action.doAction({
|
|
95
|
+
type: "ir.actions.act_window",
|
|
96
|
+
res_model: "res.partner",
|
|
97
|
+
res_id: partnerId,
|
|
98
|
+
views: [[false, "form"]],
|
|
99
|
+
});
|
|
100
|
+
},
|
|
101
|
+
iconLarge: "fa fa-fw fa-lg fa-user-circle-o",
|
|
102
|
+
sequence: 17,
|
|
103
|
+
});
|
|
@@ -36,6 +36,7 @@ class MailGuestManage(models.TransientModel):
|
|
|
36
36
|
self.env["discuss.channel.member"].create(
|
|
37
37
|
self._channel_member_vals(member, partner)
|
|
38
38
|
)
|
|
39
|
+
member.channel_id.name = partner.complete_name
|
|
39
40
|
member.unlink()
|
|
40
41
|
self.env["mail.message"].search(
|
|
41
42
|
[("author_guest_id", "=", self.guest_id.id)]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: odoo-addon-mail_gateway
|
|
3
|
-
Version: 18.0.1.0.
|
|
3
|
+
Version: 18.0.1.0.5
|
|
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:
|
|
30
|
+
!! source digest: sha256:dad34d3035999c9e02309abb5cd4bec73cc1f01c6e8f2cf6e4d45723216a48d3
|
|
31
31
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
32
32
|
|
|
33
33
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
odoo/addons/mail_gateway/README.rst,sha256=
|
|
1
|
+
odoo/addons/mail_gateway/README.rst,sha256=2U4cDNNw0f3PgIkOp4hBTGoI34cQ31rzj2ekLrIXsc0,4122
|
|
2
2
|
odoo/addons/mail_gateway/__init__.py,sha256=iuQELiVGB3Fz_4uDneFx3WqB5wu2T1SnjCCzPLN_v5o,123
|
|
3
|
-
odoo/addons/mail_gateway/__manifest__.py,sha256
|
|
3
|
+
odoo/addons/mail_gateway/__manifest__.py,sha256=-5eV4DI8AW2pfbsnn_2syGo8fzdlwFU-Tw0X3V_1qg4,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=
|
|
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
8
|
odoo/addons/mail_gateway/i18n/it.po,sha256=jfOaJdHTkVRe6AHgs1qb_6x7HKvFso5bPnjJsOw1Ej4,35896
|
|
9
|
-
odoo/addons/mail_gateway/i18n/mail_gateway.pot,sha256=
|
|
9
|
+
odoo/addons/mail_gateway/i18n/mail_gateway.pot,sha256=A4M0L8WVXa24BLToKq5-eAdUdoozLoQApKALP0MwuH8,30774
|
|
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
|
|
12
12
|
odoo/addons/mail_gateway/models/ir_websocket.py,sha256=HfdL88oewFlJsjaizT24M52aqU7mRruK28XCo3tSsYU,709
|
|
@@ -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=
|
|
31
|
+
odoo/addons/mail_gateway/static/description/index.html,sha256=rGBJNgrFC_pnl-fq8rRcvg4G8AwkMUjeFUMRYzRObYg,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
|
|
@@ -36,7 +36,7 @@ odoo/addons/mail_gateway/static/src/components/gateway_follower/gateway_follower
|
|
|
36
36
|
odoo/addons/mail_gateway/static/src/components/gateway_follower/gateway_follower.scss,sha256=Xg54rrxbTmbcsFLUaCMR1EDI2-KAmd20tWzeCSzy94M,234
|
|
37
37
|
odoo/addons/mail_gateway/static/src/components/gateway_follower/gateway_follower.xml,sha256=qM63c_bLmUaw_dsMmKJcVnhuvNE_Zq4wo6xE2FKZnQY,1008
|
|
38
38
|
odoo/addons/mail_gateway/static/src/components/message/message.xml,sha256=fm3zvNl2pCZYwJcGfEcjk5l0gg8xK_bpxZcE3-32glc,752
|
|
39
|
-
odoo/addons/mail_gateway/static/src/components/message/message_patch.esm.js,sha256=
|
|
39
|
+
odoo/addons/mail_gateway/static/src/components/message/message_patch.esm.js,sha256=BlBnPwOmeAKTZCNqYIesYXzYB7HezwCInzOw8Gga6U8,1297
|
|
40
40
|
odoo/addons/mail_gateway/static/src/components/message_notification_popover_content/message_notification_popover_content.xml,sha256=UcUmPuWbM_UCxioGMvq1i7vr642fmEAe7wo9jW83b5k,420
|
|
41
41
|
odoo/addons/mail_gateway/static/src/core/common/composer_model_patch.esm.js,sha256=KQDI3x82xxdyXpaWtTHIGi7V0a0w-i80YfBGUevqK7s,561
|
|
42
42
|
odoo/addons/mail_gateway/static/src/core/common/discuss_app_model_patch.esm.js,sha256=Kp7_u3aVtS94YbtxJzwrmZVOTVJ5c4IZ-Mcpw0xAoyM,842
|
|
@@ -47,6 +47,7 @@ odoo/addons/mail_gateway/static/src/core/common/message_model_patch.esm.js,sha25
|
|
|
47
47
|
odoo/addons/mail_gateway/static/src/core/common/notification_model_patch.esm.js,sha256=5V1DD1xVMxNJhaAItQ1trTErsgGF-BlPV9PHoGhXE7o,1098
|
|
48
48
|
odoo/addons/mail_gateway/static/src/core/common/persona_model_patch.esm.js,sha256=OEehHjB_iqmZvdKnqAambjxrH4g9KUoSq4yTrovw_UE,290
|
|
49
49
|
odoo/addons/mail_gateway/static/src/core/common/store_service_patch.esm.js,sha256=XREkdD8DfNLNMJnw3MY1jKkwObXzpTufxWJmKoOiWJE,647
|
|
50
|
+
odoo/addons/mail_gateway/static/src/core/common/thread_actions.esm.js,sha256=LvTIYfXIbIFHjLUDlaiw9TKwo1Lj2g_WaWWEl0rmOr8,4058
|
|
50
51
|
odoo/addons/mail_gateway/static/src/core/common/thread_model_patch.esm.js,sha256=CFX0Ecqv0vyRTrpQ2dKuOinIX35hzDAktdPSbKzUTQ4,1729
|
|
51
52
|
odoo/addons/mail_gateway/static/src/core/web/discuss_app_category_model_patch.esm.js,sha256=fWG1VYWYkWvdg-zbUxhbmIHfJd_auS17h8NaOEjeOeA,605
|
|
52
53
|
odoo/addons/mail_gateway/static/src/core/web/discuss_sidebar_category_item_patch.xml,sha256=I1M8Q1Dy3Zv6nyU6C1wba7_46G6VbwS-qMPwwxw-Md0,461
|
|
@@ -65,13 +66,13 @@ odoo/addons/mail_gateway/views/res_users_settings_views.xml,sha256=Efhqofgst5YQc
|
|
|
65
66
|
odoo/addons/mail_gateway/wizards/__init__.py,sha256=QMbAicNKcX9KktoqCLdR4jW4Poz-5_HAOWNGJABY-HM,155
|
|
66
67
|
odoo/addons/mail_gateway/wizards/mail_compose_gateway_message.py,sha256=Q_fKgLIEhGKV-GILnj2SXIW0g1qe-ziEiSy4j38gcd4,2935
|
|
67
68
|
odoo/addons/mail_gateway/wizards/mail_compose_gateway_message.xml,sha256=oCyaGocJ7cGSdK_PzFOERMsofJv-5pxDtJzq34splhI,1632
|
|
68
|
-
odoo/addons/mail_gateway/wizards/mail_guest_manage.py,sha256=
|
|
69
|
+
odoo/addons/mail_gateway/wizards/mail_guest_manage.py,sha256=YoDFVfgteE8vqUqKb6l3kGwrCVSF1seLzbZjkDfoEcc,1868
|
|
69
70
|
odoo/addons/mail_gateway/wizards/mail_guest_manage.xml,sha256=5CGePYXnUGfVm6Qy007wyG7o6NZP5QSCx9lZjcXC_6k,1234
|
|
70
71
|
odoo/addons/mail_gateway/wizards/mail_message_gateway_link.py,sha256=cLHK1pu8ncTC76UovXK5TkCeDECK9drMS7xmOATI4a8,1421
|
|
71
72
|
odoo/addons/mail_gateway/wizards/mail_message_gateway_link.xml,sha256=Y1v9KXo2rf_-gf5JG8HG5tj3BDLZfXFGqT-439xsi2w,974
|
|
72
73
|
odoo/addons/mail_gateway/wizards/mail_message_gateway_send.py,sha256=b85udBKvs59X5J4x0XhNjE8Ap3TjA6Z-JWc2HCjs5wQ,599
|
|
73
74
|
odoo/addons/mail_gateway/wizards/mail_message_gateway_send.xml,sha256=tFtD5eTXp9VGRzR0TH6ELx0DOYBjTW4wm_pebSFXBd8,1417
|
|
74
|
-
odoo_addon_mail_gateway-18.0.1.0.
|
|
75
|
-
odoo_addon_mail_gateway-18.0.1.0.
|
|
76
|
-
odoo_addon_mail_gateway-18.0.1.0.
|
|
77
|
-
odoo_addon_mail_gateway-18.0.1.0.
|
|
75
|
+
odoo_addon_mail_gateway-18.0.1.0.5.dist-info/METADATA,sha256=-op2-SGSQhYN3EHduT7dKygb8dumRdam_UE4DihMyr8,4677
|
|
76
|
+
odoo_addon_mail_gateway-18.0.1.0.5.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
|
|
77
|
+
odoo_addon_mail_gateway-18.0.1.0.5.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
|
78
|
+
odoo_addon_mail_gateway-18.0.1.0.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|