c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #07172
Re: [Bug 687316] [NEW] ASCII importing Expense.lines
On Wednesday 08 December 2010, you wrote:
> Public bug reported:
>
> Hi,
>
> I'm using the Openerp 6.0 RC1.
>
> When trying to import expense.line trough the webclient I'have the
> following error
>
> Traceback (most recent call last):
> File "/usr/lib/python2.6/logging/__init__.py", line 791, in emit
> stream.write(fs % msg.encode("UTF-8"))
> UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 98:
> ordinal not in range(128)
>
You mean that the error is for the server process, not the web-client one?
You might want to apply the patch of:
http://git.hellug.gr/?p=xrg/openobject-
server;a=commitdiff;h=bd8030ef6739b76527c6
onto your server code and see (tell us) if it helps trace the problem.
--
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/687316
Title:
ASCII importing Expense.lines
Status in OpenObject Server:
New
Bug description:
Hi,
I'm using the Openerp 6.0 RC1.
When trying to import expense.line trough the webclient I'have the following error
Traceback (most recent call last):
File "/usr/lib/python2.6/logging/__init__.py", line 791, in emit
stream.write(fs % msg.encode("UTF-8"))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 98: ordinal not in range(128)
Importing encoded hours in TimeTracking (HRM)
I have a similar error.
What should I do ?
Follow ups
References