From c10fd72965e5ec9b78cc3242db260b6fb0886c3a Mon Sep 17 00:00:00 2001 From: ChriCar Date: Sat, 21 Mar 2015 13:27:59 +0400 Subject: [PATCH] set most v8 modules installable to False --- __openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__openerp__.py b/__openerp__.py index 8e3f1e5fd..81c81caa3 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -20,6 +20,6 @@ and certificates which are assigned to a partner and vary from country to countr , "data" : ["partner_id_number_view.xml", "security/ir.model.access.csv"] #, "data" : ["partner_id_number_view.xml","security/ir.model.access.csv"] , "auto_install" : False -, "installable" : True +, 'installable': False , 'application' : False }