콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
4 답글
40539 화면

I everyone,

I am figuring something weird... When I import csv file in OpenERP I have this error message :

"Missing required value for the field 'Name' (name) at row ..."

I have this problem since several days. Usually it works very good.

Is this a bug?

아바타
취소
베스트 답변

I had the same Issue.
It can happen if you export something to have an import template, but you forget to export a mandatory field, which is related to a field, you exported.
In my example I exported "product.template" with these fields:
name, type, categ_id, (all required), image_1920, product_template_image_ids/image_1920 (to have more than 1 Image)
Now it told me "missing required value 'name' in row.."
I was confused, because 'name' was clearly there. I then realised, that product_template_image_ids/image_1920 has a related value product_template_image_ids/name, which indeed was required, but missing. I hope this explanation will help some people, which also get confused by this error message!

아바타
취소
베스트 답변

When you import csv file you have to be sure that you are importing everything correctly.

That error happens when you are trying to import something related to another module. For example, if you try to import orders related to products that doesn't exist then the system is going to try to create that products, but on products the name is required so it's going to appear that error.

아바타
취소
작성자 베스트 답변

Thanks for your answer.

But I figure this out even when I export product list, make not any change and import same list again in OpenERP.

아바타
취소