odoo-addon-mail-gateway-whatsapp 16.0.1.0.0.2__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.
Files changed (37) hide show
  1. odoo/addons/mail_gateway_whatsapp/README.rst +127 -0
  2. odoo/addons/mail_gateway_whatsapp/__init__.py +4 -0
  3. odoo/addons/mail_gateway_whatsapp/__manifest__.py +28 -0
  4. odoo/addons/mail_gateway_whatsapp/i18n/mail_gateway_whatsapp.pot +537 -0
  5. odoo/addons/mail_gateway_whatsapp/models/__init__.py +5 -0
  6. odoo/addons/mail_gateway_whatsapp/models/mail_channel.py +25 -0
  7. odoo/addons/mail_gateway_whatsapp/models/mail_gateway.py +15 -0
  8. odoo/addons/mail_gateway_whatsapp/models/mail_gateway_whatsapp.py +383 -0
  9. odoo/addons/mail_gateway_whatsapp/models/mail_thread.py +65 -0
  10. odoo/addons/mail_gateway_whatsapp/models/res_partner.py +20 -0
  11. odoo/addons/mail_gateway_whatsapp/readme/CONFIGURE.rst +30 -0
  12. odoo/addons/mail_gateway_whatsapp/readme/CONTRIBUTORS.rst +2 -0
  13. odoo/addons/mail_gateway_whatsapp/readme/CREDITS.rst +1 -0
  14. odoo/addons/mail_gateway_whatsapp/readme/DESCRIPTION.rst +4 -0
  15. odoo/addons/mail_gateway_whatsapp/readme/USAGE.rst +3 -0
  16. odoo/addons/mail_gateway_whatsapp/security/ir.model.access.csv +2 -0
  17. odoo/addons/mail_gateway_whatsapp/static/description/icon.png +0 -0
  18. odoo/addons/mail_gateway_whatsapp/static/description/icon.svg +48 -0
  19. odoo/addons/mail_gateway_whatsapp/static/description/index.html +478 -0
  20. odoo/addons/mail_gateway_whatsapp/static/src/components/message/message.xml +11 -0
  21. odoo/addons/mail_gateway_whatsapp/static/src/components/phone_field/phone_field.esm.js +25 -0
  22. odoo/addons/mail_gateway_whatsapp/static/src/components/phone_field/phone_field.xml +20 -0
  23. odoo/addons/mail_gateway_whatsapp/static/src/components/send_whatsapp_button/send_whatsapp_button.esm.js +44 -0
  24. odoo/addons/mail_gateway_whatsapp/static/src/components/send_whatsapp_button/send_whatsapp_button.xml +13 -0
  25. odoo/addons/mail_gateway_whatsapp/static/src/models/message.esm.js +21 -0
  26. odoo/addons/mail_gateway_whatsapp/static/src/models/message_view.esm.js +25 -0
  27. odoo/addons/mail_gateway_whatsapp/static/src/models/notification.esm.js +25 -0
  28. odoo/addons/mail_gateway_whatsapp/tests/__init__.py +1 -0
  29. odoo/addons/mail_gateway_whatsapp/tests/test_mail_gateway_whatsapp.py +308 -0
  30. odoo/addons/mail_gateway_whatsapp/views/mail_gateway.xml +103 -0
  31. odoo/addons/mail_gateway_whatsapp/wizards/__init__.py +1 -0
  32. odoo/addons/mail_gateway_whatsapp/wizards/whatsapp_composer.py +59 -0
  33. odoo/addons/mail_gateway_whatsapp/wizards/whatsapp_composer.xml +50 -0
  34. odoo_addon_mail_gateway_whatsapp-16.0.1.0.0.2.dist-info/METADATA +147 -0
  35. odoo_addon_mail_gateway_whatsapp-16.0.1.0.0.2.dist-info/RECORD +37 -0
  36. odoo_addon_mail_gateway_whatsapp-16.0.1.0.0.2.dist-info/WHEEL +5 -0
  37. odoo_addon_mail_gateway_whatsapp-16.0.1.0.0.2.dist-info/top_level.txt +1 -0
