[MIG] Make modules uninstallable

This commit is contained in:
Pedro M. Baeza
2015-10-14 02:57:05 +02:00
committed by Joan Mateu Jordi
parent 6ee8803120
commit bd4f73508f

View File

@@ -43,7 +43,7 @@ Icon courtesy of http://www.picol.org/ (size_width.svg)
"view/qweb.xml", "view/qweb.xml",
], ],
"auto_install": False, "auto_install": False,
"installable": True, 'installable': False,
"application": False, "application": False,
"external_dependencies": { "external_dependencies": {
'python': [], 'python': [],