[MIG] Make modules uninstallable

This commit is contained in:
Pedro M. Baeza
2015-10-14 03:16:56 +02:00
parent be9de30794
commit ef5b89c8ec
8 changed files with 8 additions and 8 deletions

View File

@@ -40,5 +40,5 @@ Module that allows to attach an URL as a document.
'qweb': [
'static/src/xml/url.xml',
],
"installable": True,
'installable': False,
}