From 8b5606ee3a65b2cb3b95901fb4f42c3027dd78d3 Mon Sep 17 00:00:00 2001 From: Sreejith P Date: Mon, 14 May 2018 09:24:04 +0530 Subject: [PATCH] Not Supporting Python3 --- oh_hr_zk_attendance/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oh_hr_zk_attendance/__manifest__.py b/oh_hr_zk_attendance/__manifest__.py index 58c5f610a..84dd75f49 100644 --- a/oh_hr_zk_attendance/__manifest__.py +++ b/oh_hr_zk_attendance/__manifest__.py @@ -44,7 +44,7 @@ 'demo': [], 'images': ['static/description/banner.jpg'], 'license': 'AGPL-3', - 'installable': True, + 'installable': False, 'auto_install': False, 'application': False, }