Are you importing from the form view or did you made a data module with csv files to import? In a data module you can import a partner's file and then a partner.adress file. In the later you set the relation.
Check modules l10n_lu (or l10n_be) in addons, for examples: here's a sample, res.partner.csv "id","ref","name","vat","active","customer","supplier","comment","property_account_payable","property_account_receivable","lang" "F001","F001","Ferragens Vieira","156962080",1,,1,,"2211","2111","pt_PT" "F008","F008","Auto Jardim Bot.- Luis Patricio Marques Freitas","170945278",1,,1,,"2211","2111","pt_PT" and a res.partner.address.csv sample: "id","name","active","street","type","phone","fax","partner_id:id","zip","city","country_id:id" "F001_def_add","Ferragens Vieira",1,"Ribeira de Machico","default",,,"F001","9200-123","Machico","base.pt" "F008_def_add","Auto Jardim Botanico",1,"Caminho das Voltas 27","default","291225844",,"F008","9050","Funchal","base.pt" -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=36739#36739 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
