41 lines
1.0 KiB
Python
41 lines
1.0 KiB
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': "Attendance Extended",
|
|
|
|
'summary': 'Customized Attendance',
|
|
|
|
'description': """
|
|
Customized Attendance data, reports
|
|
""",
|
|
|
|
'author': "Pranay",
|
|
'website': "https://www.ftprotech.com",
|
|
|
|
# Categories can be used to filter modules in modules listing
|
|
# for the full list
|
|
'category': 'Human Resources/Attendances',
|
|
'version': '0.1',
|
|
|
|
# any module necessary for this one to work correctly
|
|
'depends': ['base','hr','hr_attendance','hr_holidays','hr_employee_extended'],
|
|
|
|
# always loaded
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'security/security.xml',
|
|
'data/cron.xml',
|
|
'data/sequence.xml',
|
|
'views/on_duty_form.xml',
|
|
'views/hr_attendance.xml',
|
|
'views/day_attendance_report.xml',
|
|
],
|
|
'assets': {
|
|
'web.assets_backend': [
|
|
'hr_attendance_extended/static/src/xml/attendance_report.xml',
|
|
'hr_attendance_extended/static/src/js/attendance_report.js',
|
|
]
|
|
}
|
|
}
|
|
|
|
|