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

Where is the "Translated Terms" Menu in Odoo 16?

Inscrever

Seja notificado quando houver atividade nesta publicação

Esta pergunta foi sinalizada
settings
5 Respostas
21014 Visualizações
Avatar
Ha Thuy Linh

I can't find the "Translated Terms" button on Odoo 16, please help me find it.

7
Avatar
Cancelar
Uyen Nguyen

I think it is not available in Odoo 16.

Avatar
Ray Carnes (ray)
Melhor resposta

Translated terms are now stored with the native term.


Translations for product name are now stored directly in the name field. 


Any field that is translatable now stores JSON data representing all translations of all translated language values.


The process to translate has not changed. You can still export and import terms. 


You just can't see a Menu with all of them shown in a list. They aren't stored that way any more 


See also https://www.odoo.com/documentation/16.0/developer/howtos/translations.html

2
Avatar
Cancelar
Tsotne kekelidze

Hi Ray
Thank you for your answer
In version 16
Every po file that I change and import into the system, my changes are not saved at all, and when I re export, none of my changes are there.
Please help me
Thanks

Ray Carnes (ray)

Start with a simple file, using what is exported from Odoo as a base, with one term to translate, until you are able to see your changes. Use POEDIT (free) since this will find errors in PO files, which are very easy to miss if you edit via a regular text editor. Odoo only supports the import of PO files which contain no errors.

Tsotne kekelidze

Hello
By the way, I also followed the same path and exported a small file from the system, and then changed it with the poedit program, and there were no errors, but after impor to the system, my changes are not shown, and when I export the file again, the same It is the previous file

Aymerick Glowacki

Hi Ray,
How are you supposed to export and import back in order to update the translation and not create a complete new langage ? I would like to update few terms in the French language.

Thanks

Ray Carnes (ray)

Specify the code and name of the existing language you want to replace translations for when you import your file.

Darshan Kothiya

Hi Ray,

Can you please suggest me from where does translations are getting loaded for website?

I mean does it manage from Javascript or Python code.

Thanks for your help.

Ray Carnes (ray)

I don't have that knowledge Darshan - but it would be gained by looking through the source code of the website module.

Daniel Blanco

Ray, in a custom module I wrote something like

self.message_post(body=_('Whatever %s', watever_variable))

But this is not exported in the .pot file. How can we translate this now?

Avatar
PeaSch
Melhor resposta

How supposed to be improved or localized, for example, in online clients?

5
Avatar
Cancelar
Avatar
Alexander Koltsov
Melhor resposta

Hi, Ray!

Could you please share your thoughts, why did Odoo team decide to change the Translated Terms?

It worked well and this was the best and quickest way to change the glossary.

Now, you must ask a developer to change a couple of words.

2
Avatar
Cancelar
Thierry Vial

Agree. Removing this tool was madness !

Avatar
Salih Kalender
Melhor resposta

where are the translations of the terms kept?

Like -> py: _('XXXX') js: _t('XXX')


0
Avatar
Cancelar
Avatar
Tuomas
Melhor resposta

This module should solve the problem. You can then use your custom translations. Even decide in which  module you want to only use.

You need to save your custom translations inside the module.

 https://apps.odoo.com/apps/modules/16.0/lgnd_translations/

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
USUARIO DE LECTURA - ODOO
settings
Avatar
Avatar
Avatar
2
set. 25
684
Fiscal localizations
settings
Avatar
Avatar
2
abr. 25
10880
setting on v17 ce
settings
Avatar
1
jun. 24
2490
I can't open setting Resolvido
settings
Avatar
1
mai. 24
2662
error when entering settings
settings
Avatar
Avatar
1
mar. 24
3687
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