openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #12007
[Bug 1006346] Re: [6.1/trunk] If any raise occured from Report Services then getting errors
Hello Jacara,
Yes, your right when If any osv_exeption raised from Report Services
then it gives a error which is already posted on lp:941124.
So this is not a duplicate of lp:956798 but it's duplicate of lp:941124
(sorry for the inconvenience ). Also it 's web client problem.
Thank you!
** Project changed: openobject-server => openerp-web
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/1006346
Title:
[6.1/trunk] If any raise occured from Report Services then getting
errors
Status in OpenERP Web:
New
Bug description:
If there any defined raise exception such as warning messages then getting unicode problem.
Client Traceback (most recent call last):
File "/home/jacara/workspace/migration611/openerp/addons/web/common/http.py", line 260, in dispatch
r = method(controller, self, **self.params)
File "/home/jacara/workspace/migration611/openerp/addons/web/controllers/main.py", line 1784, in index
req.session._db, req.session._uid, req.session._password, report_id)
File "/home/jacara/workspace/migration611/openerp/addons/web/common/openerplib/main.py", line 117, in proxy
result = self.connector.send(self.service_name, method, *args)
File "/home/jacara/workspace/migration611/openerp/addons/web/common/http.py", line 596, in send
fault = xmlrpclib.Fault('warning -- ' + e.name + '\n\n' + e.value, '')
TypeError: coercing to Unicode: need string or buffer, tuple found
To manage notifications about this bug go to:
https://bugs.launchpad.net/openerp-web/+bug/1006346/+subscriptions
References