diff options
Diffstat (limited to 'addons/im_livechat_mail_bot/__manifest__.py')
| -rw-r--r-- | addons/im_livechat_mail_bot/__manifest__.py | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/addons/im_livechat_mail_bot/__manifest__.py b/addons/im_livechat_mail_bot/__manifest__.py new file mode 100644 index 00000000..abb69c0a --- /dev/null +++ b/addons/im_livechat_mail_bot/__manifest__.py @@ -0,0 +1,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', +} |
