Skip to Content
Odoo Menu
  • Prijavi
  • Try it free
  • Aplikacije
    Finance
    • Knjigovodstvo
    • Obračun
    • Stroški
    • Spreadsheet (BI)
    • Dokumenti
    • Podpisovanje
    Prodaja
    • CRM
    • Prodaja
    • POS Shop
    • POS Restaurant
    • Naročnine
    • Najem
    Spletne strani
    • Website Builder
    • Spletna trgovina
    • Blog
    • Forum
    • Pogovor v živo
    • eUčenje
    Dobavna veriga
    • Zaloga
    • Proizvodnja
    • PLM
    • Nabava
    • Vzdrževanje
    • Kakovost
    Kadri
    • Kadri
    • Kadrovanje
    • Odsotnost
    • Ocenjevanja
    • Priporočila
    • Vozni park
    Marketing
    • Družbeno Trženje
    • Email Marketing
    • SMS Marketing
    • Dogodki
    • Avtomatizacija trženja
    • Ankete
    Storitve
    • Projekt
    • Časovnice
    • Storitve na terenu
    • Služba za pomoč
    • Načrtovanje
    • Termini
    Produktivnost
    • Razprave
    • Odobritve
    • IoT
    • Voip
    • Znanje
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industrije
    Trgovina na drobno
    • Book Store
    • Trgovina z oblačili
    • Trgovina s pohištvom
    • Grocery Store
    • Trgovina s strojno opremo računalnikov
    • Trgovina z igračami
    Food & Hospitality
    • Bar and Pub
    • Restavracija
    • Hitra hrana
    • Guest House
    • Beverage Distributor
    • Hotel
    Nepremičnine
    • Real Estate Agency
    • Arhitekturno podjetje
    • Gradbeništvo
    • Estate Management
    • Vrtnarjenje
    • Združenje lastnikov nepremičnin
    Svetovanje
    • Računovodsko podjetje
    • Odoo Partner
    • Marketinška agencija
    • Law firm
    • Pridobivanje talentov
    • Audit & Certification
    Proizvodnja
    • Tekstil
    • Metal
    • Pohištvo
    • Hrana
    • Brewery
    • Poslovna darila
    Health & Fitness
    • Športni klub
    • Trgovina z očali
    • Fitnes center
    • Wellness Practitioners
    • Lekarna
    • Frizerski salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Sistemi sončne energije
    • Izdelovalec čevljev
    • Čistilne storitve
    • HVAC Services
    Ostali
    • Neprofitna organizacija
    • Agencija za okolje
    • Najem oglasnih panojev
    • Fotografija
    • Najem koles
    • Prodajalec programske opreme
    Browse all Industries
  • Skupnost
    Learn
    • Tutorials
    • Dokumentacija
    • Certifikati
    • Šolanje
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Prenesi
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Dogodki
    • Prevodi
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Sklici kupca
    • Podpora
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Določanje cen
  • Pomoč

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

  • CRM
  • e-Commerce
  • Knjigovodstvo
  • Zaloga
  • PoS
  • Projekt
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
Pomoč

User session bug. Odoo mixing up users.

Naroči se

Get notified when there's activity on this post

This question has been flagged
userssessionbugtokenodoo11community
5 Odgovori
7828 Prikazi
Avatar
Andrey Semko

We are using Odoo 11 system and right now facing a low level bug. The bug is as follows: at a certain point in time, user A (who logged in to system with his login password) becomes user B (The same time user B is kicked out form the system).

When user A became user B, he can perform any actions and write-read any messages form the name of user A. In fact, for the system side he became B and got all his rights. Such a bug appears more often when a large number of people (more than 20) begin to use the system and actively using the system. The bug arises in different modules and even with the first login to the system.

0
Avatar
Opusti
Ibrahim Boudmir

I think this is cache problem.

I have had the same problem til i have added self.clear_caches() to Write function ( for users in my case ).

Try to delete the cache manually and then check if you still have this issue.

Avatar
Xavier Brochard
Best Answer

This forum is to help, not to report bug. This one looks dangerous.

Please report it on https://github.com/odoo/odoo/issues 

or submit a Support ticket https://www.odoo.com/help if you don't use the community version.

ubmit a Support Ticket

1
Avatar
Opusti
Avatar
cybershop46@hotmail.com
Best Answer

I solve this issue using Odoo v14 Enterprise in windows by uninstalling IIS Server as proxy. we let our AWS Load balancer handle the reverse proxy services.


I think IIServers was mixing the sessions.

0
Avatar
Opusti
Avatar
Tarık CÖRÜT
Best Answer

Have same problem on Odoo 14 community Edition.

Odoo Installed on windows server with python 3.7

There is an issue about this on github. But it is closed without any solution.

Any help would be great!


This issue is solved for me. Problem was IIS Server.  

Step by step what i did:

1. Odoo and its database was running on windows server 8069 port. IIS Server running at same machine and converts 8069 to 80/443. My users were mixing in this condition.

2. I moved my database and odoo server to ubuntu server. Old IIS Server was running at ex. machine and converts new machine ip:8069 to 80/443. My users were mixing in this condition too.

3. I changed my web server to ubuntu nginx server running at odoo server.  converts 8069 to 80/443. With nginx server at same machine, it works perfect. No mixing.

As a result, IIS Server is bad for Odoo, if you have this error. Forget IIS. Use Nginx.



0
Avatar
Opusti
Avatar
TECHOPS INFORMATION TECHNOLOGY SOLUTIONS
Best Answer

Does upgrading helped with this issue? I wonder if this is Odoo 11 specific. 

0
Avatar
Opusti
Avatar
ARYA ADI PUTRA
Best Answer

Hi

I got same issue like you, You already have any solution? Please advise Thanks

0
Avatar
Opusti
Enjoying the discussion? Don't just read, join in!

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

Prijavi
Related Posts Odgovori Prikazi Aktivnost
can multi-users open the same "Main" POS session?
pos users session
Avatar
Avatar
1
apr. 19
8855
How to delete pos session? Solved
pos users session delete
Avatar
1
sep. 22
23781
Session Timeout Issue.
session bug expiration issue
Avatar
Avatar
1
dec. 20
5594
Odoo default access rights error message, how solving
default users base odoo11community
Avatar
2
maj 19
5235
Odoo 11 (Document type: sale.order.line, Operation: read)
sale.order.line accessdenied bug odoo11community
Avatar
Avatar
2
okt. 18
5690
Community
  • Tutorials
  • Dokumentacija
  • Forum
Open Source
  • Prenesi
  • Github
  • Runbot
  • Prevodi
Services
  • Odoo.sh Hosting
  • Podpora
  • Nadgradnja
  • Custom Developments
  • Izobraževanje
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Sredstva blagovne znamke
  • Kontakt
  • Zaposlitve
  • Dogodki
  • Podcast
  • Blog
  • Stranke
  • Pravno • Zasebnost
  • Varnost
الْعَرَبيّة 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 is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

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