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

17 lines
510 B
Python

# -*- coding: utf-8 -*-
{
'name': "OdooBot - HR",
'summary': """Bridge module between hr and mailbot.""",
'description': """This module adds the OdooBot state and notifications in the user form modified by hr.""",
'website': "https://www.odoo.com/app/discuss",
'category': 'Productivity/Discuss',
'version': '1.0',
'depends': ['mail_bot', 'hr'],
'installable': True,
'auto_install': True,
'data': [
'views/res_users_views.xml',
],
'license': 'LGPL-3',
}