[MIG] Make modules uninstallable

This commit is contained in:
Pedro M. Baeza 2016-10-06 14:52:51 +02:00 committed by fayez
parent e34ee87f6e
commit 060de62764

View File

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