[MIG] Make modules uninstallable

This commit is contained in:
Pedro M. Baeza
2015-10-14 02:57:05 +02:00
committed by fshah
parent ef59fab54f
commit 9c418b226a

View File

@@ -28,5 +28,5 @@
"depends": ['web'],
'data': ['view/web_translate.xml'],
'qweb': ["static/src/xml/base.xml"],
'installable': True,
'installable': False,
}