Passa al contenuto
Odoo Menu
  • Accedi
  • Provalo gratis
  • App
    Finanze
    • Contabilità
    • Fatturazione
    • Note spese
    • Fogli di calcolo (BI)
    • Documenti
    • Firma
    Vendite
    • CRM
    • Vendite
    • Punto vendita Negozio
    • Punto vendita Ristorante
    • Abbonamenti
    • Noleggi
    Siti web
    • Configuratore sito web
    • E-commerce
    • Blog
    • Forum
    • Live chat
    • E-learning
    Supply chain
    • Magazzino
    • Produzione
    • PLM
    • Acquisti
    • Manutenzione
    • Qualità
    Risorse umane
    • Dipendenti
    • Assunzioni
    • Ferie
    • Valutazioni
    • Referral dipendenti
    • Parco veicoli
    Marketing
    • Social marketing
    • E-mail marketing
    • SMS marketing
    • Eventi
    • Marketing automation
    • Sondaggi
    Servizi
    • Progetti
    • Fogli ore
    • Assistenza sul campo
    • Helpdesk
    • Pianificazione
    • Appuntamenti
    Produttività
    • Comunicazioni
    • Approvazioni
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    App di terze parti Odoo Studio Piattaforma cloud Odoo
  • Settori
    Retail
    • Libreria
    • Negozio di abbigliamento
    • Negozio di arredamento
    • Alimentari
    • Ferramenta
    • Negozio di giocattoli
    Cibo e ospitalità
    • Bar e pub
    • Ristorante
    • Fast food
    • Pensione
    • Grossista di bevande
    • Hotel
    Agenzia immobiliare
    • Agenzia immobiliare
    • Studio di architettura
    • Edilizia
    • Gestione immobiliare
    • Impresa di giardinaggio
    • Associazione di proprietari immobiliari
    Consulenza
    • Società di contabilità
    • Partner Odoo
    • Agenzia di marketing
    • Studio legale
    • Selezione del personale
    • Audit e certificazione
    Produzione
    • Tessile
    • Metallo
    • Arredamenti
    • Alimentare
    • Birrificio
    • Ditta di regalistica aziendale
    Benessere e sport
    • Club sportivo
    • Negozio di ottica
    • Centro fitness
    • Centro benessere
    • Farmacia
    • Parrucchiere
    Commercio
    • Tuttofare
    • Hardware e assistenza IT
    • Ditta di installazione di pannelli solari
    • Calzolaio
    • Servizi di pulizia
    • Servizi di climatizzazione
    Altro
    • Organizzazione non profit
    • Ente per la tutela ambientale
    • Agenzia di cartellonistica pubblicitaria
    • Studio fotografico
    • Punto noleggio di biciclette
    • Rivenditore di software
    Carica tutti i settori
  • Community
    Apprendimento
    • Tutorial
    • Documentazione
    • Certificazioni 
    • Formazione
    • Blog
    • Podcast
    Potenzia la tua formazione
    • Programma educativo
    • Scale Up! Business Game
    • Visita Odoo
    Ottieni il software
    • Scarica
    • Versioni a confronto
    • Note di versione
    Collabora
    • Github
    • Forum
    • Eventi
    • Traduzioni
    • Diventa nostro partner
    • Servizi per partner
    • Registra la tua società di contabilità
    Ottieni servizi
    • Trova un partner
    • Trova un contabile
    • Incontra un esperto
    • Servizi di implementazione
    • Testimonianze dei clienti
    • Supporto
    • Aggiornamenti
    GitHub Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Richiedi una demo
  • Prezzi
  • Aiuto

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

  • CRM
  • e-Commerce
  • Contabilità
  • Magazzino
  • PoS
  • Progetti
  • MRP
All apps
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
Assistenza

Import product and supplier using CSV

Iscriviti

Ricevi una notifica quando c'è un'attività per questo post

La domanda è stata contrassegnata
productimportcsvsupplier
5 Risposte
17919 Visualizzazioni
Avatar
Christoffer Bergkvist

