Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
2 Ответы
6763 Представления

I try to import a csv file in a server :

"id","seller_ids/name/id","seller_ids/min_qty","default_code","name","list_price","standard_price"

"__export__.product_product_37","__export__.res_partner_15","","002","bb","1.0","" "__export__.product_product_21","__export__.res_partner_25","","111","aa1","",""

But it always have an error: 'NoneType' object has no attribute 'group' However , when I import this file in other server , it success.. What mistakes I make ?

Аватар
Отменить
Лучший ответ

To have a good csv format, create a simple product, go to product menu and export it. Now you have a correct csv to use as base for you import data.

Аватар
Отменить
Автор

I have tried to use this method, the export format is what I write. But I can edit the exist products and can't add a new product...

Have you (your user) the right permission?

Автор

Yeah,I am admin ... Actually after I reinstall the product module , I can't import this csv. Before I reinstall the product module , it can import it ..... May be related to this action?

Yeah, you are admin but have you got the right permission?

Автор

How can I make sure I get the right permission ... Now I try to install a new database....

Try to ability all the permission and repeat the import

Лучший ответ

Hi.

I cannot see the group in your header, Erp may be looking for it, but in your data is not exists. May you need to check out the column of group from the import list. May the separator setting is wrong, a lot of problematic points are possible :-) Not so difficult to mistake... :-)

Аватар
Отменить
Автор

Thanks for answer, I'm just curious why it success in one server ,and can't work in other server .....

Yes because you have some diff. between the two server... Let's watch what...

Related Posts Ответы Просмотры Активность
1
июн. 23
2000
1
мая 15
3638
2
мар. 15
5167
3
мар. 15
5535
1
мар. 15
6827