{ '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'], 'data': [ # 'views/timesheet_form.xml', 'security/ir.model.access.csv', 'views/timesheet_view.xml', 'data/email_template.xml', ], 'assets': { 'web.assets_backend': [ 'cwf_timesheet/static/src/js/timesheet_form.js', ], }, 'application': True, }