im_livechat_mail_bot/__manifest__.py

15 lines
424 B
Python
Raw Normal View History

# -*- 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',
'website': 'https://www.odoo.com/app/discuss',
'depends': ['mail_bot', 'im_livechat'],
'installable': True,
'auto_install': True,
'license': 'LGPL-3',
}