This question has been flagged
4 Replies
19059 Views

Hi I need to import several csv-files for customers, products etc. For this I have written a model to import all my csv-files. It works but when I try to import recors into a many2many relation table like "res_partner_category_rel" I always get the error message that "none type object has no attribut import".

Did someone already try to import data into a many2many relation table from csv files?

Thanks René

Avatar
Discard

Hi, I too want the same functionality to be achieved, Please let me know if some one knows how to

Best Answer

Saved You A Click:

You separate them by commas, without spaces. If the field is product.template's route_ids, you type route_ids/id in the column header and separate the values by commas.

Avatar
Discard
Best Answer

Hi,

see page 11 of this simple documentation :

 
http://fr.slideshare.net/Audaxis/opendays-import-csv-2013v5

bye

Avatar
Discard
Best Answer

Hi  René,

I think this video can help you: https://www.youtube.com/watch?v=UOBxxnYDIsM&list=PLSKcWRTtEl5qzvRaI-VTGavfReiHS_EEb&index=1

Avatar
Discard
Best Answer

Hi, did you solve it? If so, how?


Avatar
Discard