Multichannel Live Chat
by IT Projects Labs https://itpp.dev/ , Ivan Yelizariev https://itpp.dev/
Odoo
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
Discuss (mail)
|
Lines of code | 358 |
Technical Name |
multi_livechat |
Website | https://t.me/sync_studio |
Versions | 15.0 16.0 14.0 13.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
Discuss (mail)
|
Lines of code | 358 |
Technical Name |
multi_livechat |
Website | https://t.me/sync_studio |
Versions | 15.0 16.0 14.0 13.0 |

Multichannel Live Chat
Base module to implement Live Chat through different channels (Telegram, WhatsApp, Instragram, etc.).
Usage
Add following code to your module:
from odoo import fields, models class MailChannel(models.Model): _inherit = "mail.channel" channel_type = fields.Selection( selection_add=[("multi_livechat_NAME", "Channel Description")], ondelete={"multi_livechat_NAME": "cascade"} )
Questions?
To get an assistance on this module contact us by email :arrow_right: help@itpp.dev
Further information
Apps store: https://apps.odoo.com/apps/modules/14.0/multi_livechat/
Notifications on updates: via Atom, by Email
Tested on Odoo 14.0
Please log in to comment on this module