From e2f7fa6d198c7d683379a3b83d5308d8e7d78907 Mon Sep 17 00:00:00 2001 From: gsinghpal Date: Sat, 30 May 2026 20:06:39 -0400 Subject: [PATCH] feat(fusion_clock): show NFC clock-in/out photos on the attendance form MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The kiosk captures and stores a photo on every tap (x_fclk_check_in_photo / x_fclk_check_out_photo on hr.attendance), but no view displayed those — the form only showed the legacy portal field x_fclk_checkin_photo, so the NFC photos were invisible in the UI. Add a "Verification Photos" group showing the clock-in and clock-out photos (plus the legacy portal photo), each hidden when empty. (The activity log has no image field — photos live on the attendance.) Live as 19.0.3.11.6. Co-Authored-By: Claude Opus 4.8 --- fusion_clock/__manifest__.py | 2 +- fusion_clock/views/hr_attendance_views.xml | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/fusion_clock/__manifest__.py b/fusion_clock/__manifest__.py index 6516d91e..c6d62dfb 100644 --- a/fusion_clock/__manifest__.py +++ b/fusion_clock/__manifest__.py @@ -5,7 +5,7 @@ { 'name': 'Fusion Clock', - 'version': '19.0.3.11.5', + 'version': '19.0.3.11.6', 'category': 'Human Resources/Attendances', 'summary': 'Complete Employee T&A with Geofencing, Shifts, Penalties, Overtime, Kiosk, Dashboard & Payroll Export', 'description': """ diff --git a/fusion_clock/views/hr_attendance_views.xml b/fusion_clock/views/hr_attendance_views.xml index ea3e72de..e2772243 100644 --- a/fusion_clock/views/hr_attendance_views.xml +++ b/fusion_clock/views/hr_attendance_views.xml @@ -46,9 +46,14 @@ - - + + + +