[MIG] Make modules uninstallable

This commit is contained in:
Pedro M. Baeza 2016-10-06 16:08:19 +02:00 committed by Maxime Franco
parent 3e47b83d0e
commit c80d295122
1 changed files with 1 additions and 1 deletions

View File

@ -31,6 +31,6 @@
"data": [ "data": [
'serv_config.xml', 'serv_config.xml',
], ],
'installable': True, 'installable': False,
"active": False, "active": False,
} }