Files
suite/hr_payroll_timesheet_holidays/__manifest__.py
2019-03-12 11:51:29 -07:00

16 lines
450 B
Python
Executable File

{
'name': 'Payroll Timesheet Holidays',
'author': 'Hibou Corp. <hello@hibou.io>',
'version': '12.0.1.0.0',
'category': 'Human Resources',
'sequence': 95,
'summary': 'Holiday Pay',
'description': """
Simplifies getting approved Holiday Leaves onto an employee Payslip.
""",
'website': 'https://hibou.io/',
'depends': ['hr_payroll_timesheet', 'hr_holidays'],
'installable': True,
'application': False,
}