@@ -0,0 +1,127 @@
1
+ =====================
2
+ Mail Whatsapp Gateway
3
+ =====================
4
+
5
+ ..
6
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7
+ !! This file is generated by oca-gen-addon-readme !!
8
+ !! changes will be overwritten. !!
9
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
+ !! source digest: sha256:7e8914aa79754fb57cdfe774336f8ffe4c6784994839b64e09cf393ed7c2aa4a
11
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
+
13
+ .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
14
+ :target: https://odoo-community.org/page/development-status
15
+ :alt: Beta
16
+ .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
17
+ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18
+ :alt: License: AGPL-3
19
+ .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github
20
+ :target: https://github.com/OCA/social/tree/16.0/mail_gateway_whatsapp
21
+ :alt: OCA/social
22
+ .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23
+ :target: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_gateway_whatsapp
24
+ :alt: Translate me on Weblate
25
+ .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/social&target_branch=16.0
27
+ :alt: Try me on Runboat
28
+
29
+ |badge1| |badge2| |badge3| |badge4| |badge5|
30
+
31
+ This module allows to respond whatsapp chats.
32
+
33
+ This way, a group of users can respond customers or any other set
34
+ of partners in an integrated way.
35
+
36
+ **Table of contents**
37
+
38
+ .. contents::
39
+ :local:
40
+
41
+ Configuration
42
+ =============
43
+
44
+ First steps
45
+ ~~~~~~~~~~~
46
+
47
+ You need to create a WhatsApp Business Account (WABA), a Meta App and define a phone number.
48
+ You can follow this `steps <https://developers.facebook.com/micro_site/url/?click_from_context_menu=true&country=ES&destination=https%3A%2F%2Fwww.facebook.com%2Fbusiness%2Fhelp%2F2087193751603668&event_type=click&last_nav_impression_id=0m3TRxrxOlly1eRmB&max_percent_page_viewed=22&max_viewport_height_px=1326&max_viewport_width_px=2560&orig_http_referrer=https%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2Fwhatsapp%2Fcloud-api%2Fget-started-for-bsps%3Flocale%3Den_US&orig_request_uri=https%3A%2F%2Fdevelopers.facebook.com%2Fajax%2Fpagelet%2Fgeneric.php%2FDeveloperNotificationsPayloadPagelet%3Ffb_dtsg_ag%3D--sanitized--%26data%3D%257B%2522businessUserID%2522%253Anull%252C%2522cursor%2522%253Anull%252C%2522length%2522%253A15%252C%2522clientRequestID%2522%253A%2522js_k6%2522%257D%26__usid%3D6-Trd7hi4itpm%253APrd7ifiub2tvy%253A0-Ard7g9twdm0p1-RV%253D6%253AF%253D%26locale%3Den_US%26jazoest%3D24920&region=emea&scrolled=false&session_id=1jLoVJNU6iVMaw3ml&site=developers>`_.
49
+
50
+ If you create a test Business Account, passwords will change every 24 hours.
51
+
52
+ In order to make the webhook accessible, the system must be public.
53
+
54
+ Configure the gateway
55
+ ~~~~~~~~~~~~~~~~~~~~~
56
+
57
+ Once you have created the Meta App, you need to add the gateway and webhook.
58
+ In order to make it you must follow this steps:
59
+
60
+ * Access `Settings > Emails > Mail Gateway`
61
+ * Create a Gateway of type `WhatsApp`
62
+
63
+ * Use the Meta App authentication key as `Token` field
64
+ * Use the Meta App Phone Number ID as `Whatsapp from Phone` field
65
+ * Write your own `Webhook key`
66
+ * Use the Application Secret Key on `Whatsapp Security Key`. It will be used in order to validate the data
67
+ * Press the `Integrate Webhook Key`. In this case, it will not integrate it, we need to make it manually
68
+ * Copy the webhook URL
69
+
70
+ * Access `Facebook Apps website <https://developers.facebook.com/apps/>`_
71
+ * Access your App then `Whatsapp > Configuration`
72
+ * Create your webhook using your URL and put the Whatsapp Security Key as validation Key
73
+ * Administer the Webhook and activate the messages webhook
74
+
75
+ Usage
76
+ =====
77
+
78
+ 1. Access `Gateway`
79
+ 2. Wait until someone starts a conversation.
80
+ 3. Now you will be able to respond and receive messages to this person.
81
+
82
+ Bug Tracker
83
+ ===========
84
+
85
+ Bugs are tracked on `GitHub Issues <https://github.com/OCA/social/issues>`_.
86
+ In case of trouble, please check there if your issue has already been reported.
87
+ If you spotted it first, help us to smash it by providing a detailed and welcomed
88
+ `feedback <https://github.com/OCA/social/issues/new?body=module:%20mail_gateway_whatsapp%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
89
+
90
+ Do not contact contributors directly about support or help with technical issues.
91
+
92
+ Credits
93
+ =======
94
+
95
+ Authors
96
+ ~~~~~~~
97
+
98
+ * Creu Blanca
99
+ * Dixmit
100
+
101
+ Contributors
102
+ ~~~~~~~~~~~~
103
+
104
+ * Olga Marco <olga.marco@creublanca.es>
105
+ * Enric Tobella <etobella@creublanca.es>
106
+
107
+ Other credits
108
+ ~~~~~~~~~~~~~
109
+
110
+ This work has been funded by AEOdoo (Asociación Española de Odoo - https://www.aeodoo.org)
111
+
112
+ Maintainers
113
+ ~~~~~~~~~~~
114
+
115
+ This module is maintained by the OCA.
116
+
117
+ .. image:: https://odoo-community.org/logo.png
118
+ :alt: Odoo Community Association
119
+ :target: https://odoo-community.org
120
+
121
+ OCA, or the Odoo Community Association, is a nonprofit organization whose
122
+ mission is to support the collaborative development of Odoo features and
123
+ promote its widespread use.
124
+
125
+ This module is part of the `OCA/social <https://github.com/OCA/social/tree/16.0/mail_gateway_whatsapp>`_ project on GitHub.
126
+
127
+ You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
@@ -0,0 +1,4 @@
1
+ from . import models
2
+
3
+ # from . import services
4
+ from . import wizards
@@ -0,0 +1,28 @@
1
+ # Copyright 2022 Creu Blanca
2
+ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
3
+
4
+ {
5
+ "name": "Mail Whatsapp Gateway",
6
+ "summary": """
7
+ Set a gateway for whatsapp""",
8
+ "version": "16.0.1.0.0",
9
+ "license": "AGPL-3",
10
+ "author": "Creu Blanca, Dixmit, Odoo Community Association (OCA)",
11
+ "website": "https://github.com/OCA/social",
12
+ "depends": ["mail_gateway", "phone_validation"],
13
+ "external_dependencies": {"python": ["requests_toolbelt"]},
14
+ "data": [
15
+ "security/ir.model.access.csv",
16
+ "wizards/whatsapp_composer.xml",
17
+ "views/mail_gateway.xml",
18
+ ],
19
+ "assets": {
20
+ "mail.assets_messaging": [
21
+ "mail_gateway_whatsapp/static/src/models/**/*.js",
22
+ ],
23
+ "web.assets_backend": [
24
+ "mail_gateway_whatsapp/static/src/components/**/*.xml",
25
+ "mail_gateway_whatsapp/static/src/components/**/*.js",
26
+ ],
27
+ },
28
+ }
@@ -0,0 +1,537 @@
1
+ # Translation of Odoo Server.
2
+ # This file contains the translation of the following modules:
3
+ # * mail_gateway_whatsapp
4
+ #
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: Odoo Server 16.0\n"
8
+ "Report-Msgid-Bugs-To: \n"
9
+ "Last-Translator: \n"
10
+ "Language-Team: \n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: \n"
14
+ "Plural-Forms: \n"
15
+
16
+ #. module: mail_gateway_whatsapp
17
+ #: model_terms:ir.ui.view,arch_db:mail_gateway_whatsapp.mail_gateway_form_view
18
+ msgid ""
19
+ "<span>Define the values of the fields <b>Webhook Key</b> and <b>Whatsapp Security Key</b>.\n"
20
+ " You should set some random value of your choice for this fields.\n"
21
+ " Ensure that facebook will be able to comunicate with your server.</span>"
22
+ msgstr ""
23
+
24
+ #. module: mail_gateway_whatsapp
25
+ #: model_terms:ir.ui.view,arch_db:mail_gateway_whatsapp.mail_gateway_form_view
26
+ msgid "Access"
27
+ msgstr ""
28
+
29
+ #. module: mail_gateway_whatsapp
30
+ #: model_terms:ir.ui.view,arch_db:mail_gateway_whatsapp.mail_gateway_form_view
31
+ msgid "Access the menu <b>Configuration / Advanced Options</b>."
32
+ msgstr ""
33
+
34
+ #. module: mail_gateway_whatsapp
35
+ #: model_terms:ir.ui.view,arch_db:mail_gateway_whatsapp.mail_gateway_form_view
36
+ msgid "Access the menu <b>Configuration / Basic information</b>."
37
+ msgstr ""
38
+
39
+ #. module: mail_gateway_whatsapp
40
+ #: model_terms:ir.ui.view,arch_db:mail_gateway_whatsapp.mail_gateway_form_view
41
+ msgid "Access your"
42
+ msgstr ""
43
+
44
+ #. module: mail_gateway_whatsapp
45
+ #: model_terms:ir.ui.view,arch_db:mail_gateway_whatsapp.mail_gateway_form_view
46
+ msgid "Access your business settings menu"
47
+ msgstr ""
48
+
49
+ #. module: mail_gateway_whatsapp
50
+ #: model:ir.model.fields,field_description:mail_gateway_whatsapp.field_res_partner__message_needaction
51
+ msgid "Action Needed"
52
+ msgstr ""
53
+
54
+ #. module: mail_gateway_whatsapp
55
+ #: model_terms:ir.ui.view,arch_db:mail_gateway_whatsapp.mail_gateway_form_view
56
+ msgid "Add a new number."
57
+ msgstr ""
58
+
59
+ #. module: mail_gateway_whatsapp
60
+ #: model:ir.model.fields,field_description:mail_gateway_whatsapp.field_res_partner__message_attachment_count
61
+ msgid "Attachment Count"
62
+ msgstr ""
63
+
64
+ #. module: mail_gateway_whatsapp
65
+ #: model:ir.model.fields,field_description:mail_gateway_whatsapp.field_res_partner__mobile_blacklisted
66
+ msgid "Blacklisted Phone Is Mobile"
67
+ msgstr ""
68
+
69
+ #. module: mail_gateway_whatsapp
70
+ #: model:ir.model.fields,field_description:mail_gateway_whatsapp.field_res_partner__phone_blacklisted
71
+ msgid "Blacklisted Phone is Phone"
72
+ msgstr ""
73
+
74
+ #. module: mail_gateway_whatsapp
75
+ #. odoo-python
76
+ #: code:addons/mail_gateway_whatsapp/wizards/whatsapp_composer.py:0
77
+ #, python-format
78
+ msgid "Body is required"
79
+ msgstr ""
80
+
81
+ #. module: mail_gateway_whatsapp
82
+ #: model_terms:ir.ui.view,arch_db:mail_gateway_whatsapp.whatsapp_composer_form_view
83
+ msgid "Cancel"
84
+ msgstr ""
85
+
86
+ #. module: mail_gateway_whatsapp
87
+ #: model_terms:ir.ui.view,arch_db:mail_gateway_whatsapp.mail_gateway_form_view
88
+ msgid "Click on <b>Edit Button</b> on the webhook area."
89
+ msgstr ""
90
+
91
+ #. module: mail_gateway_whatsapp
92
+ #: model:ir.model,name:mail_gateway_whatsapp.model_whatsapp_composer
93
+ msgid "Compose a whatsapp message"
94
+ msgstr ""
95
+
96
+ #. module: mail_gateway_whatsapp
97
+ #: model:ir.model,name:mail_gateway_whatsapp.model_res_partner
98
+ msgid "Contact"
99
+ msgstr ""
100
+
101
+ #. module: mail_gateway_whatsapp
102
+ #: model_terms:ir.ui.view,arch_db:mail_gateway_whatsapp.mail_gateway_form_view
103
+ msgid "Copy the API Version on the <b>Whastapp Version</b> field."
104
+ msgstr ""
105
+
106
+ #. module: mail_gateway_whatsapp
107
+ #: model_terms:ir.ui.view,arch_db:mail_gateway_whatsapp.mail_gateway_form_view
108
+ msgid ""
109
+ "Copy the phone identification number to the field <b>Whastapp From phone</b>"
110
+ " field."
111
+ msgstr ""
112
+
113
+ #. module: mail_gateway_whatsapp
114
+ #: model_terms:ir.ui.view,arch_db:mail_gateway_whatsapp.mail_gateway_form_view
115
+ msgid "Copy the token value to token field in this page."
116
+ msgstr ""
117
+
118
+ #. module: mail_gateway_whatsapp
119
+ #: model_terms:ir.ui.view,arch_db:mail_gateway_whatsapp.mail_gateway_form_view
120
+ msgid "Create a new application."
121
+ msgstr ""
122
+
123
+ #. module: mail_gateway_whatsapp
124
+ #: model:ir.model.fields,field_description:mail_gateway_whatsapp.field_whatsapp_composer__create_uid
125
+ msgid "Created by"
126
+ msgstr ""
127
+
128
+ #. module: mail_gateway_whatsapp
129
+ #: model:ir.model.fields,field_description:mail_gateway_whatsapp.field_whatsapp_composer__create_date
130
+ msgid "Created on"
131
+ msgstr ""
132
+
133
+ #. module: mail_gateway_whatsapp
134
+ #: model_terms:ir.ui.view,arch_db:mail_gateway_whatsapp.mail_gateway_form_view
135
+ msgid "Creating a permanent token"
136
+ msgstr ""
137
+
138
+ #. module: mail_gateway_whatsapp
139
+ #: model_terms:ir.ui.view,arch_db:mail_gateway_whatsapp.mail_gateway_form_view
140
+ msgid "Creating the Application from meta developer"
141
+ msgstr ""
142
+
143
+ #. module: mail_gateway_whatsapp
144
+ #: model:ir.model,name:mail_gateway_whatsapp.model_mail_channel
145
+ msgid "Discussion Channel"
146
+ msgstr ""
147
+
148
+ #. module: mail_gateway_whatsapp
149
+ #: model:ir.model.fields,field_description:mail_gateway_whatsapp.field_whatsapp_composer__display_name
150
+ msgid "Display Name"
151
+ msgstr ""
152
+
153
+ #. module: mail_gateway_whatsapp
154
+ #: model:ir.model.fields,field_description:mail_gateway_whatsapp.field_whatsapp_composer__res_id
155
+ msgid "Document ID"
156
+ msgstr ""
157
+
158
+ #. module: mail_gateway_whatsapp
159
+ #: model:ir.model.fields,field_description:mail_gateway_whatsapp.field_whatsapp_composer__res_model
160
+ msgid "Document Model Name"
161
+ msgstr ""
162
+
163
+ #. module: mail_gateway_whatsapp
164
+ #: model:ir.model,name:mail_gateway_whatsapp.model_mail_thread
165
+ msgid "Email Thread"
166
+ msgstr ""
167
+
168
+ #. module: mail_gateway_whatsapp
169
+ #: model:ir.model.fields,field_description:mail_gateway_whatsapp.field_res_partner__failed_message_ids
170
+ msgid "Failed Messages"
171
+ msgstr ""
172
+
173
+ #. module: mail_gateway_whatsapp
174
+ #: model:ir.model.fields,help:mail_gateway_whatsapp.field_res_partner__phone_sanitized
175
+ msgid ""
176
+ "Field used to store sanitized phone number. Helps speeding up searches and "
177
+ "comparisons."
178
+ msgstr ""
179
+
180
+ #. module: mail_gateway_whatsapp
181
+ #: model:ir.model.fields,field_description:mail_gateway_whatsapp.field_whatsapp_composer__find_gateway
182
+ msgid "Find Gateway"
183
+ msgstr ""
184
+
185
+ #. module: mail_gateway_whatsapp
186
+ #: model_terms:ir.ui.view,arch_db:mail_gateway_whatsapp.mail_gateway_form_view
187
+ msgid "First steps"
188
+ msgstr ""
189
+
190
+ #. module: mail_gateway_whatsapp
191
+ #: model:ir.model.fields,field_description:mail_gateway_whatsapp.field_res_partner__message_follower_ids
192
+ msgid "Followers"
193
+ msgstr ""
194
+
195
+ #. module: mail_gateway_whatsapp
196
+ #: model:ir.model.fields,field_description:mail_gateway_whatsapp.field_res_partner__message_partner_ids
197
+ msgid "Followers (Partners)"
198
+ msgstr ""
199
+
200
+ #. module: mail_gateway_whatsapp
201
+ #: model:ir.model.fields,field_description:mail_gateway_whatsapp.field_whatsapp_composer__gateway_id
202
+ msgid "Gateway"
203
+ msgstr ""
204
+
205
+ #. module: mail_gateway_whatsapp
206
+ #: model:ir.model.fields,field_description:mail_gateway_whatsapp.field_mail_gateway__gateway_type
207
+ msgid "Gateway Type"
208
+ msgstr ""
209
+
210
+ #. module: mail_gateway_whatsapp
211
+ #: model_terms:ir.ui.view,arch_db:mail_gateway_whatsapp.mail_gateway_form_view
212
+ msgid ""
213
+ "Go to <b>Users / System Users</b> and create a new one with administrator"
214
+ msgstr ""
215
+
216
+ #. module: mail_gateway_whatsapp
217
+ #: model_terms:ir.ui.view,arch_db:mail_gateway_whatsapp.mail_gateway_form_view
218
+ msgid "Go to <b>Whatsapp / API Configuration</b> menú."
219
+ msgstr ""
220
+
221
+ #. module: mail_gateway_whatsapp
222
+ #: model:ir.model.fields,field_description:mail_gateway_whatsapp.field_res_partner__has_message
223
+ msgid "Has Message"
224
+ msgstr ""
225
+
226
+ #. module: mail_gateway_whatsapp
227
+ #: model:ir.model.fields,field_description:mail_gateway_whatsapp.field_whatsapp_composer__id
228
+ msgid "ID"
229
+ msgstr ""
230
+
231
+ #. module: mail_gateway_whatsapp
232
+ #: model:ir.model.fields,help:mail_gateway_whatsapp.field_res_partner__message_needaction
233
+ msgid "If checked, new messages require your attention."
234
+ msgstr ""
235
+
236
+ #. module: mail_gateway_whatsapp
237
+ #: model:ir.model.fields,help:mail_gateway_whatsapp.field_res_partner__message_has_error
238
+ msgid "If checked, some messages have a delivery error."
239
+ msgstr ""
240
+
241
+ #. module: mail_gateway_whatsapp
242
+ #: model_terms:ir.ui.view,arch_db:mail_gateway_whatsapp.mail_gateway_form_view
243
+ msgid ""
244
+ "If no error is raised, refresh this gateway data, and you should see that it is integrated.\n"
245
+ " You should be able to receive and send messages.\n"
246
+ " If an error is raised, check that the fields are filled properly and that facebook server is able to access your server."
247
+ msgstr ""
248
+
249
+ #. module: mail_gateway_whatsapp
250
+ #: model:ir.model.fields,help:mail_gateway_whatsapp.field_res_partner__phone_sanitized_blacklisted
251
+ msgid ""
252
+ "If the sanitized phone number is on the blacklist, the contact won't receive"
253
+ " mass mailing sms anymore, from any list"
254
+ msgstr ""
255
+
256
+ #. module: mail_gateway_whatsapp
257
+ #: model:ir.model.fields,help:mail_gateway_whatsapp.field_res_partner__mobile_blacklisted
258
+ msgid ""
259
+ "Indicates if a blacklisted sanitized phone number is a mobile number. Helps "
260
+ "distinguish which number is blacklisted when there is both a "
261
+ "mobile and phone field in a model."
262
+ msgstr ""
263
+
264
+ #. module: mail_gateway_whatsapp
265
+ #: model:ir.model.fields,help:mail_gateway_whatsapp.field_res_partner__phone_blacklisted
266
+ msgid ""
267
+ "Indicates if a blacklisted sanitized phone number is a phone number. Helps "
268
+ "distinguish which number is blacklisted when there is both a "
269
+ "mobile and phone field in a model."
270
+ msgstr ""
271
+
272
+ #. module: mail_gateway_whatsapp
273
+ #: model:ir.model.fields,field_description:mail_gateway_whatsapp.field_res_partner__message_is_follower
274
+ msgid "Is Follower"
275
+ msgstr ""
276
+
277
+ #. module: mail_gateway_whatsapp
278
+ #: model:ir.model.fields,field_description:mail_gateway_whatsapp.field_whatsapp_composer____last_update
279
+ msgid "Last Modified on"
280
+ msgstr ""
281
+
282
+ #. module: mail_gateway_whatsapp
283
+ #: model:ir.model.fields,field_description:mail_gateway_whatsapp.field_whatsapp_composer__write_uid
284
+ msgid "Last Updated by"
285
+ msgstr ""
286
+
287
+ #. module: mail_gateway_whatsapp
288
+ #: model:ir.model.fields,field_description:mail_gateway_whatsapp.field_whatsapp_composer__write_date
289
+ msgid "Last Updated on"
290
+ msgstr ""
291
+
292
+ #. module: mail_gateway_whatsapp
293
+ #: model:ir.model,name:mail_gateway_whatsapp.model_mail_gateway
294
+ msgid "Mail Gateway"
295
+ msgstr ""
296
+
297
+ #. module: mail_gateway_whatsapp
298
+ #: model:ir.model.fields,field_description:mail_gateway_whatsapp.field_res_partner__message_main_attachment_id
299
+ msgid "Main Attachment"
300
+ msgstr ""
301
+
302
+ #. module: mail_gateway_whatsapp
303
+ #: model:ir.model.fields,field_description:mail_gateway_whatsapp.field_whatsapp_composer__body
304
+ msgid "Message"
305
+ msgstr ""
306
+
307
+ #. module: mail_gateway_whatsapp
308
+ #: model:ir.model.fields,field_description:mail_gateway_whatsapp.field_res_partner__message_content
309
+ msgid "Message Content"
310
+ msgstr ""
311
+
312
+ #. module: mail_gateway_whatsapp
313
+ #: model:ir.model.fields,field_description:mail_gateway_whatsapp.field_res_partner__message_has_error
314
+ msgid "Message Delivery error"
315
+ msgstr ""
316
+
317
+ #. module: mail_gateway_whatsapp
318
+ #: model:ir.model.fields,help:mail_gateway_whatsapp.field_res_partner__message_content
319
+ msgid "Message content, to be used only in searches"
320
+ msgstr ""
321
+
322
+ #. module: mail_gateway_whatsapp
323
+ #: model:ir.model.fields,field_description:mail_gateway_whatsapp.field_res_partner__message_ids
324
+ msgid "Messages"
325
+ msgstr ""
326
+
327
+ #. module: mail_gateway_whatsapp
328
+ #: model_terms:ir.ui.view,arch_db:mail_gateway_whatsapp.mail_gateway_form_view
329
+ msgid "Meta developer platform"
330
+ msgstr ""
331
+
332
+ #. module: mail_gateway_whatsapp
333
+ #. odoo-python
334
+ #: code:addons/mail_gateway_whatsapp/models/mail_gateway_whatsapp.py:0
335
+ #, python-format
336
+ msgid "Mimetype is not valid"
337
+ msgstr ""
338
+
339
+ #. module: mail_gateway_whatsapp
340
+ #: model:ir.model.fields,field_description:mail_gateway_whatsapp.field_whatsapp_composer__number_field_name
341
+ msgid "Number Field Name"
342
+ msgstr ""
343
+
344
+ #. module: mail_gateway_whatsapp
345
+ #: model:ir.model.fields,field_description:mail_gateway_whatsapp.field_res_partner__message_needaction_counter
346
+ msgid "Number of Actions"
347
+ msgstr ""
348
+
349
+ #. module: mail_gateway_whatsapp
350
+ #: model:ir.model.fields,field_description:mail_gateway_whatsapp.field_res_partner__message_has_error_counter
351
+ msgid "Number of errors"
352
+ msgstr ""
353
+
354
+ #. module: mail_gateway_whatsapp
355
+ #: model:ir.model.fields,help:mail_gateway_whatsapp.field_res_partner__message_needaction_counter
356
+ msgid "Number of messages requiring action"
357
+ msgstr ""
358
+
359
+ #. module: mail_gateway_whatsapp
360
+ #: model:ir.model.fields,help:mail_gateway_whatsapp.field_res_partner__message_has_error_counter
361
+ msgid "Number of messages with delivery error"
362
+ msgstr ""
363
+
364
+ #. module: mail_gateway_whatsapp
365
+ #: model_terms:ir.ui.view,arch_db:mail_gateway_whatsapp.mail_gateway_form_view
366
+ msgid ""
367
+ "On Facebook Develpment, return to the app menu and go to <b>Whatsapp / "
368
+ "Configuration</b>."
369
+ msgstr ""
370
+
371
+ #. module: mail_gateway_whatsapp
372
+ #: model_terms:ir.ui.view,arch_db:mail_gateway_whatsapp.mail_gateway_form_view
373
+ msgid ""
374
+ "On the wizard, fill the URL field with <b>Webhook URL</b> field of the "
375
+ "gateway. For the verification identifier, use the <b>Whatsapp Security "
376
+ "Key</b> field."
377
+ msgstr ""
378
+
379
+ #. module: mail_gateway_whatsapp
380
+ #: model_terms:ir.ui.view,arch_db:mail_gateway_whatsapp.mail_gateway_form_view
381
+ msgid ""
382
+ "Once it is created, Generate a new token related to the created app with no "
383
+ "expiry and give access to all whatsapp permissions."
384
+ msgstr ""
385
+
386
+ #. module: mail_gateway_whatsapp
387
+ #: model:ir.model.fields,field_description:mail_gateway_whatsapp.field_res_partner__phone_sanitized_blacklisted
388
+ msgid "Phone Blacklisted"
389
+ msgstr ""
390
+
391
+ #. module: mail_gateway_whatsapp
392
+ #. odoo-python
393
+ #: code:addons/mail_gateway_whatsapp/models/mail_thread.py:0
394
+ #, python-format
395
+ msgid "Phone cannot be sanitized"
396
+ msgstr ""
397
+
398
+ #. module: mail_gateway_whatsapp
399
+ #: model:ir.model.fields,field_description:mail_gateway_whatsapp.field_res_partner__phone_mobile_search
400
+ msgid "Phone/Mobile"
401
+ msgstr ""
402
+
403
+ #. module: mail_gateway_whatsapp
404
+ #: model_terms:ir.ui.view,arch_db:mail_gateway_whatsapp.mail_gateway_form_view
405
+ msgid "Press the button Integrate webhook."
406
+ msgstr ""
407
+
408
+ #. module: mail_gateway_whatsapp
409
+ #: model:ir.model.fields,field_description:mail_gateway_whatsapp.field_res_partner__phone_sanitized
410
+ msgid "Sanitized Number"
411
+ msgstr ""
412
+
413
+ #. module: mail_gateway_whatsapp
414
+ #: model_terms:ir.ui.view,arch_db:mail_gateway_whatsapp.mail_gateway_form_view
415
+ msgid "Save this record. All the values have been filled"
416
+ msgstr ""
417
+
418
+ #. module: mail_gateway_whatsapp
419
+ #: model_terms:ir.ui.view,arch_db:mail_gateway_whatsapp.mail_gateway_form_view
420
+ msgid "Select a name and create it"
421
+ msgstr ""
422
+
423
+ #. module: mail_gateway_whatsapp
424
+ #: model_terms:ir.ui.view,arch_db:mail_gateway_whatsapp.mail_gateway_form_view
425
+ msgid ""
426
+ "Select the <b>Other</b> option, then <b>Business</b> in order to create "
427
+ "Whatsapp manager"
428
+ msgstr ""
429
+
430
+ #. module: mail_gateway_whatsapp
431
+ #: model_terms:ir.ui.view,arch_db:mail_gateway_whatsapp.mail_gateway_form_view
432
+ msgid "Select the Whatsapp API on the products of the application"
433
+ msgstr ""
434
+
435
+ #. module: mail_gateway_whatsapp
436
+ #: model_terms:ir.ui.view,arch_db:mail_gateway_whatsapp.mail_gateway_form_view
437
+ msgid "Select the business that you will use"
438
+ msgstr ""
439
+
440
+ #. module: mail_gateway_whatsapp
441
+ #: model_terms:ir.ui.view,arch_db:mail_gateway_whatsapp.whatsapp_composer_form_view
442
+ msgid "Send"
443
+ msgstr ""
444
+
445
+ #. module: mail_gateway_whatsapp
446
+ #. odoo-javascript
447
+ #: code:addons/mail_gateway_whatsapp/static/src/components/send_whatsapp_button/send_whatsapp_button.esm.js:0
448
+ #: model:ir.actions.act_window,name:mail_gateway_whatsapp.whatsapp_composer_act_window
449
+ #, python-format
450
+ msgid "Send Whatsapp Message"
451
+ msgstr ""
452
+
453
+ #. module: mail_gateway_whatsapp
454
+ #: model_terms:ir.ui.view,arch_db:mail_gateway_whatsapp.mail_gateway_form_view
455
+ msgid "Setting webhook and version"
456
+ msgstr ""
457
+
458
+ #. module: mail_gateway_whatsapp
459
+ #: model_terms:ir.ui.view,arch_db:mail_gateway_whatsapp.whatsapp_composer_form_view
460
+ msgid "Show Chat"
461
+ msgstr ""
462
+
463
+ #. module: mail_gateway_whatsapp
464
+ #: model_terms:ir.ui.view,arch_db:mail_gateway_whatsapp.mail_gateway_form_view
465
+ msgid ""
466
+ "Show the secret key of the application and copy it to the <b>Webhook "
467
+ "secret</b> field."
468
+ msgstr ""
469
+
470
+ #. module: mail_gateway_whatsapp
471
+ #. odoo-python
472
+ #: code:addons/mail_gateway_whatsapp/models/mail_gateway_whatsapp.py:0
473
+ #, python-format
474
+ msgid "Unable to send the whatsapp message"
475
+ msgstr ""
476
+
477
+ #. module: mail_gateway_whatsapp
478
+ #: model_terms:ir.ui.view,arch_db:mail_gateway_whatsapp.mail_gateway_form_view
479
+ msgid "Verify and save the wizard."
480
+ msgstr ""
481
+
482
+ #. module: mail_gateway_whatsapp
483
+ #: model:ir.model.fields,field_description:mail_gateway_whatsapp.field_res_partner__website_message_ids
484
+ msgid "Website Messages"
485
+ msgstr ""
486
+
487
+ #. module: mail_gateway_whatsapp
488
+ #: model:ir.model.fields,help:mail_gateway_whatsapp.field_res_partner__website_message_ids
489
+ msgid "Website communication history"
490
+ msgstr ""
491
+
492
+ #. module: mail_gateway_whatsapp
493
+ #: model:ir.model.fields.selection,name:mail_gateway_whatsapp.selection__mail_gateway__gateway_type__whatsapp
494
+ msgid "WhatsApp"
495
+ msgstr ""
496
+
497
+ #. module: mail_gateway_whatsapp
498
+ #. odoo-javascript
499
+ #: code:addons/mail_gateway_whatsapp/static/src/components/send_whatsapp_button/send_whatsapp_button.xml:0
500
+ #, python-format
501
+ msgid "Whatsapp"
502
+ msgstr ""
503
+
504
+ #. module: mail_gateway_whatsapp
505
+ #: model_terms:ir.ui.view,arch_db:mail_gateway_whatsapp.whatsapp_composer_form_view
506
+ msgid "Whatsapp Composer"
507
+ msgstr ""
508
+
509
+ #. module: mail_gateway_whatsapp
510
+ #: model:ir.model.fields,field_description:mail_gateway_whatsapp.field_mail_gateway__whatsapp_from_phone
511
+ msgid "Whatsapp From Phone"
512
+ msgstr ""
513
+
514
+ #. module: mail_gateway_whatsapp
515
+ #: model:ir.model,name:mail_gateway_whatsapp.model_mail_gateway_whatsapp
516
+ msgid "Whatsapp Gateway services"
517
+ msgstr ""
518
+
519
+ #. module: mail_gateway_whatsapp
520
+ #: model:ir.model.fields,field_description:mail_gateway_whatsapp.field_mail_gateway__whatsapp_security_key
521
+ msgid "Whatsapp Security Key"
522
+ msgstr ""
523
+
524
+ #. module: mail_gateway_whatsapp
525
+ #: model:ir.model.fields,field_description:mail_gateway_whatsapp.field_mail_gateway__whatsapp_version
526
+ msgid "Whatsapp Version"
527
+ msgstr ""
528
+
529
+ #. module: mail_gateway_whatsapp
530
+ #: model_terms:ir.ui.view,arch_db:mail_gateway_whatsapp.mail_gateway_form_view
531
+ msgid "Whatsapp configuration info"
532
+ msgstr ""
533
+
534
+ #. module: mail_gateway_whatsapp
535
+ #: model_terms:ir.ui.view,arch_db:mail_gateway_whatsapp.mail_gateway_form_view
536
+ msgid "meta business site."
537
+ msgstr ""