c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #35210
[Bug 862344] Re: Answer a survey is not seems like working
** Changed in: openobject-addons
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/862344
Title:
Answer a survey is not seems like working
Status in OpenERP Addons (modules):
Fix Released
Bug description:
Tools > Surverys > Answer Surveys > Answer a Survey
#. as we start to answer a survey throwing the Traceback as follow.
Traceback (most recent call last):
File "/home/han/rdtool/server/trunk/openerp/wsgi.py", line 71, in xmlrpc_return
result = openerp.netsvc.dispatch_rpc(service, method, params)
File "/home/han/rdtool/server/trunk/openerp/netsvc.py", line 328, in dispatch_rpc
result = ExportService.getService(service_name).dispatch(method, params)
File "/home/han/rdtool/server/trunk/openerp/service/web_services.py", line 568, in dispatch
res = fn(db, uid, *params)
File "/home/han/rdtool/server/trunk/openerp/osv/osv.py", line 116, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/han/rdtool/server/trunk/openerp/osv/osv.py", line 170, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/han/rdtool/server/trunk/openerp/osv/osv.py", line 161, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/han/rdtool/addons/trunk/survey/wizard/survey_answer.py", line 525, in default_get
for key,val in sur_name_read['store_ans'].items():
AttributeError: 'unicode' object has no attribute 'items'
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/862344/+subscriptions
References