mirror of https://github.com/OCA/social.git
32 lines
1.0 KiB
Python
32 lines
1.0 KiB
Python
# Copyright 2022 Creu Blanca
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Mail Whatsapp Gateway",
|
|
"summary": """
|
|
Set a gateway for whatsapp""",
|
|
"version": "16.0.1.1.0",
|
|
"license": "AGPL-3",
|
|
"author": "Creu Blanca, Dixmit, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/social",
|
|
"depends": ["mail_gateway", "phone_validation"],
|
|
"external_dependencies": {"python": ["requests_toolbelt"]},
|
|
"data": [
|
|
"security/security.xml",
|
|
"security/ir.model.access.csv",
|
|
"wizards/whatsapp_composer.xml",
|
|
"wizards/mail_compose_gateway_message.xml",
|
|
"views/mail_whatsapp_template_views.xml",
|
|
"views/mail_gateway.xml",
|
|
],
|
|
"assets": {
|
|
"mail.assets_messaging": [
|
|
"mail_gateway_whatsapp/static/src/models/**/*.js",
|
|
],
|
|
"web.assets_backend": [
|
|
"mail_gateway_whatsapp/static/src/components/**/*.xml",
|
|
"mail_gateway_whatsapp/static/src/components/**/*.js",
|
|
],
|
|
},
|
|
}
|