Initial commit of *new* hr_payroll_timesheet and hr_payroll_timesheet_old for 11.0

This commit is contained in:
Jared Kipe
2018-10-31 09:58:09 -07:00
parent 2eb83f6217
commit b4239a3228
13 changed files with 241 additions and 9 deletions

View File

@@ -0,0 +1,18 @@
# -*- 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',
],
}