Skip to Content
Odoo Menu
  • Log ind
  • Prøv gratis
  • Apps
    Økonomi
    • Bogføring
    • Fakturering
    • Udgifter
    • Regneark (BI)
    • Dokumenter
    • e-Signatur
    Salg
    • CRM
    • Salg
    • POS Butik
    • POS Restaurant
    • Abonnementer
    • Udlejning
    Hjemmeside
    • Hjemmesidebygger
    • e-Handel
    • Blog
    • Forum
    • LiveChat
    • e-Læring
    Forsyningskæde
    • Lagerbeholdning
    • Produktion
    • PLM
    • Indkøb
    • Vedligeholdelse
    • Kvalitet
    HR
    • Medarbejdere
    • Rekruttering
    • Fravær
    • Medarbejdersamtaler
    • Anbefalinger
    • Flåde
    Marketing
    • Markedsføring på sociale medier
    • E-mailmarketing
    • SMS-marketing
    • Arrangementer
    • Automatiseret marketing
    • Spørgeundersøgelser
    Tjenester
    • Projekt
    • Timesedler
    • Udkørende Service
    • Kundeservice
    • Planlægning
    • Aftaler
    Produktivitet
    • Dialog
    • Godkendelser
    • IoT
    • VoIP
    • Vidensdeling
    • WhatsApp
    Tredjepartsapps Odoo Studio Odoo Cloud-platform
  • Brancher
    Detailhandel
    • Boghandel
    • Tøjforretning
    • Møbelforretning
    • Dagligvarebutik
    • Byggemarked
    • Legetøjsforretning
    Mad og værtsskab
    • Bar og pub
    • Restaurant
    • Fastfood
    • Gæstehus
    • Drikkevareforhandler
    • Hotel
    Ejendom
    • Ejendomsmægler
    • Arkitektfirma
    • Byggeri
    • Ejendomsadministration
    • Havearbejde
    • Boligejerforening
    Rådgivning
    • Regnskabsfirma
    • Odoo-partner
    • Marketingbureau
    • Advokatfirma
    • Rekruttering
    • Audit & certificering
    Produktion
    • Tekstil
    • Metal
    • Møbler
    • Fødevareproduktion
    • Bryggeri
    • Firmagave
    Heldbred & Fitness
    • Sportsklub
    • Optiker
    • Fitnesscenter
    • Kosmetolog
    • Apotek
    • Frisør
    Håndværk
    • Handyman
    • IT-hardware og support
    • Solenergisystemer
    • Skomager
    • Rengøringsservicer
    • VVS- og ventilationsservice
    Andet
    • Nonprofitorganisation
    • Miljøagentur
    • Udlejning af billboards
    • Fotografi
    • Cykeludlejning
    • Softwareforhandler
    Gennemse alle brancher
  • Community
    Få mere at vide
    • Tutorials
    • Dokumentation
    • Certificeringer
    • Oplæring
    • Blog
    • Podcast
    Bliv klogere
    • Udannelselsesprogram
    • Scale Up!-virksomhedsspillet
    • Besøg Odoo
    Få softwaren
    • Download
    • Sammenlign versioner
    • Udgaver
    Samarbejde
    • Github
    • Forum
    • Arrangementer
    • Oversættelser
    • Bliv partner
    • Tjenester til partnere
    • Registrér dit regnskabsfirma
    Modtag tjenester
    • Find en partner
    • Find en bogholder
    • Kontakt en rådgiver
    • Implementeringstjenester
    • Kundereferencer
    • Support
    • Opgraderinger
    Github Youtube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Få en demo
  • Prissætning
  • Hjælp

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

  • CRM
  • e-Commerce
  • Bogføring
  • Lager
  • PoS
  • Projekt
  • MRP
All apps
Du skal være registreret for at interagere med fællesskabet.
All Posts People Emblemer
Tags (View all)
odoo accounting v14 pos v15
Om dette forum
Du skal være registreret for at interagere med fællesskabet.
All Posts People Emblemer
Tags (View all)
odoo accounting v14 pos v15
Om dette forum
Hjælp

What format of EDI file require for Import/Export ?

Tilmeld

Få besked, når der er aktivitet på dette indlæg

Dette spørgsmål er blevet anmeldt
addonsedi
3 Besvarelser
21889 Visninger
Avatar
Zahin

Hello,

I want to import some of data/records from other business solution to OpenERP Via EDI.

Now I not found such pretty simple documentation for OpenERP EDI, where all steps are well written for Importing data to OpenERP via EDI

OR

Exporting data from OpenERP to EDI.

If someone expert or know EDI then Please share inputs.

1
Avatar
Kassér
Avatar
AJ Schrafel Paper Corp
Bedste svar

EDI in openERP means you can attach files to items in the database. Like attach an image of your suppliers acknowledgement to your PO in openERP.

It is not Electronic data interchange (EDI) https://en.wikipedia.org/wiki/Electronic_data_interchange

