← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 734206] [NEW] [6.0] Account Journal list error

 

Public bug reported:

Hi,

when I try to configure the Multi Company module, i get the following error during the accounting configuration.
It works in a fresh database.
Where can this error be related to?


INFO:data:Computing parent left and right for table account_account...
ERROR:web-services:Uncaught exception
Traceback (most recent call last):
  File "/usr/share/pyshared/openerp-server/osv/osv.py", line 122, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/usr/share/pyshared/openerp-server/osv/osv.py", line 176, in execute
    res = self.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/usr/share/pyshared/openerp-server/osv/osv.py", line 167, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/usr/share/pyshared/openerp-server/addons/base/res/res_config.py", line 167, in action_next
    next = self.execute(cr, uid, ids, context=None)
  File "/usr/share/pyshared/openerp-server/addons/account/account.py", line 2798, in execute
    seq_id = obj_sequence.search(cr, uid, [('name','=','Account Journal')])[0]
IndexError: list index out of range

thanks

** 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/734206

Title:
  [6.0] Account Journal list error

Status in OpenERP Modules (addons):
  New

Bug description:
  Hi,

  when I try to configure the Multi Company module, i get the following error during the accounting configuration.
  It works in a fresh database.
  Where can this error be related to?

  
  INFO:data:Computing parent left and right for table account_account...
  ERROR:web-services:Uncaught exception
  Traceback (most recent call last):
    File "/usr/share/pyshared/openerp-server/osv/osv.py", line 122, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/usr/share/pyshared/openerp-server/osv/osv.py", line 176, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/usr/share/pyshared/openerp-server/osv/osv.py", line 167, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/usr/share/pyshared/openerp-server/addons/base/res/res_config.py", line 167, in action_next
      next = self.execute(cr, uid, ids, context=None)
    File "/usr/share/pyshared/openerp-server/addons/account/account.py", line 2798, in execute
      seq_id = obj_sequence.search(cr, uid, [('name','=','Account Journal')])[0]
  IndexError: list index out of range

  thanks



Follow ups

References