← Back to team overview

openerp-india team mailing list archive

[Bug 1072260] Re: Setting for Manufacturing gives error -> IndexError: list index out of range

 

*** This bug is a duplicate of bug 1071178 ***
    https://bugs.launchpad.net/bugs/1071178

** This bug has been marked a duplicate of bug 1071178
   [trunk] 7.0 Error on opening Manufacturing in Serttings

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1072260

Title:
  Setting for Manufacturing gives error -> IndexError: list index out of
  range

Status in OpenERP Addons (modules):
  New

Bug description:
  On version 7
  (Build 23277)
  server (4512)
  addons (7868)
  web (3323)

  Given the Manufacturing module installed. Cicking on Setting ->
  Configuration -> Manufacturing gives following error,

  Server Traceback (most recent call last):
    File "/home/odoo/runbot/static/openerp-dev-trunk-23277/server/openerp/addons/web/session.py", line 91, in send
      return openerp.netsvc.dispatch_rpc(service_name, method, args)
    File "/home/odoo/runbot/static/openerp-dev-trunk-23277/server/openerp/netsvc.py", line 361, in dispatch_rpc
      result = ExportService.getService(service_name).dispatch(method, params)
    File "/home/odoo/runbot/static/openerp-dev-trunk-23277/server/openerp/service/web_services.py", line 585, in dispatch
      res = fn(db, uid, *params)
    File "/home/odoo/runbot/static/openerp-dev-trunk-23277/server/openerp/osv/osv.py", line 167, in execute_kw
      return self.execute(db, uid, obj, method, *args, **kw or {})
    File "/home/odoo/runbot/static/openerp-dev-trunk-23277/server/openerp/osv/osv.py", line 121, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/home/odoo/runbot/static/openerp-dev-trunk-23277/server/openerp/osv/osv.py", line 176, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/home/odoo/runbot/static/openerp-dev-trunk-23277/server/openerp/addons/audittrail/audittrail.py", line 503, in execute_cr
      return fct_src(cr, uid, model, method, *args, **kw)
    File "/home/odoo/runbot/static/openerp-dev-trunk-23277/server/openerp/osv/osv.py", line 164, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/home/odoo/runbot/static/openerp-dev-trunk-23277/server/openerp/addons/base/res/res_config.py", line 477, in default_get
      classified = self._get_classified_fields(cr, uid, context)
    File "/home/odoo/runbot/static/openerp-dev-trunk-23277/server/openerp/addons/base/res/res_config.py", line 469, in _get_classified_fields
      modules.append((name, ir_module.browse(cr, uid, mod_ids[0], context)))
  IndexError: list index out of range

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1072260/+subscriptions


References