Se rendre au contenu
Odoo Menu
  • Se connecter
  • Essai gratuit
  • Applications
    Finance
    • Comptabilité
    • Facturation
    • Notes de frais
    • Feuilles de calcul (BI)
    • Documents
    • Signature
    Ventes
    • CRM
    • Ventes
    • PdV Boutique
    • PdV Restaurant
    • Abonnements
    • Location
    Sites web
    • Site Web
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Chaîne d'approvisionnement
    • Inventaire
    • Fabrication
    • PLM
    • Achats
    • Maintenance
    • Qualité
    Ressources Humaines
    • Employés
    • Recrutement
    • Congés
    • Évaluations
    • Recommandations
    • Parc automobile
    Marketing
    • Marketing Social
    • E-mail Marketing
    • SMS Marketing
    • Événements
    • Marketing Automation
    • Sondages
    Services
    • Projet
    • Feuilles de temps
    • Services sur Site
    • Assistance
    • Planification
    • Rendez-vous
    Productivité
    • Discussion
    • Validations
    • Internet des Objets
    • VoIP
    • Connaissances
    • WhatsApp
    Applications tierces Odoo Studio Plateforme Cloud d'Odoo
  • Industries
    Commerce de détail
    • Librairie
    • Magasin de vêtements
    • Magasin de meubles
    • Épicerie
    • Quincaillerie
    • Magasin de jouets
    Food & Hospitality
    • Bar et Pub
    • Restaurant
    • Fast-food
    • Maison d’hôtes
    • Distributeur de boissons
    • Hôtel
    Immobilier
    • Agence immobilière
    • Cabinet d'architecture
    • Construction
    • Gestion immobilière
    • Jardinage
    • Association de copropriétaires
    Consultance
    • Cabinet d'expertise comptable
    • Partenaire Odoo
    • Agence Marketing
    • Cabinet d'avocats
    • Aquisition de talents
    • Audit & Certification
    Fabrication
    • Textile
    • Métal
    • Meubles
    • Alimentation
    • Brewery
    • Cadeaux d'entreprise
    Santé & Fitness
    • Club de sports
    • Opticien
    • Salle de fitness
    • Praticiens bien-être
    • Pharmacie
    • Salon de coiffure
    Trades
    • Bricoleur
    • Matériel informatique et support
    • Systèmes photovoltaïques
    • Cordonnier
    • Services de nettoyage
    • Services CVC
    Autres
    • Organisation à but non lucratif
    • Agence environnementale
    • Location de panneaux d'affichage
    • Photographie
    • Leasing de vélos
    • Revendeur de logiciel
    Browse all Industries
  • Communauté
    Apprenez
    • Tutoriels
    • Documentation
    • Certifications
    • Formation
    • Blog
    • Podcast
    Renforcer l'éducation
    • Programme éducatif
    • Business Game Scale-Up!
    • Rendez-nous visite
    Obtenir le logiciel
    • Téléchargement
    • Comparez les éditions
    • Versions
    Collaborer
    • Github
    • Forum
    • Événements
    • Traductions
    • Devenez partenaire
    • Services for Partners
    • Enregistrer votre cabinet comptable
    Nos Services
    • Trouver un partenaire
    • Trouver un comptable
    • Rencontrer un conseiller
    • Services de mise en œuvre
    • Références clients
    • Assistance
    • Mises à niveau
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obtenir une démonstration
  • Tarification
  • Aide

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

  • CRM
  • e-Commerce
  • Comptabilité
  • Inventaire
  • PoS
  • Projet
  • MRP
All apps
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Aide

Mapping imported data

S'inscrire

Recevez une notification lorsqu'il y a de l'activité sur ce poste

Cette question a été signalée
importvaluesv7
2 Réponses
16067 Vues
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
Ignorer
Avatar
Cameron
Auteur Meilleure réponse

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
Ignorer
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
Meilleure réponse

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

0
Avatar
Ignorer
Cameron
Auteur

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

Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !

Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !

S'inscrire
Publications associées Réponses Vues Activité
How to import multiple lines text fields with CSV ? Résolu
import v7
Avatar
Avatar
Avatar
Avatar
Avatar
5
sept. 25
24757
How to import an existing chart of accounts?
import v7
Avatar
Avatar
2
juil. 16
13815
Current record in massive import
import v7
Avatar
Avatar
1
mars 15
5279
What is the best method to upload a large quantity of records?
import v7
Avatar
Avatar
Avatar
Avatar
3
mars 15
9884
Import Invoices while maintaining date
invoice import v7
Avatar
0
oct. 25
3988
Communauté
  • Tutoriels
  • Documentation
  • Forum
Open Source
  • Téléchargement
  • Github
  • Runbot
  • Traductions
Services
  • Hébergement Odoo.sh
  • Assistance
  • Migration
  • Développements personnalisés
  • Éducation
  • Trouver un comptable
  • Trouver un partenaire
  • Devenez partenaire
À propos
  • Notre société
  • Actifs de la marque
  • Contactez-nous
  • Emplois
  • Événements
  • Podcast
  • Blog
  • Clients
  • Informations légales • Confidentialité
  • Sécurité.
الْعَرَبيّة 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 est une suite d'applications open source couvrant tous les besoins de votre entreprise : CRM, eCommerce, Comptabilité, Inventaire, Point de Vente, Gestion de Projet, etc.

Le positionnement unique d'Odoo est d'être à la fois très facile à utiliser et totalement intégré.

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