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

Setting Up Two Invoice Sequences in Odoo On-Premise

Inscrever

Seja notificado quando houver atividade nesta publicação

Esta pergunta foi sinalizada
invoicecustomersequencesequencenumberSequencing
1 Responder
1734 Visualizações
Avatar
Zuhair

Hello Everyone,


We want to have two distinct invoice sequence numbers for customer invoices in Odoo, with the following specifications:


    First Sequence (Odoo Native Sequence):

        This sequence will follow the default Odoo structure e.g. INV/2025/00001, INV/2025/00002...


        The sequence number should be automatically generated each time we create a customer invoice.


    Second Sequence (External Software Sequence):

        The second sequence number e.g. MXC/2025/00001, should be pulled from an external software system.

        When the invoice is pulled from the external system, it should automatically take the next available sequence from that system.


Is that possible?


Thanks in advance!

0
Avatar
Cancelar
Zuhair
Autor

Hello Moksha,

Thank you for the reply. 

If we don't want to do it by API and want to upload it from an excel file. how should we proceed to have two separate sequences in that case?

Avatar
Moksha Shah (Wan Buffer Services)
Melhor resposta

Implementing two distinct invoice sequences in Odoo, one following the native structure and another sourced from an external system, requires a combination of Odoo's configuration capabilities and potential customization. Here's how you can achieve this:​

1. Native Odoo Invoice Sequence:

  • Default Sequence Configuration:
    • Odoo automatically assigns a unique reference number to each invoice using a sequence format like INV/year/incrementing-number (e.g., INV/2025/00001). 
  • Customization of Sequence Format:
    • To modify the default sequence, navigate to the Accounting module, access the Customer Invoices journal, and adjust the sequence settings as needed.​

2. External Software Sequence Integration:

  • Custom Field Addition:
    • Introduce a custom field in the invoice model to store the external sequence number. This can be achieved by activating developer mode and adding a new field to the customer invoice form.​
  • Automation of Sequence Retrieval:
    • Develop a scheduled action or automated script within Odoo that connects to the external system's API to fetch the next available sequence number. This script should populate the custom field with the retrieved sequence.​
  • Validation and Error Handling:
    • Implement error-checking mechanisms to handle scenarios where the external system is unreachable or returns an invalid sequence number. Ensure that the invoice creation process can gracefully handle such exceptions.​

3. User Permissions and Workflow Adjustments:

  • Access Rights Management:
    • Ensure that only authorized personnel can modify the external sequence field to maintain data integrity.​
  • Workflow Integration:
    • Incorporate the external sequence number into your invoicing workflow, ensuring that it appears on printed invoices and is included in relevant reports.​

At Wan Buffer Services, we've assisted clients in integrating external systems with Odoo to enhance operational efficiency. Implementing dual invoice sequences can streamline processes and ensure compliance with external requirements.

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
How to correct wrong invoice sequence?
invoice sequence sequencenumber
Avatar
Avatar
3
jul. 23
6100
Set default invoice sequence number start in XML in odoo 14/15.
invoice sequence sequencenumber
Avatar
Avatar
1
jun. 22
4976
How to change Invoice sequence via xml in Odoo 15 or newer?
invoice sequence
Avatar
0
set. 24
2101
Odoo 17.1 - How to never reset invoice number
invoice sequence
Avatar
Avatar
2
mar. 24
4026
How to select manually a sequence for an invoice? Resolvido
invoice sequence
Avatar
Avatar
2
fev. 23
4636
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