From cee8cb88cd51c82d7ff70f81b8c26984e4faa366 Mon Sep 17 00:00:00 2001 From: adhoc-cicd-bot <116299102+adhoc-cicd-bot@users.noreply.github.com> Date: Thu, 27 Oct 2022 11:40:59 -0300 Subject: [PATCH] [UPD] Initialize version 16.0 --- hr_timesheet_attendance_ux/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }