22 lines
680 B
Python
22 lines
680 B
Python
{
|
|
'name': 'CWF Timesheet Update',
|
|
'version': '1.0',
|
|
'category': 'Human Resources',
|
|
'summary': 'Manage and update weekly timesheets for CWF department',
|
|
'author': 'Your Name or Company',
|
|
'depends': ['hr_attendance_extended','web', 'mail', 'base','hr_emp_dashboard','hr_employee_extended'],
|
|
'data': [
|
|
# 'views/timesheet_form.xml',
|
|
'security/ir.model.access.csv',
|
|
'views/timesheet_view.xml',
|
|
'views/timesheet_weekly_view.xml',
|
|
'data/email_template.xml',
|
|
],
|
|
'assets': {
|
|
'web.assets_backend': [
|
|
'cwf_timesheet/static/src/js/timesheet_form.js',
|
|
],
|
|
},
|
|
'application': True,
|
|
}
|