From 95894912f67262f6a422b73b07e4c14eeb34857d Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 14 Oct 2015 02:53:59 +0200 Subject: [PATCH] [MIG] Make modules uninstallable --- auditlog/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auditlog/__openerp__.py b/auditlog/__openerp__.py index 0299346a2..b190bf873 100644 --- a/auditlog/__openerp__.py +++ b/auditlog/__openerp__.py @@ -33,6 +33,6 @@ 'views/auditlog_view.xml', ], 'application': True, - 'installable': True, + 'installable': False, 'pre_init_hook': 'pre_init_hook', }