769eafb483
Flectra is Forked from Odoo v11 commit : (6135e82d73
)
25 lines
880 B
Python
25 lines
880 B
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': 'Website Live Support',
|
|
'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',
|
|
],
|
|
}
|