From 5cf9a9261e9df0bada890dfb5acc66a0b743b216 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Thu, 14 Mar 2013 09:47:00 +0100 Subject: [PATCH] [MIGR] Set the 'installable' flags to False on addons. They should be activated when their migration is done. --- pingen/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pingen/__openerp__.py b/pingen/__openerp__.py index 0283c60..4390308 100644 --- a/pingen/__openerp__.py +++ b/pingen/__openerp__.py @@ -113,7 +113,7 @@ Dependencies 'security/ir.model.access.csv', ], 'tests': [], - 'installable': True, + 'installable': False, 'auto_install': False, 'application': True, }