[MIG] Make modules uninstallable

This commit is contained in:
Pedro M. Baeza 2015-10-14 02:53:59 +02:00 committed by Adam Heinz
parent edee1ee284
commit c1bb4a0817
1 changed files with 1 additions and 1 deletions

View File

@ -44,6 +44,6 @@ variable of the OpenERP configuration file.
"license": "GPL-3 or any later version", "license": "GPL-3 or any later version",
"category": "Tools", "category": "Tools",
"data": [], "data": [],
"installable": True, 'installable': False,
"active": False, "active": False,
} }