Search 1.9 billion lines of Odoo code on GitHub

multi_livechat

Author: IT Projects Labs, Ivan Yelizariev
License: Other OSI approved licence
Branch: 13.0
Repository: brain-tec/sync-addons
Dependencies: mail, sync, and web
Languages: JavaScript (111, 25.6%), Python (189, 43.5%), Sass (9, 2.1%), XML (89, 20.5%), and reStructuredText (36, 8.3%)
Other branches: 13.0-exodus-17, 13.0-exodus-19, 14.0, 14.0-exodus-17, 14.0-exodus-19, 15.0, 15.0-sync_odoo2odoo, 15.0-sync_telegram, 15.0-sync_viber, and 16.0
Other repositories: SeuMarco/sync-addons, em230418/sync-addons, itpp-labs/sync-addons, trojikman/sync-addons, and yelizariev/sync-addons

<a class="reference external image-reference" href="https://itpp.dev"><img alt="Tested and maintained by IT Projects Labs" src="https://itpp.dev/images/infinity-readme.png" /></a> <a class="reference external image-reference" href="https://opensource.org/licenses/MIT"><img alt="License: MIT" src="https://img.shields.io/badge/license-MIT-blue.svg"> </a> <a name="multichannel-live-chat"></a> <h2>Multichannel Live Chat</h2> <p>Base module to implement Live Chat through different channels (Telegram, WhatsApp, Instragram, etc.).</p> <a name="usage"></a> <h3>Usage</h3> <p>Add following code to your module:</p> <pre> <code lang="py">from odoo import fields, models class MailChannel(models.Model): _inherit = &quot;mail.channel&quot; channel_type = fields.Selection( selection_add=[(&quot;multi_livechat_NAME&quot;, &quot;Channel Description&quot;)], )</code> </pre> <a name="questions"></a> <h3>Questions?</h3> <p>To get an assistance on this module contact us by email :arrow_right: <a class="reference external" href="mailto:help&#64;itpp.dev">help&#64;itpp.dev</a></p> <a name="contributors"></a> <h3>Contributors</h3> <ul class="simple"> <li><a class="reference external" href="https://twitter.com/yelizariev">Ivan Yelizariev</a></li> <li><a class="reference external" href="https://github.com/em230418">Eugene Molotov</a></li> </ul> <a name="further-information"></a> <h3>Further information</h3> <p>Apps store: <a class="reference external" href="https://apps.odoo.com/apps/modules/13.0/multi_livechat/">https://apps.odoo.com/apps/modules/13.0/multi_livechat/</a></p> <p>Notifications on updates: <a class="reference external" href="https://github.com/itpp-labs/sync-addons/commits/13.0/multi_livechat.atom">via Atom</a>, <a class="reference external" href="https://blogtrottr.com/?subscribe=https://github.com/itpp-labs/sync-addons/commits/13.0/multi_livechat.atom">by Email</a></p> <p>Tested on <a class="reference external" href="https://github.com/odoo/odoo/commit/3097e0b977ddbaa9efc4c3e60399d169dee45604">Odoo 13.0</a></p>