credativ team mailing list archive
-
credativ team
-
Mailing list archive
-
Message #01805
[Bug 906249] Re: error in base/module/module.py: module_category_hidden_links does not exist
** Changed in: openobject-server
Milestone: None => 6.1
--
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:
Fix Released
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