From 3dc95dbead760cc87df3fa001abe90ecfe00ad91 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 6 Oct 2016 14:07:26 +0200 Subject: [PATCH] [MIG] Make modules uninstallable --- base_location/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_location/__openerp__.py b/base_location/__openerp__.py index b987141b9..68b0ab661 100644 --- a/base_location/__openerp__.py +++ b/base_location/__openerp__.py @@ -49,6 +49,6 @@ 'demo': [ 'demo/better_zip.xml', ], - 'installable': True, + 'installable': False, 'auto_install': False, }