summaryrefslogtreecommitdiff
path: root/addons/im_livechat_mail_bot/__manifest__.py
blob: abb69c0a3781c6738d785ca7acd2b21b95711484 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.

{
    'name': 'OdooBot for livechat',
    'version': '1.0',
    'category': 'Productivity/Discuss',
    'summary': 'Add livechat support for OdooBot',
    'description': "",
    'website': 'https://www.odoo.com/page/discuss',
    'depends': ['mail_bot', 'im_livechat'],
    'installable': True,
    'application': False,
    'auto_install': True,
    'license': 'LGPL-3',
}