[7.0] mark all unported modules as not installable

This commit is contained in:
Alexandre Fayolle 2013-01-18 15:26:01 +01:00 committed by Maxime Franco
parent 3b78e4c653
commit 404221d10a
1 changed files with 1 additions and 1 deletions

View File

@ -69,6 +69,6 @@ serv_config.get('external_service.ftp', 'tls')
"update_xml": [ "update_xml": [
'serv_config.xml', 'serv_config.xml',
], ],
"installable": True, "installable": False,
"active": False, "active": False,
} }