Overslaan naar inhoud
Odoo Menu
  • Aanmelden
  • Probeer het gratis
  • Apps
    Financiën
    • Boekhouding
    • Facturatie
    • Onkosten
    • Spreadsheet (BI)
    • Documenten
    • Ondertekenen
    Verkoop
    • CRM
    • Verkoop
    • Kassasysteem winkel
    • Kassasysteem Restaurant
    • Abonnementen
    • Verhuur
    Websites
    • Websitebouwer
    • E-commerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Bevoorradingsketen
    • Voorraad
    • Productie
    • PLM
    • Inkoop
    • Onderhoud
    • Kwaliteit
    Personeelsbeheer
    • Werknemers
    • Werving & Selectie
    • Verlof
    • Evaluaties
    • Aanbevelingen
    • Wagenpark
    Marketing
    • Social media Marketing
    • E-mailmarketing
    • SMS Marketing
    • Evenementen
    • Marketingautomatisering
    • Enquêtes
    Diensten
    • Project
    • Urenstaten
    • Buitendienst
    • Helpdesk
    • Planning
    • Afspraken
    Productiviteit
    • Chat
    • Goedkeuringen
    • IoT
    • VoIP
    • Kennis
    • WhatsApp
    Apps van derden Odoo Studio Odoo Cloud Platform
  • Bedrijfstakken
    Detailhandel
    • Boekhandel
    • kledingwinkel
    • Meubelzaak
    • Supermarkt
    • Bouwmarkt
    • Speelgoedwinkel
    Food & Hospitality
    • Bar en Pub
    • Restaurant
    • Fastfood
    • Gastenverblijf
    • Drankenhandelaar
    • Hotel
    Vastgoed
    • Makelaarskantoor
    • Architectenbureau
    • Bouw
    • Vastgoedbeheer
    • Tuinieren
    • Vereniging van eigenaren
    Consulting
    • Accountantskantoor
    • Odoo Partner
    • Marketingbureau
    • Advocatenkantoor
    • Talentenwerving
    • Audit & Certificering
    Productie
    • Textiel
    • Metaal
    • Meubels
    • Eten
    • Brewery
    • Relatiegeschenken
    Gezondheid & Fitness
    • Sportclub
    • Opticien
    • Fitnesscentrum
    • Wellness-medewerkers
    • Apotheek
    • Kapper
    Trades
    • Klusjesman
    • IT-hardware & support
    • Zonne-energiesystemen
    • Schoenmaker
    • Schoonmaakdiensten
    • HVAC-diensten
    Andere
    • Non-profitorganisatie
    • Milieuagentschap
    • Verhuur van Billboards
    • Fotograaf
    • Fietsleasing
    • Softwareverkoper
    Browse all Industries
  • Community
    Leren
    • Tutorials
    • Documentatie
    • Certificeringen
    • Training
    • Blog
    • Podcast
    Versterk het onderwijs
    • Onderwijs- programma
    • Scale Up! Business Game
    • Bezoek Odoo
    Download de Software
    • Downloaden
    • Vergelijk edities
    • Releases
    Werk samen
    • Github
    • Forum
    • Evenementen
    • Vertalingen
    • Word een Partner
    • Services for Partners
    • Registreer je accountantskantoor
    Diensten
    • Vind een partner
    • Vind een boekhouder
    • Een adviseur ontmoeten
    • Implementatiediensten
    • Klantreferenties
    • Ondersteuning
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Vraag een demo aan
  • Prijzen
  • Help

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

  • CRM
  • e-Commerce
  • Boekhouding
  • Voorraad
  • PoS
  • Project
  • MRP
All apps
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Help

My customer external id conflicts with my product external id

Inschrijven

Ontvang een bericht wanneer er activiteit is op deze post

Deze vraag is gerapporteerd
contactsproductsimporting data from excel file
2 Antwoorden
2799 Weergaven
Avatar
Bruno S

Good morning,

I have odoo online.

I am in my data import phase.

I took my product list from an already existing application with the id corresponding to this application.

