mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
19 lines
455 B
Python
Executable File
19 lines
455 B
Python
Executable File
# -*- coding: utf-8 -*-
|
|
|
|
{
|
|
'name': 'Timesheets on Payslips',
|
|
'description': 'Get Timesheet and Attendence numbers onto Employee Payslips.',
|
|
'version': '11.0.0.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_timesheet_attendance',
|
|
],
|
|
}
|