c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #33591
[Bug 862344] Re: Answer a survey is not seems like working
Hello Amit, Vishal, Hardik,
We have traced the issue at our end and we have fixed the initial solution and committed to lp:~openerp-dev/openobject-addons/trunk-bug-862344-jam, and for noe Answer wizard is launched perfectly, but it will not complete full cause of Bug lp:862168 mention in Comment#2 by Amit. so fixing the lp:862168 will complete the whole fix.
Thank You
** Changed in: openobject-addons
Status: In Progress => Fix Committed
** Branch linked: lp:~openerp-dev/openobject-addons/trunk-bug-862344-jam
--
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 Committed
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