diff --git a/hr_timesheet_attendance_ux/__manifest__.py b/hr_timesheet_attendance_ux/__manifest__.py index f3e551a..9ba40cf 100644 --- a/hr_timesheet_attendance_ux/__manifest__.py +++ b/hr_timesheet_attendance_ux/__manifest__.py @@ -37,7 +37,7 @@ 'qweb': [ "static/src/xml/attendance.xml", ], - 'installable': True, + 'installable': False, 'auto_install': False, 'application': False, }