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 to add non-standard tax amount to invoice line?

Inscrever

Seja notificado quando houver atividade nesta publicação

Esta pergunta foi sinalizada
invoicetaxaccountsupplier
2 Respostas
18135 Visualizações
Avatar
Lawrence

Hello,

We receive invoices from a shipping company which contain an invoice line relating to import VAT. This means that the VAT amount is not a fixed percentage of the invoice.

What is the best way to enter this onto the supplier invoice? I have tried setting up a product which is named "VAT" and has a 100% tax rate applied to it, but this still needs a base amount added for it to compute the tax.

A method which works for now (but is fiddly) is to manually edit the details under "tax description" after entering the product line and then save (but being sure not to click "update" as this then recalculates the amount).

Thanks for any help!

Lawrence

7
Avatar
Cancelar
Geert Janssens

I would really like to know this too! So I have upvoted your question.

Lawrence
Autor

I found a solution so have now answered the question, I hope it helps!

Avatar
Lawrence
Autor Melhor resposta

One method to add Import tax as its own invoice line is to carry out the following:

1) Set up a tax which is 100%. One way to do this is to choose tax type "Python Code" and then enter:

Python Code

# price_unit
# product: product.product object or None
# partner: res.partner object or None

result = price_unit

Python Code (reverse)

# price_unit
# product: product.product object or False

result = price_unit

Also, tick the "tax included in price" field.

Then complete the "Invoices Tax Account", "Account Base Code" and "Account Tax Code" as per your standard VAT tax code.

2) Create a product called "Import VAT", and define it as a service. Make it so the product can only be purchased by checking/ un-checking the options.

3) Set the cost price and sales price to 1.

4) Under the Accounting tab edit the "Supplier Taxes" to be the 100% tax rate you set up in step 1.

5) Now when you create a Supplier Invoice you can select the "Import VAT" product as an invoice line, and manually modify the "Unit Price". The tax will correctly be calculated and will be logged against the tax boxes defined when you set up the tax code.

8
Avatar
Cancelar
Juan José Scarafía

Great solution! Thanks!

Juan José Scarafía

Great solution! Thanks!

Avatar
Rock Jonn
Melhor resposta
  1. Identify the Non-Standard Tax: Determine the specific tax amount that needs to be applied to the invoice line. This could be a fixed amount or a percentage value.

  2. Access Invoice Line: Navigate to the invoice creation or editing interface and locate the invoice line to which you want to add the non-standard tax amount.

  3. Add Tax Field: Depending on the invoicing software or system you're using, find the option to add a tax field or modify existing tax fields for the invoice line. Look for a field labeled "Tax," "Tax Amount," or similar.

  4. Enter Non-Standard Tax Amount: Enter the non-standard tax amount in the designated tax field for the invoice line. If it's a fixed amount, simply input the value. If it's a percentage, calculate the tax amount based on the line item total and input the result.

  5. Review and Save: Double-check the invoice line details, including the non-standard tax amount, to ensure accuracy. Once you are satisfied with the changes, save the invoice.

By following these steps, you can add a non-standard tax amount to an invoice line, allowing for customized tax calculations based on your specific requirements.


-3
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
Register payment always registering less amount than TOTAL AMOUNT DUE even when paid full. Shows credit amount
invoice tax account account.invoice
Avatar
0
mai. 19
4918
Recording Pro-Forma Invoices and Managing Partial Payments with Tax Invoices in Odoo 16EE
accounting invoice tax supplier pro-forma
Avatar
0
fev. 24
2809
Invoice remains "open"
invoice supplier
Avatar
Avatar
1
jun. 16
4605
How to automatically add a fixed amount to the invoice?
invoice tax
Avatar
Avatar
Avatar
Avatar
4
mar. 15
12171
How to extend Accounting module in openerp7 ?
invoice account
Avatar
Avatar
1
mar. 15
6239
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