[MIGR] Make all module uninstallable until we start migrating them.

This commit is contained in:
Joel Grand-Guillaume
2013-02-13 09:46:41 +01:00
committed by Florian da Costa
parent 48a071483b
commit 20ab4bafd0

View File

@@ -37,5 +37,5 @@ Immediately usable is computed : Quantity on Hand - Outgoing Stock.
"demo_xml" : [], "demo_xml" : [],
"update_xml" : ["product_view.xml", ], "update_xml" : ["product_view.xml", ],
"active": False, "active": False,
"installable": True "installable": False
} }