| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/social |
| GIT | |
| GIT | https://github.com/OCA/social.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/social/tree/18.0/mail_gateway_telegram_standalone |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Social |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Anmol Garg |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Anmol Garg |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Anmol Garg |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/social |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:16 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/social: - mail_gateway_telegram - mail_gateway odoo/odoo: - base - base_setup - web - bus - web_tour - html_editor |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
cairosvg lottie python-telegram-bot |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module provides a generic engine to integrate Telegram Bots with Odoo. It serves as a foundation for other modules to send notifications, allowing you to manage bot tokens and authorized chat IDs in a centralized way. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
mail_gateway_view_form_inherit_mail_gateway_telegram_standalone |
mail.gateway.view.form.inherit.mail.gateway.telegram.standalone | mail.gateway | xpath | Inherits mail_gateway.mail_gateway_form_view |
telegram_chat_ids
One2many → telegram.chat
string='Authorized Chats'
args: 'telegram.chat', 'gateway_id'
action_fetch_chats(self)
action_test_connection(self)
send_message(self, chat_id, message, parse_mode='HTML')
chat_id
Char
help='Numeric ID from Telegram'
required=True
gateway_id
Many2one → mail.gateway
ondelete='cascade'
string='Mail Gateway'
args: 'mail.gateway'
name
Char
help='Friendly name for the chat (e.g. Admin Group)'
required=True
No public methods.