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

Hi,

have inventory information in spreadsheets that I would like to import into odoo inventory (latest version on web) and I have no idea what fields I need in each record, what they are named, which ones are manditory, etc..

Also, isn't there any documentation on this and importing other object types too?

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

I was able to reverse engineer by exporting the 4 fields I had, changing the ids and names and re-importing.  But, I'm hoping there's a doc somewhere with better information than that.

아바타
취소

Did you fully read and understand the Import FAQ located below the file field at the bottom of any Import screen in Odoo?

As you mention, exporting first is one way of getting information regarding field names.

Importing is complicated not only because all fields are not of the same type but also because the moment you need to import objects that are associated with each other, you need to import those associations. Data import is always one of the most complicated and time consuming parts of a project, no matter the application. Odoo has some improvements on Import in v9-saas11 and on.

작성자

There has got to be a documented schema for the table(s) which have product information. I start looking at openERP source repositories.