> Here is an example, everything but the "Contacts/Address Type" imports 
> fine. I have three lines for 800+ clients to import.  I have 
> everything else working well, 15k products, users, groups, roles, 
> etc.......
> 
> Warning from server is "WARNING, key invoice not found in selection 
> field type"


Ok, this looks like you are using a mistyped data item in your Address Type 
column. When you look at the source code, then it shows 

'type': fields.selection( [ ('default','Default'),('invoice','Invoice'), 
('delivery','Delivery'), ('contact','Contact'), ('other','Other') ],'Address 
Type'),  

And you see, the invoice here in your error message is not spelled with capital 
I, I would suggest to change and retry.





_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to