I'm trying to import a list of products with the supplier (seller_ids/id)

But I don't know what to write in this column. When I export a list of products I get something like: __export__.product_supplierinfo_2 __export__.product_supplierinfo_1 in the supplier column.

I don't know what the __export__ part means either.

I think the relationship Product-Supplier is a One2Many so my guess is that I should enter some id of the supplier (not the name, or?).

Someone please help!

3
Avatar
Abbandona
Avatar
kaynis
Risposta migliore

I think the export is associated with ids generated by the system. If you enter a product name into OpenERP, the application generates a unique id so that each product is unique irrespective of name. You can generate your own id before importing to the database. With the suppliers for each product, you will need to specify some other fields which are the compulsory once before you can import. eg you make need to have a min quantity and cost of the product from the supplier. If you already have the suppliers and products in the application then you will need to export them to get the ids which you will use. If you don't already, then create your product ids eg a00001 to annn...n and your suppliers or customers ids eg aa00001 to aann...n and use this when importing the product with suppliers

3
Avatar
Abbandona
Mike Lindsay

couldn't fit my comment here, so had to put it as an answer.

Avatar
Mike Lindsay
Risposta migliore

Kaynis is correct, in my experience. I do a lot of importing/exporting with OpenERP. the __export__ id's are basically id's that everything else will refer to that record by. I usually create that column on my own and give it a reasonable name in my csv. That way all my future imports can relate to it easier. In the question above, I might name it something like supplier.agrolait just so I can import other related information (such as products) easier by referring to supplier.agrolait, rather than the archaic string it makes for you :) Word of caution, not all external.id's are able to be imported, so test, test, test first.

PS Sorry site was being slow, accidentally messed up my comments a little bit. One other thing worth noting, AFAIK, those external ID's are not created until you export whatever area your working in.

2
Avatar
Abbandona
Avatar
Risposta migliore

hello guys 

i cant find field (seller_ids/id)  while i am trying to upload products with suppliers (csv) !! could you help me 


1
Avatar
Abbandona
Avatar
Jacques-André Eberhard
Risposta migliore

You will find a sample file that we used at Open Net for import. Product exemple replace by xls.png The file come with a .png but it's an .xls file Download the file and replace the extension, and you are done.

OK, the file is in french... but you can understand it..

1
Avatar
Abbandona
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!

Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!

Registrati
Post correlati Risposte Visualizzazioni Attività
What should be used in "seller_ids" field to specify a given supplier while importing products? Is it possible to use the "external id"?
product import csv supplier
Avatar
Avatar
2
mag 15
7030
How to CSV-import products (product.templates) with a relation to their respective main suppliers in Odoo V8? Risolto
v8 product import csv supplier
Avatar
Avatar
2
mar 15
10257
Importing products and suppliers Risolto
product import supplier
Avatar
Avatar
Avatar
Avatar
4
dic 23
22619
error product import
product import csv
Avatar
Avatar
1
set 19
3709
Import suppliers with CSV do nothing - Validation OK
import csv supplier
Avatar
1
mar 15
5739
Community
  • Tutorial
  • Documentazione
  • Forum
Open source
  • Scarica
  • Github
  • Runbot
  • Traduzioni
Servizi
  • Hosting Odoo.sh
  • Supporto
  • Aggiornamenti
  • Sviluppi personalizzati
  • Formazione
  • Trova un contabile
  • Trova un partner
  • Diventa nostro partner
Chi siamo
  • La nostra azienda
  • Branding
  • Contattaci
  • Lavora con noi
  • Eventi
  • Podcast
  • Blog
  • Clienti
  • Note legali • Privacy
  • Sicurezza
الْعَرَبيّة 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 è un gestionale di applicazioni aziendali open source pensato per coprire tutte le esigenze della tua azienda: CRM, Vendite, E-commerce, Magazzino, Produzione, Fatturazione elettronica, Project Management e molto altro.

Il punto di forza di Odoo è quello di offrire un ecosistema unico di app facili da usare, intuitive e completamente integrate tra loro.

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