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

@@ -42,7 +42,7 @@ Backport done By Yannick Buron.
],
'demo': [''],
'test':[],
'installable': True,
'installable': False,
'images': [],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

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
}

View File

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