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 Change Invoice date after validation?

Inscrever

Seja notificado quando houver atividade nesta publicação

Esta pergunta foi sinalizada
accountinginvoice
6 Respostas
16492 Visualizações
Avatar
Samer Semaan

how to change invoice date after validation, we don't want to refund the invoice just to change its date, after validation odoo9 doesnt allow to change its date.

THX

0
Avatar
Cancelar
Avatar
Zbik
Melhor resposta

This is not a recommended method, but ... :)

1)  You install module account_cancel
1a) After install, select journal "Sale journal" and check field Allow Cancelling Entries

2) Unreconcile invoice if payment is registered

3) Cancel invoice and in next step Reset to Draft

4) Change date

5) Validate invoice again (and reconcile payment if exist)

PS. Warning! Invoice number remains the same but order by date changed (possible inconsistency!)




1
Avatar
Cancelar
Samer Semaan
Autor

i am getting this when i try to cancel the invoice:

You cannot modify a posted entry of this journal.

First you should set the journal to allow cancelling entries.

Zbik

Answer updated - see step 1a

Avatar
Bejaoui Souheil
Melhor resposta

Hi,

The Bill date field defined as readonly field in the python side.

So, with a custom module you can change it to be editable even after the validation of an invoice.

Or you must change it directly from the database.

Best regards.

0
Avatar
Cancelar
Samer Semaan
Autor

which module do you recommend?

Avatar
Rifakat Haradwala (rha)
Melhor resposta

Hello,

Well why this is not allowed out-of-the-box is mainly your all accounting transactions considers the Invoice Date, so

once you validate your Invoice, Journal Entries are posted based on invoice date and currency rate is also taken based on that.

If you did mistake, you can go for cancelling process by creating Refund(click Refund Invoice and choose option for cancel), and have a new copy of your invoice which you can modify. (or Cancel Invoice option is also fine)

Regards.

0
Avatar
Cancelar
Samer Semaan
Autor

The Problem Here, we are not allowed the break the sequence of the invoice by the local regulations, and we are not to issue an invoice with a date in advance

what happened now is like this

invoice 2 date 1 October (by mistake)

invoice 3 date 28 september

we just want to fix the date to avoid penalties from the ministry of finance

Rifakat Haradwala (rha)

In that case answer from zbik is correct. You need to install cancel invoice application, that would allow you cancel, reset invoice without changing it's sequence number. Also note that, if sometimes this invoice is already paid then you need to unreconcile your payment done for the invoice. For 9.0, you can remove payment from invoice itself, and for 8.0, you can open Journal Items, and Unreconcile the entries choosing top More option.

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
Automating Invoice Sending to Accountant Email
accounting invoice
Avatar
Avatar
1
set. 25
888
Unselect the Show in Invoices Footer option Resolvido
accounting invoice
Avatar
Avatar
Avatar
3
fev. 25
3870
invoice number prefix Resolvido
accounting invoice
Avatar
Avatar
1
nov. 24
3850
configure Invoice due date as 30 days from the date of creating the Invoice
accounting invoice
Avatar
Avatar
1
dez. 23
3483
How to change the invoice number sequence?
accounting invoice
Avatar
Avatar
1
abr. 21
8557
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