Passa al contenuto
Odoo Menu
  • Accedi
  • Provalo gratis
  • App
    Finanze
    • Contabilità
    • Fatturazione
    • Note spese
    • Fogli di calcolo (BI)
    • Documenti
    • Firma
    Vendite
    • CRM
    • Vendite
    • Punto vendita Negozio
    • Punto vendita Ristorante
    • Abbonamenti
    • Noleggi
    Siti web
    • Configuratore sito web
    • E-commerce
    • Blog
    • Forum
    • Live chat
    • E-learning
    Supply chain
    • Magazzino
    • Produzione
    • PLM
    • Acquisti
    • Manutenzione
    • Qualità
    Risorse umane
    • Dipendenti
    • Assunzioni
    • Ferie
    • Valutazioni
    • Referral dipendenti
    • Parco veicoli
    Marketing
    • Social marketing
    • E-mail marketing
    • SMS marketing
    • Eventi
    • Marketing automation
    • Sondaggi
    Servizi
    • Progetti
    • Fogli ore
    • Assistenza sul campo
    • Helpdesk
    • Pianificazione
    • Appuntamenti
    Produttività
    • Comunicazioni
    • Approvazioni
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    App di terze parti Odoo Studio Piattaforma cloud Odoo
  • Settori
    Retail
    • Libreria
    • Negozio di abbigliamento
    • Negozio di arredamento
    • Alimentari
    • Ferramenta
    • Negozio di giocattoli
    Cibo e ospitalità
    • Bar e pub
    • Ristorante
    • Fast food
    • Pensione
    • Grossista di bevande
    • Hotel
    Agenzia immobiliare
    • Agenzia immobiliare
    • Studio di architettura
    • Edilizia
    • Gestione immobiliare
    • Impresa di giardinaggio
    • Associazione di proprietari immobiliari
    Consulenza
    • Società di contabilità
    • Partner Odoo
    • Agenzia di marketing
    • Studio legale
    • Selezione del personale
    • Audit e certificazione
    Produzione
    • Tessile
    • Metallo
    • Arredamenti
    • Alimentare
    • Birrificio
    • Ditta di regalistica aziendale
    Benessere e sport
    • Club sportivo
    • Negozio di ottica
    • Centro fitness
    • Centro benessere
    • Farmacia
    • Parrucchiere
    Commercio
    • Tuttofare
    • Hardware e assistenza IT
    • Ditta di installazione di pannelli solari
    • Calzolaio
    • Servizi di pulizia
    • Servizi di climatizzazione
    Altro
    • Organizzazione non profit
    • Ente per la tutela ambientale
    • Agenzia di cartellonistica pubblicitaria
    • Studio fotografico
    • Punto noleggio di biciclette
    • Rivenditore di software
    Carica tutti i settori
  • Community
    Apprendimento
    • Tutorial
    • Documentazione
    • Certificazioni 
    • Formazione
    • Blog
    • Podcast
    Potenzia la tua formazione
    • Programma educativo
    • Scale Up! Business Game
    • Visita Odoo
    Ottieni il software
    • Scarica
    • Versioni a confronto
    • Note di versione
    Collabora
    • Github
    • Forum
    • Eventi
    • Traduzioni
    • Diventa nostro partner
    • Servizi per partner
    • Registra la tua società di contabilità
    Ottieni servizi
    • Trova un partner
    • Trova un contabile
    • Incontra un esperto
    • Servizi di implementazione
    • Testimonianze dei clienti
    • Supporto
    • Aggiornamenti
    GitHub Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Richiedi una demo
  • Prezzi
  • Aiuto

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Contabilità
  • Magazzino
  • PoS
  • Progetti
  • MRP
All apps
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
Assistenza

Setting Up Two Invoice Sequences in Odoo On-Premise

Iscriviti

Ricevi una notifica quando c'è un'attività per questo post

La domanda è stata contrassegnata
invoicecustomersequencesequencenumberSequencing
1 Rispondi
1735 Visualizzazioni
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
Abbandona
Zuhair
Autore

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)
Risposta migliore

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
Abbandona
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!

Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!

Registrati
Post correlati Risposte Visualizzazioni Attività
How to correct wrong invoice sequence?
invoice sequence sequencenumber
Avatar
Avatar
3
lug 23
6100
Set default invoice sequence number start in XML in odoo 14/15.
invoice sequence sequencenumber
Avatar
Avatar
1
giu 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? Risolto
invoice sequence
Avatar
Avatar
2
feb 23
4636
Community
  • Tutorial
  • Documentazione
  • Forum
Open source
  • Scarica
  • Github
  • Runbot
  • Traduzioni
Servizi
  • Hosting Odoo.sh
  • Supporto
  • Aggiornamenti
  • Sviluppi personalizzati
  • Formazione
  • Trova un contabile
  • Trova un partner
  • Diventa nostro partner
Chi siamo
  • La nostra azienda
  • Branding
  • Contattaci
  • Lavora con noi
  • Eventi
  • Podcast
  • Blog
  • Clienti
  • Note legali • Privacy
  • Sicurezza
الْعَرَبيّة 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 è un gestionale di applicazioni aziendali open source pensato per coprire tutte le esigenze della tua azienda: CRM, Vendite, E-commerce, Magazzino, Produzione, Fatturazione elettronica, Project Management e molto altro.

Il punto di forza di Odoo è quello di offrire un ecosistema unico di app facili da usare, intuitive e completamente integrate tra loro.

Website made with

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