There might be a custom module out there for real EDI, but i don't know where to look.

If you want to import/export data to/from openERP you would be best served putting the data into a CSV

1
Avatar
Kassér
Avatar
Ray Carnes
Bedste svar

The module is called EDI. - "Provides a common EDI platform that other Applications can use. OpenERP specifies a generic EDI format for exchanging business documents between different systems, and provides generic mechanisms to import and export them."

http://bazaar.launchpad.net/~openerp/openobject-addons/7.0/files/head:/edi/

It was working differently at 6.1 - some EDI features were replaced by the improved 7.0 portal.

For background, check out https://doc.openerp.com/6.1/it/book/3/3_6/invoice_payment/

I haven't checked out how it works at version 7.0, but from the release notes:

The EDI mechanism is mobilized when a user shares an OpenERP object (e.g. a sales quotation) with a customer. The mail message is the vehicle used to transmit the EDI file; a file that is signed with an auto generated key pair. The mail contains the link towards the object, allowing the customer to directly view that object in the originating OpenERP system.

Furthermore, the mail contains the JSON attachment, which permits the importation of the data into the target system. OpenERP 7.0 automatically adds the instructions explaining how to import the document.

Typically, the customer can click on the link to visualise the data in a form view. An accompanying EDI panel provides options to either import the EDI message using the URL or get the JSON data to perform a manual import.

Alternatively, the customer can proceed by forwarding the message to the generic email address of his OpenERP instance. When the latter receives the EDI message and accepts the authentication information of the originating instance, the file will be imported. When authentication fails, the EDI message is held in a queue, ready for the authorized administrator to either reject the message, accept it once or to approve it. In the last scenario, the key and the originating OpenERP instance identity will be stored in the receiving database, thus enabling automatic acceptance of future EDI message from that source.

According to OpenERP, "It is planned in 7.1 to provide a new EDI export system via email notification and attaching JSON EDI blobs to outgoing emails."

1
Avatar
Kassér
Zahin
Forfatter

Not sufficient, OpenERP 6.0 EDI just a big jock, where as for OpenERP 7.0 EDI just small fun. Nothing work well, Does not seem good feature to auto/manual import EDI from other ERP. Does not manage different kind of EDI Versions. Famous version of EDI till does not support.

EDI with OpenERP Just Good Jock. Rather they doing fake advertisement of their feature, build right document for community and other people.

Official OpenERP does not maintain quality.

Nehal

how to do it with version 7? I want to import invoice as supplier invoice.

Zahin
Forfatter

@Nehal, OpenERP only support json edi documents so if you have different version of EDI then it seems not work.

Nehal

have you find any work around to do the same? as I am using version 7 of EDI.

Avatar
Jesper Carstensen
Bedste svar

Hi. If you need real EDI (EDIFACT, X12, TRADACOM and others) to and from Odoo you can contact easyEDI. They have an App for Odoo that works with a SaaS. No knowledge about EDI required. Works with any business partner. Have a look here: http://easyedi.dk/solutions/easyedi-for-odoo/ 

Best regards
Jesper

0
Avatar
Kassér
Enjoying the discussion? Don't just read, join in!

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

Tilmeld dig
Related Posts Besvarelser Visninger Aktivitet
Odoo isn't seeing an add-on that I downloaded and placed in the addons folder Løst
addons
Avatar
Avatar
Avatar
Avatar
Avatar
5
okt. 25
2392
ADD ON FINANCIAL MODULE/FISCALE ACCOUNTING FOR ODOO 18 COMMUNITY
addons
Avatar
Avatar
Avatar
2
aug. 25
1758
Are there any solutions/modules for EDI (electronic data interchange) that Odoo 11.0 (Community) support? Løst
edi
Avatar
Avatar
Avatar
2
jun. 25
7523
Uploaded Addons don't appear when Updating Addons List
addons
Avatar
Avatar
1
dec. 23
4426
Odoo 16 package requires python-requests in one version, but the TicketBAI addon requires python-requests in another version
addons
Avatar
0
sep. 23
4307
Community
  • Tutorials
  • Dokumentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Oversættelser
Tjenester
  • Odoo.sh-hosting
  • Support
  • Opgradere
  • Individuelt tilpasset udvikling
  • Uddannelse
  • Find en bogholder
  • Find en partner
  • Bliv partner
Om os
  • Vores virksomhed
  • Brandaktiver
  • Kontakt os
  • Stillinger
  • Arrangementer
  • Podcast
  • Blog
  • Kunder
  • Juridiske dokumenter • Privatlivspolitik
  • Sikkerhedspolitik
الْعَرَبيّة 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 er en samling open source-forretningsapps, der dækker alle dine virksomhedsbehov – lige fra CRM, e-handel og bogføring til lagerstyring, POS, projektledelse og meget mere.

Det unikke ved Odoo er, at systemet både er brugervenligt og fuldt integreret.

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