credativ team mailing list archive
-
credativ team
-
Mailing list archive
-
Message #01694
[Bug 906249] Re: error in base/module/module.py: module_category_hidden_links does not exist
Priority should be set as High, as it doesn't let you install any module.
Thanks.
--
You received this bug notification because you are a member of OpenERP
Framework Experts, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/906249
Title:
error in base/module/module.py: module_category_hidden_links does not
exist
Status in OpenERP Server:
Confirmed
Bug description:
Hi!
def button_install(self, cr, uid, ids, context=None):
model_obj = self.pool.get('ir.model.data')
self.state_update(cr, uid, ids, 'to install', ['uninstalled'], context)
categ = model_obj.get_object(cr, uid, 'base',
'module_category_hidden_links', context=context)
module_category_hidden_links > module_category_hidden_link
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/906249/+subscriptions
References