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

Odoo 15 : What is the reason of not generating "Translation Terms" when I upgrade the custom module?

Inscrever

Seja notificado quando houver atividade nesta publicação

Esta pergunta foi sinalizada
accountinglanguagepdf
1 Responder
1745 Visualizações
Avatar
Sateesh Mathapati

Hi All,
I have copied report_invoice_document report template (from path : addons/account/views/report_invoice.xml) and added in my custom module report_invoice_document_noaddress as new Print option. commented address part in this report. when I release this in client test server it works fine and also Translation Terms generated when I upgrade the module, but same thing I release it in production server and upgrade the module, No Translation terms are generated. What is the reason of not generating Translation Terms ? I observed that one more template in custom module has same report template with id delivery_report_invoice_document as new Print option.

Here in case of production server if I use Generate missing terms it will generate and fix the issues. but why in test server it works without using Generate missing terms option. (Added Japanese translation in ja_JP.po file)

Can anyone please help me on this ?

0
Avatar
Cancelar
Avatar
Dhrumi (Wan Buffer Services)
Melhor resposta

When upgrading a custom module in Odoo 15, the absence of generated translation terms can be attributed to several factors. To address this issue, consider the following steps:​

  1. Ensure Translation Files Are Present:
    • Verify that your custom module includes the necessary .pot or .po files within the i18n directory. These files are essential for managing translations.​
  2. Manually Export Translation Terms:
    • Navigate to the Odoo interface and access Settings > Translations > Export Translation.​
    • Select your module and the desired language, then export the terms. This process can help identify any missing translations.​
  3. Check Server Permissions:
    • Ensure that the Odoo server has the appropriate permissions to write to the i18n directory. Insufficient permissions can prevent the creation or updating of translation files.​
  4. Review Module Dependencies:
    • Confirm that all dependencies required by your custom module are correctly specified and installed. Missing dependencies can lead to incomplete module upgrades, affecting translation term generation.​
  5. Examine Server Logs:
    • Inspect the server logs for any errors or warnings related to the module upgrade process. Logs can provide insights into issues preventing the generation of translation terms.​
  6. Compare Test and Production Environments:
    • Analyze the differences between your test and production servers, including configurations, installed modules, and Odoo versions. Discrepancies can lead to inconsistent behaviors.​

If, after performing these steps, the translation terms are still not generated during the module upgrade, consider seeking assistance from the Odoo community or consulting with an Odoo expert to diagnose and resolve the issue.

-1
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
Download invoice PDF and create a payment for an invoice from external API using XML/RPC
development accounting pdf
Avatar
0
set. 25
791
How to correctly extend the report_invoice_document in order to adapt the output in the Invoice PDF report
configuration accounting pdf
Avatar
Avatar
2
jun. 25
2159
Serial Numbers Not Visible in Intercompany (Branch) Invoices – But Visible for Other Customers
stock accounting pdf
Avatar
0
abr. 25
1390
print accounting error
accounting pdf print
Avatar
0
mar. 15
4707
Signatures on financial reports and bank reconciliation
action accounting finance pdf
Avatar
0
set. 25
574
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