[MIG] Make modules uninstallable

pull/892/head
Pedro M. Baeza 2016-10-06 16:12:54 +02:00 committed by Maxence Groine
parent f0437fb70a
commit 57b7691e01
1 changed files with 1 additions and 1 deletions

View File

@ -31,6 +31,6 @@
'data': [
'views/web_widget_many2many_tags_multi_selection.xml',
],
'installable': True,
'installable': False,
'auto_install': False,
}