[MIG] Make modules uninstallable
This commit is contained in:
parent
6fe74afc07
commit
41f1458732
|
|
@ -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