[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

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