Files
suite/hr_payroll_holidays/__manifest__.py
Jared Kipe 1dea2b7711 Initial commit of hr_payroll_attendance and hr_payroll_attendance_holidays modules for 11.0.
The purpose of this new functionality is to better distinguish between timesheets and attendance, as well as preventing the stock "salaried" time computations from working.
2018-05-14 16:08:30 -07:00

18 lines
455 B
Python
Executable File

# -*- coding: utf-8 -*-
{
'name': 'Payroll Holidays',
'author': 'Hibou Corp. <hello@hibou.io>',
'version': '11.0.0.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', 'hr_holidays'],
'installable': True,
'application': False,
}