Skip to Content
Odoo Meniu
  • Autentificare
  • Try it free
  • Aplicații
    Finanțe
    • Contabilitate
    • Facturare
    • Cheltuieli
    • Spreadsheet (BI)
    • Documente
    • Semn
    Vânzări
    • CRM
    • Vânzări
    • POS Shop
    • POS Restaurant
    • Abonamente
    • Închiriere
    Site-uri web
    • Constructor de site-uri
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Lanț Aprovizionare
    • Inventar
    • Producție
    • PLM
    • Achiziție
    • Maintenance
    • Calitate
    Resurse Umane
    • Angajați
    • Recrutare
    • Time Off
    • Evaluări
    • Referințe
    • Flotă
    Marketing
    • Social Marketing
    • Marketing prin email
    • SMS Marketing
    • Evenimente
    • Automatizare marketing
    • Sondaje
    Servicii
    • Proiect
    • Foi de pontaj
    • Servicii de teren
    • Centru de asistență
    • Planificare
    • Programări
    Productivitate
    • Discuss
    • Aprobări
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Aplicații Terțe Odoo Studio Platforma Odoo Cloud
  • Industrii
    Retail
    • Book Store
    • Magazin de îmbrăcăminte
    • Magazin de Mobilă
    • Magazin alimentar
    • Magazin de materiale de construcții
    • Magazin de jucării
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Distribuitor de băuturi
    • Hotel
    Proprietate imobiliara
    • Real Estate Agency
    • Firmă de Arhitectură
    • Construcție
    • Estate Managament
    • Grădinărit
    • Asociația Proprietarilor de Proprietăți
    Consultanta
    • Firma de Contabilitate
    • Partener Odoo
    • Agenție de marketing
    • Law firm
    • Atragere de talente
    • Audit & Certification
    Producție
    • Textil
    • Metal
    • Mobilier
    • Mâncare
    • Brewery
    • Cadouri corporate
    Health & Fitness
    • Club Sportiv
    • Magazin de ochelari
    • Centru de Fitness
    • Wellness Practitioners
    • Farmacie
    • Salon de coafură
    Trades
    • Handyman
    • IT Hardware and Support
    • Asigurare socială de stat
    • Cizmar
    • Servicii de curățenie
    • HVAC Services
    Altele
    • Organizație nonprofit
    • Agenție de Mediu
    • Închiriere panouri publicitare
    • Fotografie
    • Închiriere biciclete
    • Asigurare socială
    Browse all Industries
  • Comunitate
    Învăță
    • Tutorials
    • Documentație
    • Certificări
    • Instruire
    • Blog
    • Podcast
    Empower Education
    • Program Educațional
    • Scale Up! Business Game
    • Visit Odoo
    Obține Software-ul
    • Descărcare
    • Compară Edițiile
    • Lansări
    Colaborați
    • Github
    • Forum
    • Evenimente
    • Translations
    • Devino Partener
    • Services for Partners
    • Înregistrează-ți Firma de Contabilitate
    Obține Servicii
    • Găsește un Partener
    • Găsiți un contabil
    • Meet an advisor
    • Servicii de Implementare
    • Referințe ale clienților
    • Suport
    • Actualizări
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obține un demo
  • Prețuri
  • Ajutor

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

  • CRM
  • e-Commerce
  • Contabilitate
  • Inventar
  • PoS
  • Proiect
  • MRP
All apps
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Suport

Go Live with OpenERP7

Abonare

Primiți o notificare când există activitate la acestă postare

Această întrebare a fost marcată
importdatabasev7live
1 Răspunde
4913 Vizualizări
Imagine profil
umer farooq

Hello, In our office we are ready to Go live with openerp7, Production server is created and openerp7 is installed now first thing to know database is completely fresh in Production Server,Now we have data of last 2 years which includes customers,vendors,suppliers and their invoices old data for e.g 20 customers 10 suppliers 100 invoices overall in "Excel Sheet" like all the necessary data for company to maintain accounts and history.Now I want all of them to be uploaded in Production Server Database(import export functionality or whatever is possible) and then we will start our new journey with Openerp7.

