unported modules must not be installable

pull/256/head
Stéphane Bidoul 2015-09-22 17:52:32 +02:00
parent 005dd7a8b7
commit 601cd09aa4
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ Open2bizz software & consultancy
"qweb": [ "qweb": [
], ],
"auto_install": False, "auto_install": False,
"installable": True, "installable": False,
"external_dependencies": { "external_dependencies": {
'python': [], 'python': [],
}, },

View File

@ -51,7 +51,7 @@ Open2bizz software & consultancy
"qweb": [ "qweb": [
], ],
"auto_install": False, "auto_install": False,
"installable": True, "installable": False,
"external_dependencies": { "external_dependencies": {
'python': [], 'python': [],
}, },