Set modules installable flag to False

This commit is contained in:
Pedro M. Baeza 2014-08-11 12:59:55 +02:00
parent b97fbdd172
commit 9825070688
3 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ Contributors
'test': [],
'demo': [
],
'installable': True,
'installable': False,
'auto_install': False,
}

View File

@ -52,7 +52,7 @@ Scenario
'security/document_page_security.xml',
'security/ir.model.access.csv',
],
'installable': True,
'installable': False,
'auto_install': False,
'images': [
'images/category.png',

View File

@ -36,7 +36,7 @@ This module adds a company field to document page and the multi-company rule.
'security/document_page_security.xml',
'document_page_multi_company_view.xml',
],
'installable': True,
'installable': False,
'auto_install': False,
'images': [],
}