This question has been flagged
1 Reply
2182 Views

I have an excel file with two columns, "OriginID" and "OriginPrice". To the sale.order model I added two new fields using my own module. The OriginID field is unique for each record (for each sale order). How can I update the OriginPrice field using the OriginID field as key/identifier? 

Avatar
Discard
Best Answer

Hi,

you can easily update data through import by using external id

Thanks

Avatar
Discard