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

Real time model data on website

Tilmeld

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

Dette spørgsmål er blevet anmeldt
geventsocket.iorealtimereal_timeodoo9
1 Svar
13223 Visninger
Avatar
Manu Miu

Hi,


is it possible or how is it possible to display data from a model in realtime on the website?

Do I have to create a socket connection from the server (over an extra port with proxy redirection) to the client and implement both socket endpoints in python and javascript by myself?

Or is there a standard odoo way to implement something like that?


Thanks!

0
Avatar
Kassér
Avatar
Axel Mendoza
Bedste svar

Hi @Manu Miu

There are tools for doing what you need and examples in the Odoo modules website_livechat, im_livechat, im_chat and bus.

All of those modules bring you the tools and how to do that tasks. It will not be easy but they are there implemented for doing that kind of stuffs. Review carefully the bus js files and how they are used in the other modules

1
Avatar
Kassér
Yenthe Van Ginneken (Mainframe Monkey)

A little sidenote here: the performance for the bus js files isn't very good so you might want to keep an eye out for that too. I once had a talk with the Odoo developers and they where talking about not using it to refresh data every few seconds.

Manu Miu
Forfatter

@Axel Mendoza: Thank you! That's what I wanted to know. But @Yenthe's sidenote causes me a headache, because I don't want to transport as few data as a chat and not every few seconds. It's a little bit more and should be in real-time. Would be absolutely no problem with socket.io but I want to realise this project with odoo. So would you advice me against odoo for a real-time data project?

Axel Mendoza

All depends on what data you need to display and who produce it and what it's the relation of that data with Odoo. You could use Odoo to build the website that display the data using socket.io and websockets using another service to return the data using a solution like nginx to upgrade the http connection to 1.1 and acting as a reverse proxy for your websocket service. I do this for our webrtc solution in Odoo using a solution developed in nodejs for that matter. In my case I need to use it with crm meetings and that's my reason to use Odoo for that end.

Rohit Pandey

Hi @axel, @Yenthee, I am in similar problem, i am developing live tracking like uber in odoo, which track the location of vechiles.How can i implement this?

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
Web Socket Integration, Real time data
socket.io realtime real_time v15
Avatar
0
maj 22
5210
External command inside a Button? Løst
python2.7 socket.io odooV9 odoo9
Avatar
Avatar
2
feb. 16
6123
How to get data n view using custom widget in odoo 9
odoo9
Avatar
0
sep. 23
2743
How to get data n view using custom widget in odoo 9
odoo9
Avatar
0
sep. 23
2439
How to Remove " ADD NEW COLUMN " from task kanban view of Project Module? Løst
odoo9
Avatar
Avatar
Avatar
2
jun. 25
12092
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