mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
20 lines
529 B
Python
Executable File
20 lines
529 B
Python
Executable File
{
|
|
'name': 'Attendance on Payslips',
|
|
'description': 'Get Attendence numbers onto Employee Payslips.',
|
|
'version': '13.0.1.0.0',
|
|
'website': 'https://hibou.io/',
|
|
'author': 'Hibou Corp. <hello@hibou.io>',
|
|
'license': 'AGPL-3',
|
|
'category': 'Human Resources',
|
|
'data': [
|
|
'data/hr_payroll_attendance_data.xml',
|
|
'views/hr_contract_views.xml',
|
|
'views/hr_payslip_views.xml',
|
|
],
|
|
'depends': [
|
|
'hr_payroll',
|
|
'hr_attendance',
|
|
'hr_payroll_overtime',
|
|
],
|
|
}
|