← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 818558] [NEW] [trunk] IndexError: list index out of range

 

Public bug reported:

I install CRM and additional feature (see image attached), but it
reported 'IndexError: list index out of range'.

Versions:

addons/ : launchpad_translations_on_behalf_of_openerp-20110730050033-h7utz09178tvvetl 4900
addons-community/ : moylop260@xxxxxxxxxxx-20110712211739-vlomofwj30nq3yv2 334
addons-extra/ : launchpad_translations_on_behalf_of_openerp-commiter-20110730050425-jcl0sh0m3g6inriy 5384
client/ : launchpad_translations_on_behalf_of_openerp-20110730050014-c04jrge06oo8ofb0 1933
server/ : vmt@xxxxxxxxxxx-20110729145949-1a3oodfrt9soqwih 3524
web/ : al@xxxxxxxxxxx-20110729104317-om3iay2uu1b9c127 4676


Traceback:


Environment Information : 
System : Linux-2.6.32-33-generic-x86_64-with-Ubuntu-10.04-lucid
OS Name : posix
Distributor ID:	Ubuntu
Description:	Ubuntu 10.04.1 LTS
Release:	10.04
Codename:	lucid
Operating System Release : 2.6.32-33-generic
Operating System Version : #70-Ubuntu SMP Thu Jul 7 21:13:52 UTC 2011
Operating System Architecture : 64bit
Operating System Locale : en_US.UTF8
Python Version : 2.6.5
OpenERP-Client Version : 6.1-dev
Last revision No. & ID :35 odo@xxxxxxxxxxx-20110307105915-k49t25kwh0o2d6li
Traceback (most recent call last):
  File "/media/newdata/Projects/openerp-trunk/server/openerp/netsvc.py", line 440, in dispatch
    result = ExportService.getService(service_name).dispatch(method, auth, params)
  File "/media/newdata/Projects/openerp-trunk/server/openerp/service/web_services.py", line 588, in dispatch
    res = fn(db, uid, *params)
  File "/media/newdata/Projects/openerp-trunk/server/openerp/osv/osv.py", line 118, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/media/newdata/Projects/openerp-trunk/server/openerp/osv/osv.py", line 172, in execute
    res = self.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/media/newdata/Projects/openerp-trunk/server/openerp/osv/osv.py", line 163, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/var/local/software/6.1dev-trunk/server/openerp/addons/base/res/res_config.py", line 166, in action_next
    next = self.execute(cr, uid, ids, context=None)
  File "/var/local/software/6.1dev-trunk/server/openerp/addons/base_setup/installer.py", line 115, in execute
    datas = self.read(cr, uid, ids, context=context)[0]
IndexError: list index out of range

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/818558

Title:
  [trunk] IndexError: list index out of range

Status in OpenERP Modules (addons):
  New

Bug description:
  I install CRM and additional feature (see image attached), but it
  reported 'IndexError: list index out of range'.

  Versions:

  addons/ : launchpad_translations_on_behalf_of_openerp-20110730050033-h7utz09178tvvetl 4900
  addons-community/ : moylop260@xxxxxxxxxxx-20110712211739-vlomofwj30nq3yv2 334
  addons-extra/ : launchpad_translations_on_behalf_of_openerp-commiter-20110730050425-jcl0sh0m3g6inriy 5384
  client/ : launchpad_translations_on_behalf_of_openerp-20110730050014-c04jrge06oo8ofb0 1933
  server/ : vmt@xxxxxxxxxxx-20110729145949-1a3oodfrt9soqwih 3524
  web/ : al@xxxxxxxxxxx-20110729104317-om3iay2uu1b9c127 4676

  
  Traceback:

  
  Environment Information : 
  System : Linux-2.6.32-33-generic-x86_64-with-Ubuntu-10.04-lucid
  OS Name : posix
  Distributor ID:	Ubuntu
  Description:	Ubuntu 10.04.1 LTS
  Release:	10.04
  Codename:	lucid
  Operating System Release : 2.6.32-33-generic
  Operating System Version : #70-Ubuntu SMP Thu Jul 7 21:13:52 UTC 2011
  Operating System Architecture : 64bit
  Operating System Locale : en_US.UTF8
  Python Version : 2.6.5
  OpenERP-Client Version : 6.1-dev
  Last revision No. & ID :35 odo@xxxxxxxxxxx-20110307105915-k49t25kwh0o2d6li
  Traceback (most recent call last):
    File "/media/newdata/Projects/openerp-trunk/server/openerp/netsvc.py", line 440, in dispatch
      result = ExportService.getService(service_name).dispatch(method, auth, params)
    File "/media/newdata/Projects/openerp-trunk/server/openerp/service/web_services.py", line 588, in dispatch
      res = fn(db, uid, *params)
    File "/media/newdata/Projects/openerp-trunk/server/openerp/osv/osv.py", line 118, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/media/newdata/Projects/openerp-trunk/server/openerp/osv/osv.py", line 172, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/media/newdata/Projects/openerp-trunk/server/openerp/osv/osv.py", line 163, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/var/local/software/6.1dev-trunk/server/openerp/addons/base/res/res_config.py", line 166, in action_next
      next = self.execute(cr, uid, ids, context=None)
    File "/var/local/software/6.1dev-trunk/server/openerp/addons/base_setup/installer.py", line 115, in execute
      datas = self.read(cr, uid, ids, context=context)[0]
  IndexError: list index out of range

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


Follow ups

References