Problem with existing records
Posted: Tue Oct 25, 2011 3:10 pm
Hi,
When I try to migrate partners addresses from v5 to v6, I want to migrate the field country_id but it is not filled because of :
Since the countries are created automatically, I can't delete them and import them with a new model mapping. Is it a way to tell the system that it's already migrated and use the field value to search for the adequate country ?
Regards,
Quentin.
When I try to migrate partners addresses from v5 to v6, I want to migrate the field country_id but it is not filled because of :
- Code: Select all
Warning! Object "res.partner.address" have relation field 'country_id' which related to object "res.country", this field was not filled because related object's model is not added in Import Model list.
Since the countries are created automatically, I can't delete them and import them with a new model mapping. Is it a way to tell the system that it's already migrated and use the field value to search for the adequate country ?
Regards,
Quentin.