[MIG] Make modules uninstallable

This commit is contained in:
Pedro M. Baeza
2016-10-06 14:52:51 +02:00
parent 35f18591ac
commit 1975a383b3
4 changed files with 4 additions and 4 deletions

View File

@@ -19,5 +19,5 @@
'qweb': [
'static/src/xml/url.xml',
],
'installable': True,
'installable': False,
}