[MIG] Make modules uninstallable

This commit is contained in:
Pedro M. Baeza
2016-10-06 16:12:54 +02:00
parent ca8250aa3e
commit fe4b300ca9
20 changed files with 20 additions and 19 deletions

View File

@@ -17,6 +17,6 @@
'data': [
'views/web_widget_float_formula.xml',
],
'installable': True,
'installable': False,
'application': False,
}