← Back to team overview

credativ team mailing list archive

[Bug 906249] Re: error in base/module/module.py: module_category_hidden_links does not exist

 

Hi,

We Reported the same bug, but this bug appeared in prior existence.so
this bug has a duplicate now.

Attached merge fixes it.

Thanks,
Serpent Consulting Services.

** Branch linked: lp:~serpent-consulting-services/openobject-
server/trunk-906294-SerpentCS

** Changed in: openobject-server
       Status: New => Confirmed

-- 
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