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

@@ -128,5 +128,5 @@ Credits and Contributors
],
'demo': ['project_sla_demo.xml'],
'test': ['test/project_sla.yml'],
'installable': True,
'installable': False,
}