hr_livechat/__manifest__.py

14 lines
302 B
Python

{
'name': 'HR - Livechat',
'version': '1.0',
'category': 'Human Resources',
'description': """
Bridge between HR and Livechat.""",
'depends': ['hr', 'im_livechat'],
'data': [
'views/discuss_channel_views.xml',
],
'auto_install': True,
'license': 'LGPL-3',
}