Help me in it. Thank You.

0
Imagine profil
Abandonează
Imagine profil
miguel alonso
Cel mai bun răspuns

From web client, you have a drop-down menu in the top of the form. There you have the options Import and Export, which can import data from or export data to CSV format files. I suggest you to create an "example" record (one customer, one vendor, etc), export this record to a CSV file and then open the file with Excel.

This is the fastest way I know to get the tables structure into Excel. There you can paste your Customer, Vendor, Suppliers, etc, list, save the file (which will be saved in CSV format) and finally import into OpenERP from web client.

Check if users can import data from CSV files in Configuration module. If not, check this option to TRUE.

Hope this could help. Regards

0
Imagine profil
Abandonează
umer farooq
Autor

Thanks Miguel Alonso for your response,I export 5,6 demo customers and I got the CSV file then I had a fresh database without any data prior in it and i tried to import CSV there and got this

umer farooq
Autor

No matching record found for external id '__export__.res_partner_45_199' in field 'Account Payable' between rows 2 and 3

miguel alonso

please check the financial fields. when creating "master" records (mainly customers, vendors items) the financial fields must be set up, because when the user post the first invoice, openERP will save the corresponding accounting journal automatically.

Ray Carnes

Fix this bug ( https://bugs.launchpad.net/openobject-server/+bug/1194893 ), then export again. It appears like the External ID OpenERP is generating is not valid because of this bug.

Ray Carnes

Patch this bug ( https://bugs.launchpad.net/openobject-server/+bug/1194893 ) and try a new export. You should get External ID's that actually match the accounts you have instead of the ones you are getting.

umer farooq
Autor

ray carnes thanks but I don't know how to patch it and what to do with it:s

Ray Carnes

You need to change the file openerp/osv/orm.py - there are three changes to make, based on what is shown when you click the line "Diff: 44 lines (+6/-5) 2 files modified". You don't have to worry about the changes to openerp/tests/addons/test_impex/tests/test_export.py. Once you have edited the files, restart the server. If you have used bzr to access the source code, you can download the changes as a DIFF file and use the command "bzr patch" to apply the changes.

Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Înscrie-te
Related Posts Răspunsuri Vizualizări Activitate
How to Restore Database from ancient server
import database v7
Imagine profil
Imagine profil
1
mar. 15
8422
How to select a different database on login screen Rezolvat
database v7
Imagine profil
4
iul. 24
33918
How to import multiple lines text fields with CSV ? Rezolvat
import v7
Imagine profil
Imagine profil
Imagine profil
Imagine profil
Imagine profil
5
sept. 25
24966
Database import and odoo start
import database
Imagine profil
Imagine profil
2
aug. 18
11236
How to import an existing chart of accounts?
import v7
Imagine profil
Imagine profil
2
iul. 16
13882
Comunitate
  • Tutorials
  • Documentație
  • Forum
Open Source
  • Descărcare
  • Github
  • Runbot
  • Translations
Servicii
  • Hosting Odoo.sh
  • Suport
  • Actualizare
  • Custom Developments
  • Educație
  • Găsiți un contabil
  • Găsește un Partener
  • Devino Partener
Despre Noi
  • Compania noastră
  • Active de marcă
  • Contactați-ne
  • Locuri de muncă
  • Evenimente
  • Podcast
  • Blog
  • Clienți
  • Aspecte juridice • Confidențialitate
  • Securitate
الْعَرَبيّة 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 este o suită de aplicații de afaceri open source care acoperă toate nevoile companiei dvs.: CRM, comerț electronic, contabilitate, inventar, punct de vânzare, management de proiect etc.

Propunerea de valoare unică a Odoo este să fie în același timp foarte ușor de utilizat și complet integrat.

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