Vinay Rana (openerp) (vra-openerp) has assigned this bug to you for OpenERP GTK 
Client:

Hi,  when you try to import a CSV file and it has any non UTF-8
character, the load fails with no warning...

on win_import.py, if a try.... except is added this can be avoided,
like...

        try:
            datas.append(map(lambda 
x:x.decode(csv_data['combo']).encode('utf-8'), line))
        except:
            common.warning(_('Error on text file.\nCorrect %s and try again !') 
% (line,), _('Import Error.'), parent=parent)
            return False

** Affects: openobject-client
     Importance: Low
     Assignee: OpenERP sa GTK client R&D (openerp-dev-gtk)
         Status: Confirmed

-- 
Import CSV file fails
https://bugs.launchpad.net/bugs/828959
You received this bug notification because you are a member of OpenERP sa GTK 
client R&D, which is a bug assignee.

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to