[7.0] mark all unported modules as not installable
This commit is contained in:
parent
86ab8421e4
commit
78c0254c06
|
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue