I want to import “Internal moves” in CSV format in order to execute a lot of moves of products from an older wharehouse to a new one, but locations have same names on both wharehouses.
I imagine I can use locations IDs because same names are ambigous, right? but I don’t know how.
Can I have an example off a CSV line that use locations IDs instead of location names for an internal expedition?
In the meantime, is it possible to give the complete path (with parents locations) or the internal ID of a location for a CSV import? If so, what’s the format?
No ID is not supported for the Many2One, the import method is only searching by “Record Name”.
So you must ensure that the “Record Name” of the targets are unique (which is always a good thing to have).