c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #21155
[Bug 734206] Re: Account Journal list error
Hello,
I have tested your scenario with trunk and stable both.
But all are working fine and never faced this type of traceback.
So I am closing this bug I think it should be your end problem because
You already mention that this issue is not produce in fresh database.
Thanks.
** Summary changed:
- [6.0] Account Journal list error
+ Account Journal list error
** Changed in: openobject-addons
Status: Incomplete => Invalid
--
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:
Account Journal list error
Status in OpenERP Modules (addons):
Invalid
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