[MIG] Make modules uninstallable

pull/1592/head
Pedro M. Baeza 2016-10-06 16:12:54 +02:00 committed by Alexey Pelykh
parent f373297202
commit 5250ee702b
1 changed files with 1 additions and 1 deletions

View File

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