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

Mapping imported data

Iscriviti

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

La domanda è stata contrassegnata
importvaluesv7
2 Risposte
16076 Visualizzazioni
Avatar
Cameron

In the past I have managed to import data, but I find it very hit and miss when it come to mapping the data to the correct place.

eg when manually creating a supplier "purchase receipt" openerp Form asks for the following info.. Supplier, Bill Date, Memo, Due Date, Ref#, Journal, Company, Account, Description, Amount, Tax.

So I create a csv file using these headings, only to find when I try to import the only one Openerp recognises only some of the headings.

Openerp states " you should use the unique identifier from the original application and map it to the ID column in OpenERP"

I've looked in the database, and starting to think its a bit of a mishmash between db column name and the comment!

I can guess some, but how do I know?

Any pointers please.

0
Avatar
Abbandona
Avatar
Cameron
Autore Risposta migliore

After a lot of messing I think I've cracked it!

Based on a import of a "Supplier Purchase Receipt"

From countless tests, doing exports of existing data, looking through the database and a bit of jigury pokery, I came up with the following table which shows how names and values can change, and hence my confusion over the values to use.

image description

As you can see the the export method is almost there, but not quiet, plus a bit of guesswork knowledge of knowing to include the "account_id" and "type".

I found having to export the data, interpret it tedious. So...

My preferred way of mapping the data is to "activate the developer mode" then "create a new form" then by "mousing over" each field you are told the "Field" name, which is the correct import name to use! The lines are a bit more difficult - first obtain the field name (eg line_dr_ids) then select "add an item" then obtain the rest of the field (eg account_id) then join them together to give your name (eg line_dr_ids/account_id). You still need a bit of psychic wisdom to know to include "account_id" and "type", by "vaildating" the imported csv, OpenERP will guide you through this! I included "tax_amount" because it easy to include and it help a bit with validating the purchase receipt later.

Hope this helps you out and saves you some time! if so give me a "vote"!

4
Avatar
Abbandona
Martin

A little bit of additional advice : "Trust The Magic!" I have found that the ORM is pretty darn good at correctly identifying a related record from the data I supply. I created a group and passed in some users by Name. Then I tried passing in users by Login without changing the column title. It figured it out anyway!

Avatar
Bonnet Denis
Risposta migliore

Export the fields you want to import and rename your headings.

0
Avatar
Abbandona
Cameron
Autore

Many thanks Denis, although certainly along the correct line, it didnt give me the exact information I was after - please see my answer.

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à
How to import multiple lines text fields with CSV ? Risolto
import v7
Avatar
Avatar
Avatar
Avatar
Avatar
5
set 25
24766
How to import an existing chart of accounts?
import v7
Avatar
Avatar
2
lug 16
13823
Current record in massive import
import v7
Avatar
Avatar
1
mar 15
5282
What is the best method to upload a large quantity of records?
import v7
Avatar
Avatar
Avatar
Avatar
3
mar 15
9888
Import Invoices while maintaining date
invoice import v7
Avatar
0
ott 25
3998
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