This question has been flagged
2 Replies
1028 Views

One of the biggest flaws of Odoo is the fact that when importing records it tries to match the name. In reality names can change but for other software you mostly use SKU for products.


Furthermore, Odoo expects that all data that comes in is being exported before.
Also here - in reality - you get lists from vendors and partners and import them maybe once or several times a year.


Does anyone know how to write a little module so I can import products matching on sku (default_code) or maybe rewrite the id so it matches the sku?

Avatar
Discard
Best Answer

Another option , you can import your SKU as an external ID , it can help you for the next import

Avatar
Discard
Author Best Answer

Found the answer myself:

The OCA has a fantastic module for this:
\https://odoo-community.org/shop/product/base-import-match-643#attr=11253

Avatar
Discard