diff --git a/fusion_clock/__manifest__.py b/fusion_clock/__manifest__.py index 1f3c47cb..5542d502 100644 --- a/fusion_clock/__manifest__.py +++ b/fusion_clock/__manifest__.py @@ -70,6 +70,8 @@ Integrates natively with Odoo's hr.attendance module for full payroll compatibil 'views/clock_correction_views.xml', 'views/clock_dashboard_views.xml', 'views/hr_employee_views.xml', + # Wizards (must load before clock_menus.xml since menu references wizard action) + 'wizard/clock_nfc_enrollment_views.xml', 'views/clock_menus.xml', # Views - Portal 'views/portal_clock_templates.xml', @@ -77,8 +79,6 @@ Integrates natively with Odoo's hr.attendance module for full payroll compatibil 'views/portal_report_templates.xml', 'views/kiosk_templates.xml', 'views/kiosk_nfc_templates.xml', - # Wizards - 'wizard/clock_nfc_enrollment_views.xml', ], 'assets': { 'web.assets_frontend': [