Set modules as not installable

This commit is contained in:
Daniel Reis
2014-07-03 22:53:43 +01:00
parent 1ff92b698a
commit 072fae3ebf
3 changed files with 3 additions and 3 deletions

View File

@@ -55,5 +55,5 @@ you can track and follow how much has been used.
"security/ir.model.access.csv",
],
"active": False,
"installable": True
"installable": False
}