Skip to Content
Menu
This question has been flagged
1 Reply
1888 Views

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?

Avatar
Discard
Author Best Answer

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.

Avatar
Discard

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.

Author

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