c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #19206
[Bug 734206] Re: [6.0] Account Journal list error
Hello,
I have checked your issue. But I am not able to reproduce this type of traceback
May be this issue is related with database side only. You already mention that this issue is not produce in fresh database.
So would you please provide me your database backup or if you have a
support and maintenance contract with us then you can contact with our
OPW team on support@xxxxxxxxxxx.
Thanks.
** Changed in: openobject-addons
Status: New => Incomplete
--
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):
Incomplete
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
References