openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #14663
[Bug 1039013] Re: [trunk] Traceback while opening account from Chart of Accounts
** Changed in: openobject-addons
Status: Confirmed => In Progress
--
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/1039013
Title:
[trunk] Traceback while opening account from Chart of Accounts
Status in OpenERP Addons (modules):
In Progress
Bug description:
Hello,
Open menu Invoicing > Charts > Chart of Accounts. Click on any of the
account. Gives following traceback.
Server Traceback (most recent call last):
File "/home/uco/workspace/rdtools/web/trunk/addons/web/common/session.py", line 51, in send
return openerp.netsvc.dispatch_rpc(service_name, method, args)
File "/home/uco/workspace/rdtools/server/trunk/openerp/netsvc.py", line 362, in dispatch_rpc
result = ExportService.getService(service_name).dispatch(method, params)
File "/home/uco/workspace/rdtools/server/trunk/openerp/service/web_services.py", line 586, in dispatch
res = fn(db, uid, *params)
File "/home/uco/workspace/rdtools/server/trunk/openerp/osv/osv.py", line 167, in execute_kw
return self.execute(db, uid, obj, method, *args, **kw or {})
File "/home/uco/workspace/rdtools/server/trunk/openerp/osv/osv.py", line 121, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/uco/workspace/rdtools/server/trunk/openerp/osv/osv.py", line 176, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/uco/workspace/rdtools/server/trunk/openerp/osv/osv.py", line 164, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/uco/workspace/rdtools/addons/trunk/account/account.py", line 588, in name_get
name = record['name']
TypeError: string indices must be integers, not str
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1039013/+subscriptions
References