Reports give error: coercing to Unicode: need string or buffer, tuple found
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Server (MOVED TO GITHUB) |
Fix Committed
|
Medium
|
OpenERP's Framework R&D |
Bug Description
Running 6.1.1 on Win 7, local installation with Dutch version (English language)
When I try to generate any report from the Accounting/report menu (for example a legal report) with default or any other settings I get the following error:
Client Traceback (most recent call last):
File "C:\Program Files (x86)\OpenERP 6.1-1\server\
File "C:\Program Files (x86)\OpenERP 6.1-1\server\
File "C:\Program Files (x86)\OpenERP 6.1-1\server\
File "C:\Program Files (x86)\OpenERP 6.1-1\server\
TypeError: coercing to Unicode: need string or buffer, tuple found
Also happens in a demo company.
Operating System Release : post2008Server
Operating System Version : 6.1.7601
Operating System Architecture : 32bit
As I cannot imagine this happens to all users yet it happens to several (demo & live) databases, I have to assume something on my environment is conflicting with this function.
affects: | openobject-addons → openobject-server |
Changed in openobject-server: | |
status: | Confirmed → In Progress |
tags: | added: maintenance |
I further analysed this issue and noticed that it is related to PostgreSQL version 9.1. With the version part of the kit, 8.3 there is no issue.