From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- addons/hr_attendance/views/hr_attendance_view.xml | 225 ++++++++++++++++++++++ 1 file changed, 225 insertions(+) create mode 100644 addons/hr_attendance/views/hr_attendance_view.xml (limited to 'addons/hr_attendance/views/hr_attendance_view.xml') diff --git a/addons/hr_attendance/views/hr_attendance_view.xml b/addons/hr_attendance/views/hr_attendance_view.xml new file mode 100644 index 00000000..c4b27df6 --- /dev/null +++ b/addons/hr_attendance/views/hr_attendance_view.xml @@ -0,0 +1,225 @@ + + + + + + + hr.attendance.tree + hr.attendance + + + + + + + + + + + + hr.attendance.tree.inherit + hr.attendance + + + + + 1 + bottom + + + + + + hr.attendance.kanban + hr.attendance + + + + + + + +
+
+ + + + +
+
+
+ + + - +
+
+
+
+
+
+
+ + + hr.attendance.form + hr.attendance + +
+ + + + + + + +
+
+
+ + + hr.attendance.form.inherit + hr.attendance + + + +
+ 1 +
+
+
+ + + hr_attendance_view_filter + hr.attendance + + + + + + + + + + + + + + + + + + + hr.attendance.pivot + hr.attendance + + + + + + + + + + + hr.attendance.graph + hr.attendance + + + + + + + + + + + + + Attendances + hr.attendance + tree,kanban,form + {"search_default_today":1} + + +

+ No attendance records found +

+ The attendance records of your employees will be displayed here. +

+
+
+ + + Attendances + hr.attendance + tree,form + {'create': False} + +

+ No attendance records to display +

+ The attendance records of your employees will be displayed here. +

+
+
+ + + Attendance Analysis + hr.attendance + graph,pivot + + +

+ No data yet! +

+
+
+ + + Attendance Analysis + hr.attendance + graph,pivot + { + 'search_default_department_id': [active_id], + 'default_department_id': active_id} + + + +

+ No data yet! +

+
+
+ + + Attendances + hr_attendance_kiosk_mode + fullscreen + + + + Attendance + hr_attendance_my_attendances + main + + + + Message + hr_attendance_greeting_message + + + + + + + + + + + + + + + + + +
-- cgit v1.2.3