Ir al contenido
Odoo Menú
  • Identificarse
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • TPV para tiendas
    • TPV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en directo
    • eLearning
    Cadena de suministro
    • Inventario
    • Fabricación
    • PLM
    • Compra
    • Mantenimiento
    • Calidad
    Recursos Humanos
    • Empleados
    • Reclutamiento
    • Ausencias
    • Evaluación
    • Referencias
    • Flota
    Marketing
    • Marketing social
    • Marketing por correo electrónico
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyecto
    • Partes de horas
    • Servicio de campo
    • Servicio de asistencia
    • Planificación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Información
    • WhatsApp
    Aplicaciones de terceros Studio de Odoo Plataforma de Odoo Cloud
  • Industrias
    Comercio al por menor
    • Librería
    • Tienda de ropa
    • Tienda de muebles
    • Tienda de ultramarinos
    • Ferretería
    • Juguetería
    Alimentación y hostelería
    • Bar y taberna
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidor de bebidas
    • Hotel
    Inmueble
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión inmobiliaria
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Empresa contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Fabricación
    • Textil
    • Metal
    • Muebles
    • Alimentos
    • Brewery
    • Regalos de empresas
    Salud y bienestar
    • Club deportivo
    • Óptica
    • Gimnasio
    • Terapeutas
    • Farmacia
    • Peluquería
    Oficios
    • Handyman
    • Hardware y asistencia informática
    • Sistemas de energía solar
    • Zapatero
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin ánimo de lucro
    • Agencia de protección del medio ambiente
    • Alquiler de paneles publicitarios
    • Estudio fotográfico
    • Alquiler de bicicletas
    • Distribuidor de software
    Browse all Industries
  • Comunidad
    Aprender
    • Tutoriales
    • Documentación
    • Certificaciones
    • Formación
    • Blog
    • Podcast
    Potenciar la educación
    • Programa de formación
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtener el software
    • Descargar
    • Comparar ediciones
    • Versiones
    Colaborar
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Convertirse en partner
    • Services for Partners
    • Registrar tu empresa contable
    Obtener servicios
    • Encontrar un partner
    • Encontrar un asesor fiscal
    • Contacta con un experto
    • Servicios de implementación
    • Referencias de clientes
    • Ayuda
    • Actualizaciones
    GitHub YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicitar una demostración
  • Precios
  • Ayuda

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

  • CRM
  • e-Commerce
  • Contabilidad
  • Inventario
  • PoS
  • Proyecto
  • MRP
All apps
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Ayuda

Odoo 18: import documents and contacts and link them

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
importdocuments
2 Respuestas
2647 Vistas
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
Descartar
Avatar
Christoph Farnleitner
Mejor respuesta

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
Descartar
Avatar
jacks wills
Mejor respuesta

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

0
Avatar
Descartar
¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Inscribirse
Publicaciones relacionadas Respuestas Vistas Actividad
import word document in odoo 9
import documents
Avatar
Avatar
Avatar
3
nov 16
5468
Issue with import and comma in Excel File (odoo 19)
import
Avatar
0
sept 25
234
Importacion de Atributos y Valores
import
Avatar
Avatar
Avatar
2
may 25
2254
Import from Winbooks Resuelto
import
Avatar
Avatar
Avatar
Avatar
Avatar
4
may 25
6619
can i import journal entries from Excel
import
Avatar
Avatar
1
ago 24
3409
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento Odoo.sh
  • Ayuda
  • Actualizar
  • Desarrollos personalizados
  • Educación
  • Encontrar un asesor fiscal
  • Encontrar un partner
  • Convertirse en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contacta con nosotros
  • Puestos de trabajo
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Información legal • Privacidad
  • Seguridad
الْعَرَبيّة 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 es un conjunto de aplicaciones de código abierto que cubren todas las necesidades de tu empresa: CRM, comercio electrónico, contabilidad, inventario, punto de venta, gestión de proyectos, etc.

La propuesta única de valor de Odoo es ser muy fácil de usar y totalmente integrado.

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