[MIG] Make modules uninstallable

This commit is contained in:
Pedro M. Baeza 2015-10-14 02:53:59 +02:00 committed by Stéphane Bidoul (ACSONE)
parent db1d527deb
commit e239779127
No known key found for this signature in database
GPG Key ID: BCAB2555446B5B92
1 changed files with 1 additions and 1 deletions

View File

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