tictac/itis_hr_notifications/__openerp__.py

28 lines
609 B
Python
Raw Normal View History

2019-05-06 09:40:59 +00:00
# -*- coding: utf-8 -*-
{
'name': "ITIS HR Notifications",
'summary': """
A module by ITIS to send various HR notifications""",
'description': """
A module by ITIS to send various HR notifications
""",
'author': "ITIS AG",
'website': "http://itis.de",
'category': 'Human Resource',
'version': '1.0.55.0',
'depends': ['hr', 'itis_hr_attendance_extend', 'itis_hr_extend'],
'data': [
'data/email_templates.xml',
'hr_view.xml',
'data/ir_cron.xml',
'security/ir.model.access.csv',
],
'application': False,
2020-12-04 21:52:20 +00:00
}