[MIG] Make modules uninstallable

This commit is contained in:
Pedro M. Baeza
2016-10-06 16:06:44 +02:00
committed by BT-atornero
parent bfbe4bff5c
commit 3078705e8d

View File

@@ -10,7 +10,7 @@
"website": "https://odoo-community.org/",
"license": "AGPL-3",
"application": False,
"installable": True,
'installable': False,
'data': [
'views/layouts.xml',
],