From 806ec5a5a6d6d37e7ee80b39f83cf9f283ceffd6 Mon Sep 17 00:00:00 2001 From: gsinghpal Date: Sun, 31 May 2026 01:44:53 -0400 Subject: [PATCH] refactor(fusion_clock): reorganize backend menus into logical groups - Attendance now groups the operational records: All Attendances, Leave Requests, Correction Requests, Penalties (Leaves + Penalties moved in from top level). - Scheduling groups all schedule-building: Shift Planner, Scheduled Shifts, Shifts (templates, moved from Configuration), Schedule Audit. - Configuration: Settings, Locations, Enroll NFC Card (the NFC wizard moved in from top level). - Removed the duplicate top-level Locations menu (kept the one under Config). Only parent/sequence changed; no actions/views touched. Live on entech 3.13.2. Co-Authored-By: Claude Opus 4.8 --- fusion_clock/__manifest__.py | 2 +- fusion_clock/views/clock_menus.xml | 121 ++++++++++++++--------------- 2 files changed, 59 insertions(+), 64 deletions(-) diff --git a/fusion_clock/__manifest__.py b/fusion_clock/__manifest__.py index 5430134b..37f2a7bb 100644 --- a/fusion_clock/__manifest__.py +++ b/fusion_clock/__manifest__.py @@ -5,7 +5,7 @@ { 'name': 'Fusion Clock', - 'version': '19.0.3.13.1', + 'version': '19.0.3.13.2', '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/clock_menus.xml b/fusion_clock/views/clock_menus.xml index 1ad5bd87..76fafc57 100644 --- a/fusion_clock/views/clock_menus.xml +++ b/fusion_clock/views/clock_menus.xml @@ -32,11 +32,49 @@ sequence="5" groups="group_fusion_clock_manager,group_fusion_clock_team_lead"/> - + + + + + + + + + + + + + + - - - - - - - - + - - - - - - - - - - - - - + - - + +