[MIG] Make modules uninstallable

This commit is contained in:
Pedro M. Baeza 2016-10-06 14:52:51 +02:00
parent 35f18591ac
commit 1975a383b3
4 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@
'demo': [
'demo/document_page.xml'
],
'installable': True,
'installable': False,
'auto_install': False,
'css': ['static/src/css/document_page.css'],
}

View File

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

View File

@ -19,5 +19,5 @@
'qweb': [
'static/src/xml/url.xml',
],
'installable': True,
'installable': False,
}

View File

@ -33,6 +33,6 @@
"views/res_config.xml",
],
"demo": ["demo/knowledge.xml"],
"installable": True,
'installable': False,
"auto_install": False,
}