Fix merged in trunk at revision 3423. ** Changed in: openobject-server Status: Fix Committed => Fix Released
-- 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/767283 Title: orm: at csv import, properly report lines with less columns Status in OpenERP Server: Fix Released Bug description: The "if not line[i]" check would cause an IndexError earlier than the exception. Also, report the line number where that happened. (the +2 op. is needed because we skip 1 for header and count at 0) _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : c2c-oerpscenario@lists.launchpad.net Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp