[MIG] Make modules uninstallable

This commit is contained in:
Pedro M. Baeza 2016-10-06 16:08:19 +02:00 committed by Stéphane Bidoul (ACSONE)
parent 17c815287e
commit 1b69828ca8
No known key found for this signature in database
GPG Key ID: BCAB2555446B5B92
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,
} }