Přejít na obsah
Odoo Menu
  • Přihlásit se
  • Vyzkoušejte zdarma
  • Aplikace
    Finance
    • Účetnictví
    • Fakturace
    • Výdaje
    • Spreadsheet (BI)
    • Dokumenty
    • Podpisy
    Prodej
    • CRM
    • Prodej
    • POS Obchod
    • POS Restaurace
    • Předplatné
    • Pronájem
    Webové stránky
    • Webové stránky
    • E-shop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Dodavatelský řetězec
    • Sklad
    • Výroba
    • PLM
    • Nákup
    • Údržba
    • Kvalita
    Lidské zdroje
    • Zaměstnanci
    • Nábor
    • Volno
    • Hodnocení zaměstnanců
    • Doporučení
    • Vozový park
    Marketing
    • Marketing sociálních sítí
    • Emailový marketing
    • SMS Marketing
    • Události
    • Marketingová automatizace
    • Dotazníky
    Služby
    • Projekt
    • Časové výkazy
    • Práce v terénu
    • Helpdesk
    • Plánování
    • Schůzky
    Produktivita
    • Diskuze
    • Schvalování
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Aplikace třetích stran Odoo Studio Odoo cloudová platforma
  • Branže
    Maloobchod
    • Knihkupectví
    • Obchod s oblečením
    • Obchod s nábytkem
    • Potraviny
    • Obchod s hardwarem
    • Hračkářství
    Jídlo a pohostinství
    • Bar a Pub
    • Restaurace
    • Fast Food
    • Penzion
    • Distributor nápojů
    • Hotel
    Nemovitost
    • Realitní kancelář
    • Architektonická firma
    • Stavba
    • Správa nemovitostí
    • Zahradnictví
    • Asociace vlastníků nemovitosti
    Poradenství
    • Účetní firma
    • Odoo Partner
    • Marketingová agentura
    • Právník
    • Akvizice talentů
    • Audit a certifikace
    Výroba
    • Textil
    • Kov
    • Nábytek
    • Jídlo
    • Pivovar
    • Korporátní dárky
    Zdraví a fitness
    • Sportovní klub
    • Prodejna brýli
    • Fitness Centrum
    • Wellness praktikové
    • Lékárna
    • Kadeřnictví
    Transakce
    • Údržbář
    • Podpora IT & hardware
    • Systémy solární energie
    • Výrobce obuvi
    • Úklidové služby
    • Služby HVAC
    Ostatní
    • Nezisková organizace
    • Agentura pro životní prostředí
    • Pronájem billboardů
    • Fotografování
    • Leasing jízdních kol
    • Prodejce softwaru
    Procházet všechna odvětví
  • Komunita
    Edukační program
    • Tutoriály
    • Dokumentace
    • Certifikace
    • Vzdělávání
    • Blog
    • Podcast
    Podpora vzdělávání
    • Vzdělávací program
    • Scale Up! Hra na firmu
    • Navštivte Odoo
    Získat software
    • Stáhnout
    • Porovnejte edice
    • Verze
    Spolupráce
    • Github
    • Fórum
    • Události
    • Překlady
    • Stát se partnerem
    • Služby pro partnery
    • Registrujte svou účetní firmu
    Získat služby
    • Najít partnera
    • Najít účetní
    • Setkejte se s poradcem
    • Implementační služby
    • Zákaznické reference
    • Podpora
    • Upgrady
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dohodnout demo
  • Ceník
  • Pomoc

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

  • CRM
  • e-Commerce
  • Účetnictví
  • Sklad
  • PoS
  • Projekty
  • MRP
All apps
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
Pomoc

Odoo 18: import documents and contacts and link them

Odebírat

Get notified when there's activity on this post

This question has been flagged
importdocuments
2 Odpovědi
2692 Zobrazení
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
Zrušit
Avatar
Christoph Farnleitner
Nejlepší odpověď

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
Zrušit
Avatar
jacks wills
Nejlepší odpověď

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

0
Avatar
Zrušit
Enjoying the discussion? Don't just read, join in!

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

Přihlásit se
Related Posts Odpovědi Zobrazení Aktivita
import word document in odoo 9
import documents
Avatar
Avatar
Avatar
3
lis 16
5486
Issue with import and comma in Excel File (odoo 19)
import
Avatar
0
zář 25
234
Importacion de Atributos y Valores
import
Avatar
Avatar
Avatar
2
kvě 25
2266
Import from Winbooks Vyřešeno
import
Avatar
Avatar
Avatar
Avatar
Avatar
4
kvě 25
6662
can i import journal entries from Excel
import
Avatar
Avatar
1
srp 24
3436
Komunita
  • Tutoriály
  • Dokumentace
  • Fórum
Open Source
  • Stáhnout
  • Github
  • Runbot
  • Překlady
Služby
  • Odoo.sh hostování
  • Podpora
  • Upgrade
  • Nestandardní vývoj
  • Edukační program
  • Najít účetní
  • Najít partnera
  • Stát se partnerem
O nás
  • Naše společnost
  • Podklady značky
  • Kontakujte nás
  • Práce
  • Události
  • Podcast
  • Blog
  • Zákazníci
  • Právní dokumenty • Soukromí
  • Zabezpečení
الْعَرَبيّة 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 je balíček open-source aplikací, které pokrývají všechny potřeby vaší společnosti: CRM, e-shop, účetnictví, sklady, kasy, projektové řízení a další.

Unikátní nabídka od Odoo poskytuje velmi jednoduché uživatelské rozhraní a vše je integrované na jednom místě.

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