diff --git a/ao_hr_timesheet_sheet/README.rst b/ao_hr_timesheet_sheet/README.rst index 53426ab7..66012139 100644 --- a/ao_hr_timesheet_sheet/README.rst +++ b/ao_hr_timesheet_sheet/README.rst @@ -14,6 +14,7 @@ This module contains customizations specific to Aleph Objects. * A department manager can view/create/edit HR Timesheets of the employees in her department * Users cannot create projects from HR Timesheets +* Add Last Week filter on Timesheet Reporting Credits ======= diff --git a/ao_hr_timesheet_sheet/__manifest__.py b/ao_hr_timesheet_sheet/__manifest__.py index 03af6eb3..1918017d 100644 --- a/ao_hr_timesheet_sheet/__manifest__.py +++ b/ao_hr_timesheet_sheet/__manifest__.py @@ -8,12 +8,14 @@ "author": "Eficent Business and IT Consulting Services S.L.", "website": "http://www.eficent.com", "category": "Human Resources", - "depends": ["hr_timesheet_sheet"], + "depends": ["hr_timesheet_sheet", + "hr_timesheet_attendance"], "license": "AGPL-3", "data": [ "security/hr_timesheet_sheet_security.xml", "views/account_analytic_line_view.xml", "views/hr_timesheet_sheet_views.xml", + "views/hr_timesheet_attendance_report_view.xml" ], "installable": True, } diff --git a/ao_hr_timesheet_sheet/views/hr_timesheet_attendance_report_view.xml b/ao_hr_timesheet_sheet/views/hr_timesheet_attendance_report_view.xml new file mode 100644 index 00000000..8f04cd53 --- /dev/null +++ b/ao_hr_timesheet_sheet/views/hr_timesheet_attendance_report_view.xml @@ -0,0 +1,20 @@ + + + + + hr.timesheet.attendance.report.filter.last.week + hr.timesheet.attendance.report + + + + + + + + +