v 14.0 Third Party 1043
Download for v 14.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Lines of code 358
Technical Name multi_livechat
Websitehttps://t.me/sync_studio
Versions 15.0 16.0 14.0 13.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Lines of code 358
Technical Name multi_livechat
Websitehttps://t.me/sync_studio
Versions 15.0 16.0 14.0 13.0
Tested and maintained by IT Projects Labs

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

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.