[MIG] Make modules uninstallable
This commit is contained in:
parent
5ea7ab1a60
commit
8d23b74e79
|
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue