flectra/addons/website_livechat/__manifest__.py
2018-01-16 16:38:17 +05:30

26 lines
907 B
Python

# -*- coding: utf-8 -*-
{
'name': 'Website Live Support',
'author': 'Odoo S.A.',
'category': 'Website',
'summary': 'Chat With Your Website Visitors',
'version': '1.0',
'description': """
Odoo Website LiveChat
========================
For website built with Odoo CMS, this module include a chat button on your Website, and allow your visitors to chat with your collaborators.
It also will include the feedback tool for the livechat, and web pages to display your channel and its ratings on the website.
""",
'depends': ['website', 'im_livechat'],
'installable': True,
'auto_install': True,
'data': [
'views/website_livechat.xml',
'views/res_config_settings_views.xml',
'views/website_livechat_view.xml',
'security/ir.model.access.csv',
'security/website_livechat.xml',
'data/website_livechat_data.xml',
],
}