Multichannel Live Chat
by IT Projects Labs https://t.me/sync_studio , Ivan Yelizariev https://t.me/sync_studio
Odoo
Lines of code | 358 |
Technical Name |
multi_livechat |
Website | https://t.me/sync_studio |
Also available in version | v 15.0 v 13.0 |
Lines of code | 358 |
Technical Name |
multi_livechat |
Website | https://t.me/sync_studio |
Also available in version | v 15.0 v 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