[MIG] Make modules uninstallable
This commit is contained in:
parent
0c29ce66c2
commit
b913eeee8a
|
|
@ -44,6 +44,6 @@ variable of the OpenERP configuration file.
|
|||
"license": "GPL-3 or any later version",
|
||||
"category": "Tools",
|
||||
"data": [],
|
||||
"installable": True,
|
||||
'installable': False,
|
||||
"active": False,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue