Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
4 Ответы
3430 Представления

Hello, 

I made an  export  of my  Contacts  list form  my  Odoo 10,  I  will  like  to import  its  on  my  Odoo  13  server. 

I  got  severals  errors  like  No  matching  record  found  for  external  id  '__export__.res_partner_4684'  in  field  'Contact'  at  row.   


Did anyone got the same error? 
Please, Waiting for a way to export my contacts on  a CSV  file  Odoo 10  and  Import  its  on  Odoo  13. 


Thanks for reading. 

Аватар
Отменить
Лучший ответ

Hello Martial,

Don't use External ID, u se only :

"Name", "Is a Company", "Reference",...
And any other fields you need to import

Аватар
Отменить
Автор

Thanks @Yossef it working!

Лучший ответ

Hi Martial,

You cannot use external IDs to import data between two separate databases. Especially with version changes. Try to export main data points such as name, address, mobile, website and try to  match with version 13 contact export file template.

Аватар
Отменить
Лучший ответ

It seems you have individual contact related to contact of company and when you import these individual contact which related company you will get the external id error So I suggest to get the contacts with Is_company equal true in separate CSV and then get the individual contacts in another CSV file, After that import the first CSV of companies and then import the individual file.

Аватар
Отменить
Автор Лучший ответ

Thanks for your helps , I solved the issue using  all  your  differents  suggestions. 

Аватар
Отменить
Related Posts Ответы Просмотры Активность
0
окт. 21
59
1
апр. 21
8261
2
мар. 15
9243
0
окт. 24
1228
2
февр. 24
1920