Skip ke Konten
Odoo Menu
  • Login
  • Uji coba gratis
  • Aplikasi
    Keuangan
    • Akuntansi
    • Faktur
    • Pengeluaran
    • Spreadsheet (BI)
    • Dokumen
    • Tanda Tangan
    Sales
    • CRM
    • Sales
    • POS Toko
    • POS Restoran
    • Langganan
    • Rental
    Website
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Rantai Pasokan
    • Inventaris
    • Manufaktur
    • PLM
    • Purchase
    • Maintenance
    • Kualitas
    Sumber Daya Manusia
    • Karyawan
    • Rekrutmen
    • Cuti
    • Appraisal
    • Referensi
    • Armada
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Acara
    • Otomatisasi Marketing
    • Survei
    Layanan
    • Project
    • Timesheet
    • Layanan Lapangan
    • Meja Bantuan
    • Planning
    • Appointment
    Produktivitas
    • Diskusi
    • Approval
    • IoT
    • VoIP
    • Pengetahuan
    • WhatsApp
    Aplikasi pihak ketiga Odoo Studio Platform Odoo Cloud
  • Industri-Industri
    Retail
    • Toko Buku
    • Toko Baju
    • Toko Furnitur
    • Toko Kelontong
    • Toko Hardware
    • Toko Mainan
    Makanan & Hospitality
    • Bar dan Pub
    • Restoran
    • Fast Food
    • Rumah Tamu
    • Distributor Minuman
    • Hotel
    Real Estate
    • Agensi Real Estate
    • Firma Arsitektur
    • Konstruksi
    • Estate Management
    • Perkebunan
    • Asosiasi Pemilik Properti
    Konsultansi
    • Firma Akuntansi
    • Mitra Odoo
    • Agensi Marketing
    • Firma huku
    • Talent Acquisition
    • Audit & Sertifikasi
    Manufaktur
    • Tekstil
    • Logam
    • Perabotan
    • Makanan
    • Brewery
    • Corporate Gift
    Kesehatan & Fitness
    • Sports Club
    • Toko Kacamata
    • Fitness Center
    • Wellness Practitioners
    • Farmasi
    • Salon Rambut
    Perdagangan
    • Handyman
    • IT Hardware & Support
    • Sistem-Sistem Energi Surya
    • Pembuat Sepatu
    • Cleaning Service
    • Layanan HVAC
    Lainnya
    • Organisasi Nirlaba
    • Agen Lingkungan
    • Rental Billboard
    • Fotografi
    • Penyewaan Sepeda
    • Reseller Software
    Browse semua Industri
  • Komunitas
    Belajar
    • Tutorial-tutorial
    • Dokumentasi
    • Sertifikasi
    • Pelatihan
    • Blog
    • Podcast
    Empower Education
    • Program Edukasi
    • Game Bisnis 'Scale Up!'
    • Kunjungi Odoo
    Dapatkan Softwarenya
    • Download
    • Bandingkan Edisi
    • Daftar Rilis
    Kolaborasi
    • Github
    • Forum
    • Acara
    • Terjemahan
    • Menjadi Partner
    • Layanan untuk Partner
    • Daftarkan perusahaan Akuntansi Anda.
    Dapatkan Layanan
    • Temukan Mitra
    • Temukan Akuntan
    • Temui penasihat
    • Layanan Implementasi
    • Referensi Pelanggan
    • Bantuan
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dapatkan demo
  • Harga
  • Bantuan

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

  • CRM
  • e-Commerce
  • Akuntansi
  • Inventaris
  • PoS
  • Project
  • MRP
All apps
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Help

Odoo 18: import documents and contacts and link them

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
importdocuments
2 Replies
2723 Tampilan
Avatar
Derk Lebbink

Odoo 18
Enterprise

Whats the fastest way to link 500+ documents to contacts?

Is there a field I can use during importing my contacts which can link their ID to the name of the document or something along the lines of that?

MySQL maybe?

Thanks in advance

0
Avatar
Buang
Avatar
Christoph Farnleitner
Jawaban Terbai

You'll have to do it in (slightly) more than just one step, but yes, it's perfectly doable in Odoo.

First, upload your files with an unique name to the Documents app:

The explorer / files window of your OS will allow you to select multiple files (for Windows and Linux this would be done with [Ctrl]+Click - on the file name, I'm sure mac OS has something similar).


To better illustrate it, I've uploaded three random (xlsx) documents to demo.odoo.com, two to the 'Projects' folder, one to the 'Support' folder:


Now, while you could simply set the related Contact directly from here (either in the left hand side Info Section, or by directly clicking on a field in the list to set a Contact for all currently select Documents), granted, for 500+ files this might be tedious. 


So, to import Contacts (or update existing Contacts) via CSV or XLSX, your import file structure would have to look like this:

id email name document_ids
hr.work_contact_hne abigail.peterson39@example.com Abigail Peterson Contact (res.partner) (5).xlsx



Contact (res.partner) (6).xlsx



Contact (res.partner) (7).xlsx

jane@acme.com Jane Doe

john@example.com John Doe a random file.pdf


Note how row 3 and 4 are pretty much empty, apart from the document_ids. This structure allows you to assign multiple records (not limited to Documents) to the line above. So here we have the contacts 

  • Abigail Peterson that should get three files assigned to her ('Contact (res.partner) (5).xlsx', 'Contact (res.partner) (9).xlsx', 'Contact (res.partner) (7).xlsx')
  • Jane Doe without any files
  • John Doe with one file ('a random file.pdf')

Also, having an ID set in the fist column means that Odoo will try to find a matching contact with that (external) ID, or if none found, create a new one - with that ID. For lines without an ID Odo will Always consider it a new record and assign it an ID upon importing.


Upon importing your Contacts file, the wizard now should look similar to this:


And once imported, your Contacts, i.e. Abigail Peterson, will hold a link to these Documents:


For further details see also https://www.odoo.com/documentation/18.0/applications/essentials/export_import_data.html


Please note: If Documents got added by other means or have i.e. been generated and stored by Odoo itself, or if multiple files with the same name got uploaded, things may get a bit more messy due to the fact that we can't rely on the document name being the unique ID to assign files to contacts! To gain knowledge of the required ID for these files then you would first need to export a list of all Documents in order to find the 'external ID' needed.

2
Avatar
Buang
Avatar
jacks wills
Jawaban Terbai

In Odoo 18, import documents and contacts via CSV, then link them using contact IDs or related fields.

0
Avatar
Buang
Menikmati diskusi? Jangan hanya membaca, ikuti!

Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!

Daftar
Post Terkait Replies Tampilan Aktivitas
import word document in odoo 9
import documents
Avatar
Avatar
Avatar
3
Nov 16
5499
Issue with import and comma in Excel File (odoo 19)
import
Avatar
0
Sep 25
234
Importacion de Atributos y Valores
import
Avatar
Avatar
Avatar
2
Mei 25
2271
Import from Winbooks Diselesaikan
import
Avatar
Avatar
Avatar
Avatar
Avatar
4
Mei 25
6676
can i import journal entries from Excel
import
Avatar
Avatar
1
Agu 24
3448
Komunitas
  • Tutorial-tutorial
  • Dokumentasi
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Terjemahan
Layanan
  • Odoo.sh Hosting
  • Bantuan
  • Peningkatan
  • Custom Development
  • Pendidikan
  • Temukan Akuntan
  • Temukan Mitra
  • Menjadi Partner
Tentang Kami
  • Perusahaan kami
  • Aset Merek
  • Hubungi kami
  • Tugas
  • Acara
  • Podcast
  • Blog
  • Pelanggan
  • Hukum • Privasi
  • Keamanan
الْعَرَبيّة 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 adalah rangkaian aplikasi bisnis open source yang mencakup semua kebutuhan perusahaan Anda: CRM, eCommerce, akuntansi, inventaris, point of sale, manajemen project, dan seterusnya.

Mudah digunakan dan terintegrasi penuh pada saat yang sama adalah value proposition unik Odoo.

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