openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #12182
[Bug 942679] Re: [report_webkit]Cannot print BVR invoices (Swiss version)
Hi,
getting a similar problem today, when testing an aeroo report. Note that webkit is NOT installed as an openerp module. Here below the log:
2012-06-06 09:57:23,911 6607 ERROR ? openerp.service.web_services: Exception: Unknown report type: aeroo
Traceback (most recent call last):
File "/data/openerp/production/server/6.1/openerp/service/web_services.py", line 727, in go
(result, format) = obj.create(cr, uid, ids, datas, context)
File "/data/openerp/production/server/6.1/addons/report_aeroo/report_aeroo.py", line 680, in create
return super(Aeroo_report, self).create(cr, uid, ids, data, context)
File "/data/openerp/production/server/6.1/openerp/report/report_sxw.py", line 441, in create
raise NotImplementedError(_('Unknown report type: %s') % report_type)
NotImplementedError: Unknown report type: aeroo
2012-06-06 09:57:24,156 6607 ERROR ? openerp.netsvc: Unknown report type: aeroo
(<type 'exceptions.NotImplementedError'>, NotImplementedError(u'Unknown report type: aeroo',), <traceback object at 0x407e200>)
2012-06-06 09:57:24,157 6607 ERROR ? openerp.addons.web.common.http.HttpRequest.dispatch: An error occurred while handling a json request
Traceback (most recent call last):
File "/data/openerp/production/server/6.1/addons/web/common/http.py", line 260, in dispatch
r = method(controller, self, **self.params)
File "/data/openerp/production/server/6.1/addons/web/controllers/main.py", line 1834, in index
req.session._db, req.session._uid, req.session._password, report_id)
File "/data/openerp/production/server/6.1/addons/web/common/openerplib/main.py", line 117, in proxy
result = self.connector.send(self.service_name, method, *args)
File "/data/openerp/production/server/6.1/addons/web/common/http.py", line 596, in send
fault = xmlrpclib.Fault('warning -- ' + e.name + '\n\n' + e.value, '')
--
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/942679
Title:
[report_webkit]Cannot print BVR invoices (Swiss version)
Status in OpenERP Addons (modules):
Invalid
Bug description:
Using lates OpenERP 6.1 on Ubuntu 11, 64 bits.
I have an invoice; and i'm trying to "Print BVR invoice" I get :
Client Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/openerp/addons/web/common/http.py", line 260, in dispatch
r = method(controller, self, **self.params)
File "/usr/lib/pymodules/python2.7/openerp/addons/web/controllers/main.py", line 1784, in index
req.session._db, req.session._uid, req.session._password, report_id)
File "/usr/lib/pymodules/python2.7/openerp/addons/web/common/openerplib/main.py", line 117, in proxy
result = self.connector.send(self.service_name, method, *args)
File "/usr/lib/pymodules/python2.7/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/openobject-addons/+bug/942679/+subscriptions
References