[MIG] Make modules uninstallable

This commit is contained in:
Pedro M. Baeza
2016-10-06 16:12:54 +02:00
committed by Enric Tobella
parent 544a6c8e93
commit 9f7881bf0c

View File

@@ -23,6 +23,6 @@
],
'license': 'AGPL-3',
'auto_install': False,
'installable': True,
'installable': False,
'web_preload': True,
}