c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #10809
[Bug 697261] [NEW] Unable to open Employee PaySlip with OpenOffice report designer plugin
Public bug reported:
I use OpenErp 6.0 RC2 on Ubuntu 2.6.32-24
The OpenOffice plugin has been installed without any problem.
Once the server connected in OpenOffice, I click on "Modify Existing Report".
If I open the repport "Pay Slip - Employee PaySlip", the openerp server return an error (nothing appends in OpenOffice) :
[2011-01-04 16:19:40,884][swissdotnet_test] ERROR:web-services:Uncaught excepti
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/osv.py", line
return f(self, dbname, *args, **kwargs)
File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/osv.py", line
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/osv.py", line
return getattr(object, method)(cr, uid, *args, **kw)
File "/usr/local/lib/python2.6/dist-packages/openerp-server/addons/base_repor
'report_rml_content': report.report_rml_content and base64.encodestring(rep
File "/usr/lib/python2.6/base64.py", line 315, in encodestring
pieces.append(binascii.b2a_base64(chunk))
UnicodeEncodeError: 'latin-1' codec can't encode character u'\u2013' in positio
I don't have any problem with the other reports.
** Affects: openobject-addons
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/697261
Title:
Unable to open Employee PaySlip with OpenOffice report designer plugin
Status in OpenObject Addons Modules:
New
Bug description:
I use OpenErp 6.0 RC2 on Ubuntu 2.6.32-24
The OpenOffice plugin has been installed without any problem.
Once the server connected in OpenOffice, I click on "Modify Existing Report".
If I open the repport "Pay Slip - Employee PaySlip", the openerp server return an error (nothing appends in OpenOffice) :
[2011-01-04 16:19:40,884][swissdotnet_test] ERROR:web-services:Uncaught excepti
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/osv.py", line
return f(self, dbname, *args, **kwargs)
File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/osv.py", line
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/osv.py", line
return getattr(object, method)(cr, uid, *args, **kw)
File "/usr/local/lib/python2.6/dist-packages/openerp-server/addons/base_repor
'report_rml_content': report.report_rml_content and base64.encodestring(rep
File "/usr/lib/python2.6/base64.py", line 315, in encodestring
pieces.append(binascii.b2a_base64(chunk))
UnicodeEncodeError: 'latin-1' codec can't encode character u'\u2013' in positio
I don't have any problem with the other reports.
Follow ups
References