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
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Managament
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Producție
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware and Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    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

Odoo Discuss Chat Status Always Appear Offline

Abonare

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

Această întrebare a fost marcată
chatdiscussiondiscuss
1 Răspunde
8077 Vizualizări
Imagine profil
Altela

We have a problem of chat status are always appear offline. In some occasion we are able to see which one is online (green status beside the name) but when we refresh the page it all goes offline, but some time later it becomes online and also show which users are idle (yellow status but it took some time to do so. We currently accessing odoo through internal domain.

Our Nginx configuration are showed like these :


upstream odoo {

    server 127.0.0.1:8069;

}


upstream odoo-chat {

 server 127.0.0.1:8072 weight=1 fail_timeout=0;

}


server {

    listen 80;

    server_name erp.example.co.id;

    access_log  /var/log/nginx/odoo.access.log;

    error_log   /var/log/nginx/odoo.error.log;


   proxy_read_timeout 3000s;

   proxy_connect_timeout 3000s;

   proxy_send_timeout 3000s;


    location / {

       proxy_pass http://192.168.1.95:8069;


   location /longpolling {

       proxy_pass http://192.168.1.95:8072;

   }

}

}


And then our odoo-server.conf are :


[options]

addons_path = /odoo/enterprise/addons,/odoo/odoo-server/addons,/odoo/custom

admin_passwd = ##########

csv_internal_sep = ,

data_dir = /odoo/.local/share/Odoo

db_host = 192.168.1.81

db_maxconn = 1064

db_name = #########

db_password = ##########

db_port = 5432

db_sslmode = prefer

db_template = template0

db_user = ########

dbfilter = ######

demo = {}

email_from = False

geoip_database = /usr/share/GeoIP/GeoLite2-City.mmdb

http_enable = True

http_interface = 192.168.1.95

http_port = 8069

import_partial =

limit_memory_hard = 3221225472

limit_memory_soft = 2684354560

limit_request = 8192

limit_time_cpu = 240

limit_time_real = 480

limit_time_real_cron = -1

list_db = true

log_db = false

log_db_level = warning

log_handler = :INFO

log_level = debug

logfile = /var/log/odoo/odoo-server.log

logrotate = false

longpolling_port = 8072

max_cron_threads = 1

netrpc_interface = 127.0.0.1

osv_memory_age_limit = 1.0

osv_memory_count_limit = False

pg_path = None

pidfile = False

proxy_mode = True

reportgz = False

server_wide_modules = base,web

smtp_password = False

smtp_port = 25

smtp_server = localhost

smtp_ssl = False

smtp_user = False

syslog = True

test_enable = False

test_file = False

test_tags = None

translate_modules = ['all']

unaccent = False

without_demo = False

workers = 20

Can someone explain why is it going like this? What configuration to check in order to make these status appear faster after refreshing the page?


Thanks

0
Imagine profil
Abandonează
Imagine profil
AbdelMageed
Cel mai bun răspuns

You need to add the following lines in the upstream:
upstream odooserver {
server 127.0.0.1:8069;
}
upstream odoochat {
server 127.0.0.1:8072;
}

Then in the appropriate body area you need to add the following:
location /longpolling {
proxy_pass http://odoochat;
}

1
Imagine profil
Abandonează
Altela
Autor

Thanks, already did that but at the end we reinstalled the server and the problem is gone.

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
Discuss: how to reply to a specific message
chat discuss
Imagine profil
Imagine profil
Imagine profil
2
nov. 22
5999
How to receive a Sound in chat discuss even when browser is off
chat discuss
Imagine profil
0
nov. 21
2866
How to enable reply chat option on discuss in odoo 12
chat discuss
Imagine profil
0
apr. 21
5098
odoo 15 chat microphone access denied
chat calls discuss
Imagine profil
1
oct. 22
5099
Information required edit and delete the chat!
delete edit chat discussion
Imagine profil
Imagine profil
1
mai 23
2576
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