diff --git a/hr_timesheet_attendance_ux/__manifest__.py b/hr_timesheet_attendance_ux/__manifest__.py index 4d9ec5a..f00dd06 100644 --- a/hr_timesheet_attendance_ux/__manifest__.py +++ b/hr_timesheet_attendance_ux/__manifest__.py @@ -34,7 +34,7 @@ 'views/hr_attendance_views.xml', 'views/hr_timesheet_attendance_report_views.xml', ], - 'installable': True, + 'installable': False, 'auto_install': False, 'application': False, }