[MIG] Make modules uninstallable

This commit is contained in:
Pedro M. Baeza
2016-10-06 16:06:44 +02:00
committed by newtratip
parent bcaadff090
commit 3192b2d4e5

View File

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