Caracter encoding problem
i just try to take test_template.odt in report_oppenoffice and put it from inventory report.
All seems to work, but when printed, following error appears :
Traceback (most recent call last):
File "/opt/openerp.dvpt/5.0.7/openerp-server-5.0.7/bin/service/web_services.py", line 695, in go
'Exception: %s\n%s' % (str(exception), tb_s))
File "/opt/openoffice.org2.4/program/uno.py", line 333, in _uno_struct__repr__
return repr(self.__dict__["value"])
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-17: ordinal not in range(128)
Is there a need to pass more parameter to soffice or program ?
openerp : 5.0.7
debian : 5.0
openoffice : 2.4.2 from openoffice.org web site
All seems to work, but when printed, following error appears :
Traceback (most recent call last):
File "/opt/openerp.dvpt/5.0.7/openerp-server-5.0.7/bin/service/web_services.py", line 695, in go
'Exception: %s\n%s' % (str(exception), tb_s))
File "/opt/openoffice.org2.4/program/uno.py", line 333, in _uno_struct__repr__
return repr(self.__dict__["value"])
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-17: ordinal not in range(128)
Is there a need to pass more parameter to soffice or program ?
openerp : 5.0.7
debian : 5.0
openoffice : 2.4.2 from openoffice.org web site