I imported my list of products including the id and therefore I imported as an external id.

Everything went well. I now want to import my customer base.

And I have the following message for some clients "when trying to create/update a record of model res.partner found record of different model product.template". 

My customer external id conflicts with my product external id.

For me the external ids are specific to each table, so why this conflict?

Thank you in advance for your response.

Excellent day.

0
Avatar
Annuleer
Avatar
Thuy Ngoc
Beste antwoord

Hi  SCOCARD Bruno,

Odoo only uses one table to manage external ids, so if you want to create new records, please do not fill in the value in the external id column so that Odoo can generate the external id itself. Filling in the external id is only really useful in the case of updating data for existing records.

1
Avatar
Annuleer
Avatar
Bruno S
Auteur Beste antwoord

Hi Thuy Ngoc,

Thank you very much for this response.

But in this case, how can I import orders for example and relate them to the products and customers already imported?


So I created an external id like this based on the original software ids:

- for a customer with the original id 370, in external id, I put contact_370 which ultimately gives __import__.contact_370

- for a product with the original id 370, in external id, I put product_370 which ultimately gives __import__.product_370

-For an order with the original id 370, in external id, I put order_370 which ultimately gives __import__.order_370

So I have no conflict and I thought I would keep the relationships between each element.


Regards

0
Avatar
Annuleer
Thuy Ngoc

Hi SCOCARD Bruno,

This case is a bit strange. Can you take a photo or video describing the steps you took to import?

Bruno S
Auteur

I am referring to the Odoo documentation.

https://www.odoo.com/documentation/16.0/applications/general/export_import_data.html

What’s the difference between Database ID and External ID?

Thuy Ngoc

Regarding this difference, Odoo explains right in the article at the link above in paragraph:
"For the country Belgium, you can use one of these 3 ways to import:

Country: Belgium

Country/Database ID: 21

Country/External ID: base.be"

To reproduce your case more specifically, can you create a few google sheets to fill in some lines of data that you use to import?

Bruno S
Auteur

Hi Thuy Ngoc,
After a few days of reflection, we decided not to go any further with the import. This is to be able to make maximum use of Odoo’s possibilities.
So with the product and customer databases imported, all the subscription documents etc. we will recreate them.
So thank you for your help.
Regards

Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!

Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!

Aanmelden
Gerelateerde posts Antwoorden Weergaven Activiteit
Importing multiple Products via csv
products importing data from excel file
Avatar
Avatar
Avatar
3
apr. 22
3388
how to import customer contacts odoo 10.0
contacts importing data from excel file
Avatar
Avatar
1
feb. 17
14805
Common Product Catalogue and Contact for multi company in Odoo 13 Opgelost
contacts multicompany products Odoo13.0
Avatar
Avatar
1
dec. 19
5999
importing contacts. Getting blocking error: Contacts require a name at multiple rows
contacts
Avatar
Avatar
Avatar
2
okt. 25
907
Blocking Errors
contacts
Avatar
Avatar
1
okt. 25
734
Community
  • Tutorials
  • Documentatie
  • Forum
Open Source
  • Downloaden
  • Github
  • Runbot
  • Vertalingen
Diensten
  • Odoo.sh Hosting
  • Ondersteuning
  • Upgrade
  • Gepersonaliseerde ontwikkelingen
  • Onderwijs
  • Vind een boekhouder
  • Vind een partner
  • Word een Partner
Over ons
  • Ons bedrijf
  • Merkelementen
  • Neem contact met ons op
  • Vacatures
  • Evenementen
  • Podcast
  • Blog
  • Klanten
  • Juridisch • Privacy
  • Beveiliging
الْعَرَبيّة 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 is een suite van open source zakelijke apps die aan al je bedrijfsbehoeften voldoet: CRM, E-commerce, boekhouding, inventaris, kassasysteem, projectbeheer, enz.

Odoo's unieke waardepropositie is om tegelijkertijd zeer gebruiksvriendelijk en volledig geïntegreerd te zijn.

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