Pular para o conteúdo
Odoo Menu
  • Entrar
  • Experimente grátis
  • Aplicativos
    Finanças
    • Financeiro
    • Faturamento
    • Despesas
    • Planilhas (BI)
    • Documentos
    • Assinar Documentos
    Vendas
    • CRM
    • Vendas
    • PDV Loja
    • PDV Restaurantes
    • Assinaturas
    • Locação
    Websites
    • Criador de Sites
    • e-Commerce
    • Blog
    • Fórum
    • Chat ao Vivo
    • e-Learning
    Cadeia de mantimentos
    • Inventário
    • Fabricação
    • PLM - Ciclo de Vida do Produto
    • Compras
    • Manutenção
    • Qualidade
    Recursos Humanos
    • Funcionários
    • Recrutamento
    • Folgas
    • Avaliações
    • Indicações
    • Frota
    Marketing
    • Redes Sociais
    • Marketing por E-mail
    • Marketing por SMS
    • Eventos
    • Automação de Marketing
    • Pesquisas
    Serviços
    • Projeto
    • Planilhas de Horas
    • Serviço de Campo
    • Central de Ajuda
    • Planejamento
    • Compromissos
    Produtividade
    • Mensagens
    • Aprovações
    • Internet das Coisas
    • VoIP
    • Conhecimento
    • WhatsApp
    Aplicativos de terceiros Odoo Studio Plataforma Odoo Cloud
  • Setores
    Varejo
    • Loja de livros
    • Loja de roupas
    • Loja de móveis
    • Mercearia
    • Loja de ferramentas
    • Loja de brinquedos
    Comida e hospitalidade
    • Bar e Pub
    • Restaurante
    • Fast Food
    • Hospedagem
    • Distribuidor de bebidas
    • Hotel
    Imóveis
    • Imobiliária
    • Escritório de arquitetura
    • Construção
    • Administração de propriedades
    • Jardinagem
    • Associação de proprietários de imóveis
    Consultoria
    • Escritório de Contabilidade
    • Parceiro Odoo
    • Agência de marketing
    • Escritório de advocacia
    • Aquisição de talentos
    • Auditoria e Certificação
    Fabricação
    • Têxtil
    • Metal
    • Móveis
    • Alimentação
    • Cervejaria
    • Presentes corporativos
    Saúde e Boa forma
    • Clube esportivo
    • Loja de óculos
    • Academia
    • Profissionais de bem-estar
    • Farmácia
    • Salão de cabeleireiro
    Comércio
    • Handyman
    • Hardware e Suporte de TI
    • Sistemas de energia solar
    • Sapataria
    • Serviços de limpeza
    • Serviços de climatização
    Outros
    • Organização sem fins lucrativos
    • Agência Ambiental
    • Aluguel de outdoors
    • Fotografia
    • Aluguel de bicicletas
    • Revendedor de software
    Navegar por todos os setores
  • Comunidade
    Aprenda
    • Tutoriais
    • Documentação
    • Certificações
    • Treinamento
    • Blog
    • Podcast
    Empodere a Educação
    • Programa de educação
    • Scale Up! Jogo de Negócios
    • Visite a Odoo
    Obtenha o Software
    • Baixar
    • Comparar edições
    • Releases
    Colaborar
    • Github
    • Fórum
    • Eventos
    • Traduções
    • Torne-se um parceiro
    • Serviços para parceiros
    • Cadastre seu escritório contábil
    Obtenha os serviços
    • Encontre um parceiro
    • Encontre um Contador
    • Conheça um consultor
    • Serviços de Implementação
    • Referências de Clientes
    • Suporte
    • Upgrades
    Github YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Faça uma demonstração
  • Preços
  • Ajuda

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

  • CRM
  • e-Commerce
  • Financeiro
  • Inventário
  • PoS
  • Projeto
  • MRP
All apps
É necessário estar registrado para interagir com a comunidade.
Todas as publicações Pessoas Emblemas
Marcadores (Ver tudo)
odoo accounting v14 pos v15
Sobre este fórum
É necessário estar registrado para interagir com a comunidade.
Todas as publicações Pessoas Emblemas
Marcadores (Ver tudo)
odoo accounting v14 pos v15
Sobre este fórum
Ajuda

User session bug. Odoo mixing up users.

Inscrever

Seja notificado quando houver atividade nesta publicação

Esta pergunta foi sinalizada
userssessionbugtokenodoo11community
5 Respostas
7823 Visualizações
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
Cancelar
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
Melhor resposta

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
Cancelar
Avatar
cybershop46@hotmail.com
Melhor resposta

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
Cancelar
Avatar
Tarık CÖRÜT
Melhor resposta

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
Cancelar
Avatar
TECHOPS INFORMATION TECHNOLOGY SOLUTIONS
Melhor resposta

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

0
Avatar
Cancelar
Avatar
ARYA ADI PUTRA
Melhor resposta

Hi

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

0
Avatar
Cancelar
Está gostando da discussão? Não fique apenas lendo, participe!

Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!

Inscreva-se
Publicações relacionadas Respostas Visualizações Atividade
can multi-users open the same "Main" POS session?
pos users session
Avatar
Avatar
1
abr. 19
8852
How to delete pos session? Resolvido
pos users session delete
Avatar
1
set. 22
23777
Session Timeout Issue.
session bug expiration issue
Avatar
Avatar
1
dez. 20
5592
Odoo default access rights error message, how solving
default users base odoo11community
Avatar
2
mai. 19
5230
Odoo 11 (Document type: sale.order.line, Operation: read)
sale.order.line accessdenied bug odoo11community
Avatar
Avatar
2
out. 18
5689
Comunidade
  • Tutoriais
  • Documentação
  • Fórum
Open Source
  • Baixar
  • Github
  • Runbot
  • Traduções
Serviços
  • Odoo.sh Hosting
  • Suporte
  • Upgrade
  • Desenvolvimentos personalizados
  • Educação
  • Encontre um Contador
  • Encontre um parceiro
  • Torne-se um parceiro
Sobre nós
  • Nossa empresa
  • Ativos da marca
  • Contato
  • Empregos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Legal • Privacidade
  • Segurança
الْعَرَبيّة 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 é um conjunto de aplicativos de negócios em código aberto que cobre todas as necessidades de sua empresa: CRM, comércio eletrônico, contabilidade, estoque, ponto de venda, gerenciamento de projetos, etc.

A proposta de valor exclusiva Odoo é ser, ao mesmo tempo, muito fácil de usar e totalmente integrado.

Site feito com

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