From 1043d8dd44a133dde50c446cc5ee2e0b15c479b4 Mon Sep 17 00:00:00 2001 From: Pranay Date: Mon, 7 Apr 2025 12:15:59 +0530 Subject: [PATCH] CWF Attendance Fix --- .../views/timesheet_weekly_view.xml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/addons_extensions/cwf_timesheet/views/timesheet_weekly_view.xml b/addons_extensions/cwf_timesheet/views/timesheet_weekly_view.xml index 83642a474..91f224105 100644 --- a/addons_extensions/cwf_timesheet/views/timesheet_weekly_view.xml +++ b/addons_extensions/cwf_timesheet/views/timesheet_weekly_view.xml @@ -74,8 +74,9 @@ - - + + + @@ -90,8 +91,8 @@ list,form { - "search_default_week_id": 1, - "search_default_employee_id": 2 + "search_default_by_week_id": 1, + "search_default_by_employee_id": 2 } @@ -127,8 +128,9 @@ - - + + + @@ -140,7 +142,7 @@ CWF Timesheet Lines cwf.timesheet.line list - {"search_default_week_id": 1, "search_default_employee_id": 1} + {"search_default_by_week_id": 1, "search_default_by_employee_id": 1}