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!