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