[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
parent 6319bf17db
commit 458972b852
3 changed files with 3 additions and 3 deletions

View File

@@ -65,5 +65,5 @@ After finishing the configuration, you will just have to click on printing butto
],
"demo_xml" : [],
"active": False,
"installable": True
"installable": False
}