[MIG] Make modules uninstallable

This commit is contained in:
Pedro M. Baeza
2015-10-14 02:57:05 +02:00
parent 99c83e3259
commit 8a9710a005
42 changed files with 41 additions and 32 deletions

View File

@@ -35,6 +35,6 @@
'qweb': [
'static/src/xml/web_export_view_template.xml',
],
'installable': True,
'installable': False,
'auto_install': False,
}