Files
suite/hr_holidays_accrual/__manifest__.py

19 lines
513 B
Python
Executable File

{
'name': 'HR Holidays Accrual',
'author': 'Hibou Corp. <hello@hibou.io>',
'version': '11.0.0.0.0',
'category': 'Human Resources',
'sequence': 95,
'summary': 'Grant leave allocations with tags',
'description': """
Create leave allocations by tag, then use tags to grant leaves to employees.
""",
'website': 'https://hibou.io/',
'depends': ['hr_holidays'],
'data': [
'views/hr_holidays_views.xml',
],
'installable': True,
'application': False,
}