mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
16 lines
450 B
Python
Executable File
16 lines
450 B
Python
Executable File
{
|
|
'name': 'Payroll Timesheet Holidays',
|
|
'author': 'Hibou Corp. <hello@hibou.io>',
|
|
'version': '11.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,
|
|
}
|