openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #25343
[Bug 1224691] Re: [trunk/7.0][addons] Error on chart of accounts setup (install)
Hello,
It has been Fixed in https://code.launchpad.net/~openerp-dev/openobject-
addons/7.0-bug-1224691-tpa
revision-id: tpa@xxxxxxxxxxx-20130913060443-l2vila37wy16lqsr
revno: 9439
Thanks,
Turkesh Patel
** Changed in: openobject-addons
Status: In Progress => Fix Committed
--
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/1224691
Title:
[trunk/7.0][addons] Error on chart of accounts setup (install)
Status in OpenERP Addons (modules):
Fix Committed
Bug description:
Hello,
Test on addons rev : 9438
Steps to reproduce:
Install database without demo data
Install "account" addon
On "Set Your Accounting Option" setup, select: "Custom" and "Your Company"
...but the next error occurs :
2013-09-12 20:57:42,086 3989 ERROR nji openerp.netsvc: list index out of range
Traceback (most recent call last):
File "/home/rdeheele/oerp/sandbox/parts/server/openerp/netsvc.py", line 292, in dispatch_rpc
result = ExportService.getService(service_name).dispatch(method, params)
File "/home/rdeheele/oerp/sandbox/parts/server/openerp/service/web_services.py", line 626, in dispatch
res = fn(db, uid, *params)
File "/home/rdeheele/oerp/sandbox/parts/server/openerp/osv/osv.py", line 188, in execute_kw
return self.execute(db, uid, obj, method, *args, **kw or {})
File "/home/rdeheele/oerp/sandbox/parts/server/openerp/osv/osv.py", line 131, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/rdeheele/oerp/sandbox/parts/server/openerp/osv/osv.py", line 197, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/rdeheele/oerp/sandbox/parts/server/openerp/osv/osv.py", line 185, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/rdeheele/oerp/sandbox/parts/addons/account/account.py", line 3128, in default_get
chart_id = data_obj.browse(cr, uid, data_id[0], context=context).res_id
IndexError: list index out of range
The problem seems coming from rev 9434.
Romain
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1224691/+subscriptions
References