Module import csv Exception: <unprintable Exception object>

Asked by Mayte Montano

Hi:

I coded a small module to import res.partner for OpenERP v8 (windows); I can import from xml but when trying csv I keep getting the error:

File "C:\Program Files\OpenERP 7.0-20130721-231032\Server\server\.\openerp\tools\convert.py", line 930, in convert_csv_import
Exception: <unprintable Exception object>

I even created an export from clients (only id and name) and get the same error. Filename is res.partner.csv.

Any clue?

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
OpenERP Edit question
Assignee:
No assignee Edit question
Solved by:
Mayte Montano
Solved:
Last query:
Last reply:
Revision history for this message
Mayte Montano (mayte-l) said :
#1

I found that the csv file has to be ANSI encoded and it worked!