[MIGR] Set the 'installable' flags to False on addons. They should be activated when their migration is done.

This commit is contained in:
Guewen Baconnier
2013-03-14 09:47:00 +01:00
committed by Anna Janiszewska
parent cf1c65339e
commit 5cf9a9261e

View File

@@ -113,7 +113,7 @@ Dependencies
'security/ir.model.access.csv',
],
'tests': [],
'installable': True,
'installable': False,
'auto_install': False,
'application': True,
}