İçereği Atla
Odoo Menü
  • Portal
  • Ücretsiz deneyin
  • Uygulamalar
    Finans
    • Muhasebe
    • Faturalama
    • Masraf Yönetimi
    • Elektronik Çizelge (BI)
    • Belgeler
    • İmza
    Satış
    • Müşteri İlişkileri Yönetimi (CRM)
    • Satış
    • Satış Noktası Mağaza
    • Satış Noktası Restoran
    • Abonelikler
    • Kiralama
    Web Sitesi
    • Web Sitesi Oluşturucu
    • eTicaret
    • Blog
    • Forum
    • Canlı Sohbet
    • eÖğrenme
    Tedarik Zinciri
    • Envanter
    • Üretim
    • Ürün Yaşam Döngüsü Yönetimi
    • Satın Alma
    • Bakım
    • Kalite
    İnsan Kaynakları
    • Çalışanlar
    • İşe Alım
    • İzin
    • Değerlendirme
    • Referans
    • Filo Yönetimi
    Pazarlama
    • Sosyal Medyada Pazarlama
    • E-posta ile Pazarlama
    • SMS ile Pazarlama
    • Etkinlikler
    • Pazarlama Otomasyonu
    • Anket
    Hizmetler
    • Proje Yönetimi
    • Çalışma Çizelgeleri
    • Saha Hizmeti
    • Yardım Masası
    • Planlama
    • Randevular
    Verimlilik
    • Sohbet
    • Onay
    • Nesnelerin İnterneti
    • VoIP
    • Bilgi Bankası
    • WhatsApp
    Üçüncü taraf uygulamalar Odoo Stüdyo Odoo Bulut Platformu
  • Sektörler
    Perakende satış
    • Kitapçı
    • Giyim Mağazası
    • Mobilya Mağazası
    • Gıda Marketi
    • Hırdavat Dükkanı
    • Oyuncak Dükkanı
    Gıda ve Konaklama
    • Bar ve Pub
    • Restoran
    • Fast Food Restoranı
    • Konuk Evi
    • İçecek Distribütörü
    • Otel
    Gayrimenkul
    • Emlak Acentesi
    • Mimarlık Firması
    • İnşaat
    • Emlak Yönetimi
    • Bahçe Tasarımı
    • Mülk Sahipleri Derneği
    Uzmanlık
    • Muhasebe Firması
    • Odoo Partner
    • Pazarlama Ajansı
    • Hukuk Firması
    • Yetenek Kazanımı
    • Denetim ve Belgelendirme
    Üretim
    • Tekstil
    • Metal
    • Mobilyalar
    • Gıda
    • Bira fabrikası
    • Kurumsal Hediye
    Sağlık ve Spor
    • Spor Kulübü
    • Optik Mağazası
    • Fitness Merkezi
    • Sağlıklı Yaşam Merkezi
    • Eczane
    • Kuaför Salonu
    Ticaret
    • Tamirci
    • BT Donanım & Destek
    • Güneş Enerjisi Sistemleri
    • Ayakkabı İmalatçısı
    • Temizlik Hizmetleri
    • HVAC Hizmetleri
    Diğerleri
    • Kar Amacı Gütmeyen Kuruluş
    • Çevre Ajansı
    • Reklam Panosu Kiralama
    • Fotoğrafçılık
    • Bisiklet Kiralama
    • Yazılım Bayisi
    Tüm Sektörlere Göz Atın
  • Topluluk
    Öğrenim
    • Eğitim Araçları
    • Dokümantasyon
    • Sertifikasyonlar
    • Eğitim Etkinlikleri
    • Blog
    • Podcast
    Eğitim ve Gelişim
    • Eğitim Programı
    • Scale Up! İşletme Oyunu
    • Odoo'yu Ziyaret Edin
    Yazılım
    • İndirin
    • Sürümleri Kıyaslayın
    • Sürümler
    İş Birliği
    • Github
    • Forum
    • Etkinlikler
    • Çeviriler
    • Partner Olun
    • Partnerler için Hizmetler
    • Muhasebe Firmanızı Kaydettirin
    Hizmetler
    • Partner Bulun
    • Muhasebeci Bulun
    • Bir danışmanla görüşün
    • Kurulum Hizmetleri
    • Müşteri Referansları
    • Destek
    • Sürüm Yükseltme
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Demo randevusu alın
  • Fiyatlandırma
  • Yardım

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • Müşteri İlişkileri Yönetimi
  • e-Commerce
  • Muhasebe
  • Envanter
  • PoS
  • Proje Yönetimi
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiketler (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiketler (View all)
odoo accounting v14 pos v15
About this forum
Yardım

Import contacts through CSV

Abone Ol

Get notified when there's activity on this post

Bu soru işaretlendi
importcsv
2 Cevaplar
11963 Görünümler
Avatar
Gerard

Hello,

I have a list of companies in OpenERP 7 with external IDs. Now I want to import their contacts (different csv), but I can't find how to make the relation based on the External ID.

For example i want to import two contacts that belong to company 1. (one-to-many). I tried the following...

"Company / External id","Name","Is a Company"

1,"Person A", "false"

1,"Person B","false"

But sadly no success... can anyone please help me.

0
Avatar
Vazgeç
Avatar
Ludo - 21South
En İyi Yanıt

New answer, based on a real life example. This is a simple export from an exisiting database that already had a company and PersonA under that company. Based on the situation you provided, you will only have the first line (id 183, Company1) and need to provide the second line. This is how it should look:

  • "id", "name", "is_company", "parent_id/id", "company_id/id"
  • "__export__.res_partner_183", "Company1","True","","base.main_company"
  • "__export__.res_partner_184","PersonA","False","__export__.res_partner_183","base.main_company"

Of course, you need to replace the actual ID (183 / 184) with your own id's. Note that the parent_id/id field on the first line is actually empty, since it does not have a parent id.

0
Avatar
Vazgeç
Avatar
Gerard
Üretici En İyi Yanıt

Solved:

'parent_id/id' is the same as 'Related Company / External ID' from the pull-down.

File A
"ID","Is a Company","name"
"1","True","Company 1"

File B
"id","name","parent_id/id"
"","Person A","1"
"","Person B","1"
"","Person C","1"

1
Avatar
Vazgeç
Ludo - 21South

I see. The external id is than used for your own company (in the case of a multi-company setting for example). Try to look for "parent_id" on the record instead. Fill in the "__res.... etc." id in that field and you should be fine. Leave the ID field of the new contact persons empty. If it is empty, it will supply the default values for it.

Gerard
Üretici

Hi Ludo, Thanks again for the quick answer. I went back to basic and started with a fresh install (only the CRM module) to replicate your example. Your first line "__res.partner__.4", "My customer comp" gave an error "Too many dots". :( Can you help out with a working example? I have been at it for a week now and it's driving me nuts. Your help is much appreciated .

Ludo - 21South

I modified my original answer, see above.

Gerard
Üretici

We are on the same track. I have exported some demo-content and got the same indentifiers. The problem is now which field do I select from the pull-down (screenshot: http://snag.gy/wRY8P.jpg)

Ludo - 21South

I do not know how you import your files, but in general I export a file using the setting "Import compatible", manipulate that file and then at the partner list view use the "Import" button, next to the "Create" to import a file. Simply select the file, click on "Validate" and it shows you a green bar if it could find anything. The only important thing is that you always leave the header of the file intact, because that should show the fields to import. Got no "Import" option next to the Create button? Go to Settings --> Configuration --> General and check the box "Allow users to import data using CSV files" and press apply.

Gerard
Üretici

That's my way of importing and exporting as well... The only thing missing... is the parent_id... Maybe I was too frustrated to see it, but 'parent_id/id' is the same as 'Related Company / External ID' from the pull-down. Now it works!!! Thank you for your support and patience.

Ludo - 21South

You are welcome. If it helped you, mark the answer as correct.

Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Üye Ol
İlgili Gönderiler Cevaplar Görünümler Aktivite
Disable automatic follow when importing res.partner csv
import csv
Avatar
Avatar
Avatar
3
Haz 20
4865
Enable/disable import rights?
import csv
Avatar
Avatar
1
Kas 18
10368
'utf8' codec can't decode byte error when importing a list of products as a CSV file Çözüldü
import csv
Avatar
Avatar
Avatar
Avatar
Avatar
11
Şub 17
64883
Import csv file with related field other than id, external id, name
import csv importing data from excel file
Avatar
Avatar
Avatar
Avatar
4
Kas 24
12714
How to convert csv files encoding to utf-8 Çözüldü
import csv encoding
Avatar
Avatar
Avatar
2
Kas 24
38800
Topluluk
  • Eğitim Araçları
  • Dokümantasyon
  • Forum
Açık Kaynak
  • İndirin
  • Github
  • Runbot
  • Çeviriler
Hizmetler
  • Odoo.sh Hosting
  • Destek
  • Sürüm Yükseltme
  • Özel Geliştirmeler
  • Eğitim
  • Muhasebeci Bulun
  • Partner Bulun
  • Partner Olun
Hakkında
  • Şirketimiz
  • Pazarlama Gereçleri
  • İletişim
  • Kariyer
  • Etkinlikler
  • Podcast
  • Blog
  • Müşteriler
  • Hukuki • Gizlilik
  • Güvenlik
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo, müşteri ilişkileri yönetimi, eTicaret, muhasebe, envanter, satış noktası, proje yönetimi gibi şirketinizin tüm ihtiyaçlarını karşılayan bir açık kaynak işletme uygulamaları paketidir.

Odoo’nun eşsiz değer önermesi, aynı anda hem kullanımının çok kolay olup hem de tamamen entegre olmasıdır.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now