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

How change DEFAULT TEMPLATE for INVOICE

Inscrever

Seja notificado quando houver atividade nesta publicação

Esta pergunta foi sinalizada
invoicetemplates
3 Respostas
37388 Visualizações
Avatar
Jordi Subirats

Dear all,

When I create an INVOICE there are LABELS that I want to change.

This labels from the odoo 14 community installation I have, cannot be changed by editing it through the website editor.

I need to find where are the files responsible for creating the invoice online and in pdf to be able to see WHERE TO CHANGE WORDINGS AND LABELS.


For instance, instead of VAT I get IVA where the customer's fiscal ID is shown in the invoice. I need to change that into CIF which is the spanish way to call a fiscal ID 



many thanks

0
Avatar
Cancelar
Avatar
Niyas Raphy (Walnut Software Solutions)
Melhor resposta

Hi,

If you are looking to customize from the code, you can find the template in the following path: /odoo/addons/account/views/report_invoice.xml

The template name is: report_invoice_document

If you need to change from user interface, you can activate the developer mode and navigate to Settings -> Technical -> User Interface -> Views and search:  report_invoice_document, then you can see the template, so that you can edit and change it.

For customizing the report from code, see: https://www.youtube.com/watch?v=l2tvrpfOR1E

Thanks

1
Avatar
Cancelar
Avatar
Jaideep
Melhor resposta

Hi Jordi,

You might need to change the field label on the relevant model

Settings -> Technical -> Database Structure -> Fields and search: tax_id or vat_label

The translated terms are in Settings -> Translated Terms

BR

===========

CORRECTION

@Niyas, thanks for correcting/ clarifying.

The value of field Vat_Label has to be set and not modify the label itself as I had on my post!

Thanks

0
Avatar
Cancelar
Avatar
Jordi Subirats
Autor Melhor resposta

Dear Niyas,

That's great, I see a bit deeper now.

But, I still cannot change the CUSTOMER'S VAT label on the form. There is no LABEL in this template views, where I cannot directly change the customer's VAT .

I see this:


Tax ID:


And I guess inv_tax_id_label is a variable, but WHERE can I change the translation ??


Also I went into the i18n translations and changed "IVA:" BY "NIF", but that didn't change anything. The web page shows an invoice saying IVA: instead of NIF and the pdf too.


Also

Many thanks!

J.

0
Avatar
Cancelar
Jordi Subirats
Autor

THankyou so much Niyas

it is a very good guidance, I think I am better oriented now.

Will try and see what I can do from your answer

Thanks

Niyas Raphy (Walnut Software Solutions)

For changing the tax label, you can go to the country's form from the contacts menu and open the country and set the new label there in tax label field, see: https://www.youtube.com/watch?v=91d-wmdIj2U&t=8s

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
Add Fields to Invoice
invoice templates
Avatar
Avatar
1
out. 25
4233
Change text of "View Invoice" button from Invoice email
invoice templates
Avatar
0
jan. 25
1743
Where can I find the Invoice Template in v17?
invoice templates
Avatar
Avatar
Avatar
3
fev. 24
5990
When sending an invoice by email, the default invoice template is not loaded (Odoo 17).
invoice email templates
Avatar
Avatar
1
nov. 25
106
Qotation & Invoice Design
invoice templates qotation
Avatar
Avatar
1
jul. 25
1586
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