[MIG] Make modules uninstallable

pull/476/head
Pedro M. Baeza 2016-10-06 16:06:44 +02:00 committed by newtratip
parent bcaadff090
commit 3192b2d4e5
1 changed files with 1 additions and 1 deletions

View File

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