1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/hr_livechat/__manifest__.py
2024-12-10 09:04:09 +07:00

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',
}