This question has been flagged
1 Reply
4436 Views

Hello

I'm trying to import a CSV from my old ERP. For every supplier, we have an associated "Number ID". I think the correct place to put it is on "External ID" inside the importing webpage, but I don't know if then I could search by that number in the supplier's list. Also I need the number to appear in the supplier's main page. Would it be better to add it as a tag?

Avatar
Discard
Best Answer

Hi @Sergio Fernández

External ID stands for the value of the id field of the record to import, this external id will be saved on ir.model.data, not in your model so you better find another field to save that Number ID info like reference fields. You will not have a relation with ir.model.data if you save that info in the external id to show it latter in the form.

Avatar
Discard