mirror of https://github.com/OCA/social.git
22 lines
720 B
Python
22 lines
720 B
Python
# Copyright 2024 Dixmit
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Mail Telegram Gateway",
|
|
"summary": """
|
|
Set a gateway for telegram""",
|
|
"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"],
|
|
"data": ["views/mail_gateway.xml"],
|
|
"external_dependencies": {"python": ["python-telegram-bot", "lottie", "cairosvg"]},
|
|
"assets": {
|
|
"mail.assets_messaging": [
|
|
"mail_gateway_telegram/static/src/models/**/*.js",
|
|
"mail_gateway_telegram/static/src/components/**/*.xml",
|
|
],
|
|
},
|
|
}
|