Files
suite/hr_payroll_timesheet_old/__manifest__.py

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',
],
}