This question has been flagged

I want to import purchase orders into odoo and in my spreadsheet I have a column that relates to the product but it isn't the name how do i get odoo to make the link between the two?

For example in my products spreadsheet i have a field (product_code) and in my spreadsheet i want to import I have a column which has the same values in it. What do i import this column as?

Avatar
Discard
Best Answer

You can relate the products using "product_id/name".

product_id/name: name_search will be used to search the product.

product_id/id: Use the external ID

product_id/.id: Use the database ID


Avatar
Discard