It has something to do with the order in wich they appear in the data files. But there appears to be no logic in it.
So i skipped the linking on the upload. Added an extra column to my objects csv_partner_id. After import the simply ran an update query update order_history O set partner_id = (select id from res_partner P where P.csv_partner_id=O.csv_partner_id) At least now the data gets imported. -------------------- m2f -------------------- -- http://www.openerp.com/forum/viewtopic.php?p=28731#28731 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
