[MIG] Make modules uninstallable

This commit is contained in:
Pedro M. Baeza
2015-10-14 02:57:05 +02:00
committed by Enric Tobella
parent 27628c584c
commit 6cc7e1a3a6

View File

@@ -39,6 +39,6 @@
'static/src/xml/widget.xml', 'static/src/xml/widget.xml',
], ],
'auto_install': False, 'auto_install': False,
'installable': True, 'installable': False,
'web_preload': True, 'web_preload': True,
} }