İçereği Atla
Odoo Menü
  • Portal
  • Ücretsiz deneyin
  • Uygulamalar
    Finans
    • Muhasebe
    • Faturalama
    • Masraf Yönetimi
    • Elektronik Çizelge (BI)
    • Belgeler
    • İmza
    Satış
    • Müşteri İlişkileri Yönetimi (CRM)
    • Satış
    • Satış Noktası Mağaza
    • Satış Noktası Restoran
    • Abonelikler
    • Kiralama
    Web Sitesi
    • Web Sitesi Oluşturucu
    • eTicaret
    • Blog
    • Forum
    • Canlı Sohbet
    • eÖğrenme
    Tedarik Zinciri
    • Envanter
    • Üretim
    • Ürün Yaşam Döngüsü Yönetimi
    • Satın Alma
    • Bakım
    • Kalite
    İnsan Kaynakları
    • Çalışanlar
    • İşe Alım
    • İzin
    • Değerlendirme
    • Referans
    • Filo Yönetimi
    Pazarlama
    • Sosyal Medyada Pazarlama
    • E-posta ile Pazarlama
    • SMS ile Pazarlama
    • Etkinlikler
    • Pazarlama Otomasyonu
    • Anket
    Hizmetler
    • Proje Yönetimi
    • Çalışma Çizelgeleri
    • Saha Hizmeti
    • Yardım Masası
    • Planlama
    • Randevular
    Verimlilik
    • Sohbet
    • Onay
    • Nesnelerin İnterneti
    • VoIP
    • Bilgi Bankası
    • WhatsApp
    Üçüncü taraf uygulamalar Odoo Stüdyo Odoo Bulut Platformu
  • Sektörler
    Perakende satış
    • Kitapçı
    • Giyim Mağazası
    • Mobilya Mağazası
    • Gıda Marketi
    • Hırdavat Dükkanı
    • Oyuncak Dükkanı
    Gıda ve Konaklama
    • Bar ve Pub
    • Restoran
    • Fast Food Restoranı
    • Konuk Evi
    • İçecek Distribütörü
    • Otel
    Gayrimenkul
    • Emlak Acentesi
    • Mimarlık Firması
    • İnşaat
    • Emlak Yönetimi
    • Bahçe Tasarımı
    • Mülk Sahipleri Derneği
    Uzmanlık
    • Muhasebe Firması
    • Odoo Partner
    • Pazarlama Ajansı
    • Hukuk Firması
    • Yetenek Kazanımı
    • Denetim ve Belgelendirme
    Üretim
    • Tekstil
    • Metal
    • Mobilyalar
    • Gıda
    • Bira fabrikası
    • Kurumsal Hediye
    Sağlık ve Spor
    • Spor Kulübü
    • Optik Mağazası
    • Fitness Merkezi
    • Sağlıklı Yaşam Merkezi
    • Eczane
    • Kuaför Salonu
    Ticaret
    • Tamirci
    • BT Donanım & Destek
    • Güneş Enerjisi Sistemleri
    • Ayakkabı İmalatçısı
    • Temizlik Hizmetleri
    • HVAC Hizmetleri
    Diğerleri
    • Kar Amacı Gütmeyen Kuruluş
    • Çevre Ajansı
    • Reklam Panosu Kiralama
    • Fotoğrafçılık
    • Bisiklet Kiralama
    • Yazılım Bayisi
    Tüm Sektörlere Göz Atın
  • Topluluk
    Öğrenim
    • Eğitim Araçları
    • Dokümantasyon
    • Sertifikasyonlar
    • Eğitim Etkinlikleri
    • Blog
    • Podcast
    Eğitim ve Gelişim
    • Eğitim Programı
    • Scale Up! İşletme Oyunu
    • Odoo'yu Ziyaret Edin
    Yazılım
    • İndirin
    • Sürümleri Kıyaslayın
    • Sürümler
    İş Birliği
    • Github
    • Forum
    • Etkinlikler
    • Çeviriler
    • Partner Olun
    • Partnerler için Hizmetler
    • Muhasebe Firmanızı Kaydettirin
    Hizmetler
    • Partner Bulun
    • Muhasebeci Bulun
    • Bir danışmanla görüşün
    • Kurulum Hizmetleri
    • Müşteri Referansları
    • Destek
    • Sürüm Yükseltme
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Demo randevusu alın
  • Fiyatlandırma
  • Yardım

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

  • Müşteri İlişkileri Yönetimi
  • e-Commerce
  • Muhasebe
  • Envanter
  • PoS
  • Proje Yönetimi
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiketler (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiketler (View all)
odoo accounting v14 pos v15
About this forum
Yardım

How can I integrate other business systems or technology solutions with Odoo?

Abone Ol

Get notified when there's activity on this post

Bu soru işaretlendi
integration
2 Cevaplar
19168 Görünümler
Avatar
Community Question

I would like to transfer information that I maintain in other systems to Odoo on a regular basis.

What options do I have for this?

0
Avatar
Vazgeç
Niyas Raphy (Walnut Software Solutions)

Odoo Xmlrpc: https://www.youtube.com/watch?v=isjhwKAL63M

Avatar
Ray Carnes (ray)
En İyi Yanıt

Integration can mean many things.

Each of these is possible:

Data:

  • Easy - shared files in folders - ftp, csv, scripts to move files and import/export files

  • Harder - ETL (Extract, transform and load) which is more automated

Database:

  • Easy - via JDBC or SQL for example

  • Harder - via libpq/lua, Perl, Python, TCL, and PL/pgSQL over PostgreSQL to programmatically interact with tables and/or create and access stored procedures

Note: Database level integration is only available with on premise deployments.

Application: 

  • Easy - via XML-RPC or JSON-RPC webservices or scripts - supports data and process integration

  • Harder - intra-communication (ESB notifications/mediation/asynchronous) or inter-communication (Integration Platform - such as Babelway, Cleo, Adeptia,etc and SOA/EAI front end/federation/synchronous ) or connectors (Zapier, Microsoft Flow, Tray.io, etc) - supports data and process integration


The quickest is "easy data" integration - you use CSV or XLS files to move data into Odoo from other systems, leveraging the External ID if you plan to update that data (or import more than once) - more at https://www.odoo.com/documentation/user/14.0/general/base_import/import_faq.html


The most popular is "easy application" using the Odoo Webservice API's - https://www.odoo.com/documentation/14.0/webservices/odoo.html

This Odoo Webservice API's allow you to access every part of Odoo, including custom fields and methods in custom developed modules.  It is the same API that Odoo used to create the Web based User Experience - and you can actually see the API calls being made when a User is using Odoo by leveraging the Odoo log file options (log-request and log-response) - more at https://www.odoo.com/documentation/14.0/reference/cmdline.html#logging

There are also Python libraries (API wrappers) that have been developed:

https://github.com/odoo/odoo-client-lib

The Odoo Community Association has also developed a Python and REST API:

https://github.com/OCA/odoorpc

https://github.com/OCA/rest-framework


3
Avatar
Vazgeç
Avatar
Alexander Wolf
En İyi Yanıt

Hi Ray,
you write "Note: Database level integration is only available with on premise deployments."

That means if I use Odoo SH, then I can't load, modify or delete data via database? And also creating triggers and procedures is not possible?

1
Avatar
Vazgeç
Enjoying the discussion? Don't just read, join in!

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

Üye Ol
İlgili Gönderiler Cevaplar Görünümler Aktivite
Is it possible to integrate Webflow into Odoo? If yes, is there any documentation on this?
integration
Avatar
Avatar
1
Kas 25
7075
is the odoo API integration available for odoo cloud edition? Çözüldü
integration
Avatar
Avatar
Avatar
Avatar
3
Ağu 25
5324
Third-party payment integration Çözüldü
integration
Avatar
Avatar
Avatar
2
Oca 25
3160
Merging Modules x Disintegration
integration
Avatar
0
Mar 23
2511
How to intergrate OpenERP with .NET application?
integration
Avatar
Avatar
Avatar
Avatar
3
Eki 22
6724
Topluluk
  • Eğitim Araçları
  • Dokümantasyon
  • Forum
Açık Kaynak
  • İndirin
  • Github
  • Runbot
  • Çeviriler
Hizmetler
  • Odoo.sh Hosting
  • Destek
  • Sürüm Yükseltme
  • Özel Geliştirmeler
  • Eğitim
  • Muhasebeci Bulun
  • Partner Bulun
  • Partner Olun
Hakkında
  • Şirketimiz
  • Pazarlama Gereçleri
  • İletişim
  • Kariyer
  • Etkinlikler
  • Podcast
  • Blog
  • Müşteriler
  • Hukuki • Gizlilik
  • Güvenlik
الْعَرَبيّة 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, müşteri ilişkileri yönetimi, eTicaret, muhasebe, envanter, satış noktası, proje yönetimi gibi şirketinizin tüm ihtiyaçlarını karşılayan bir açık kaynak işletme uygulamaları paketidir.

Odoo’nun eşsiz değer önermesi, aynı anda hem kullanımının çok kolay olup hem de tamamen entegre olmasıdır.

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