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

Time off - different timezone message

Inscrever

Seja notificado quando houver atividade nesta publicação

Esta pergunta foi sinalizada
hr
3 Respostas
992 Visualizações
Avatar
Leandro

When creating or editing a time-off with custom hours it shows the message "The employee has a different timezone than yours! Here dates and times are displayed in the employee's timezone (UTC).". I create a time-off for myself. I changed my user and my employee in order to have the same time zone. Why keeps showing the message?

0
Avatar
Cancelar
Avatar
Leandro
Autor Melhor resposta

Thanks STAFFINSIDE and Cybrosys. I tried also closing session and cleaning cache but the message is still there. As I'm using v18, I think the case is a bug, as mentioned by Cybrosys.

0
Avatar
Cancelar
Avatar
Cybrosys Techno Solutions Pvt.Ltd
Melhor resposta

Hi,


In Odoo’s Time Off app, the warning about different time zones appears when the system sees a mismatch between the employee’s timezone and the current user’s timezone. Even if you update both, Odoo checks them separately: the user’s timezone comes from Preferences, while the employee’s timezone is stored on the Employee record. If one is empty or still set to UTC, the system triggers the message.


This happens because Odoo compares the employee’s tz field directly with the user’s tz. If they don’t match exactly, or if the employee’s field is blank and defaults to UTC, you’ll still see the message. Clearing your cache and re-logging in helps reload settings, but if the warning persists even after both are set correctly, it may be due to a known bug in newer versions. In that case, the warning is harmless, though it can be patched by adjusting the logic in the hr_holidays module.



Hope it helps

0
Avatar
Cancelar
Avatar
STAFFINSIDE
Melhor resposta

Hi Leandro,

That message appears when Odoo detects a mismatch between the User timezone and the Employee’s related timezone. Even if you set both to the same value, please check the following:

  1. User vs Employee link
    • Go to Employees > Your Employee Record > Work Information and make sure the “Related User” field is correctly linked to your user.
  2. Timezone field
    • The timezone must be set on the user record: Settings > Users & Companies > Users > Preferences (Timezone).
    • The employee record does not hold a separate timezone; it inherits from the related user.
  3. Refresh session
    • After changing the timezone, log out and back in (or clear your cache). Sometimes the old timezone context is still stored in your session.

If everything is aligned, the warning should disappear.

I hope this works for you!

0
Avatar
Cancelar
Technicomp

STAFFINSIDE just posts AI generated answers. Useless in a forum.

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
Attendance Analysis – How to calculate Extra Hours with flexible start times
hr
Avatar
Avatar
2
out. 25
777
block other users from editing a survey
hr
Avatar
Avatar
1
out. 25
770
re assign the leave request to the leave manager and notify him by email
hr
Avatar
Avatar
1
set. 25
732
Template Job page
hr
Avatar
Avatar
1
ago. 25
1020
How to Automatically Deduct Salary for Absent Days in Odoo 18 Payroll?
hr
Avatar
Avatar
1
jul. 25
1609
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