This question has been flagged
2 Replies
5801 Views

Hi All,

Is there a way to import products where you don't need to input the id of the record?

For example, I would like to import a product with attributes/variants, I would have to input the id of the variant like this:

attribute_line_ids/attribute_id/id attribute_line_ids/id
__export__.product_attribute_1 __export__.product_attribute_line_18
__export__.product_attribute_2 __export__.product_attribute_line_19

 

Is there an easier way to do this?

Thanks in advance!

Avatar
Discard
Best Answer

Hello,

We have developed one module Product Catalog file process in odoo older version.

Using this module, one can configure supplier wise product catalog file format, it allows configuration of any product catalog information in Odoo.

By processing a file, system will either create or update product information.

Refer Answer from https://www.odoo.com/forum/help-1/question/how-to-import-product-variants-with-specific-pricing-132195


Avatar
Discard