Zum Inhalt springen
Odoo Menü
  • Anmelden
  • Jetzt gratis testen
  • Apps
    Finanzen
    • Buchhaltung
    • Rechnungsstellung
    • Spesenabrechnung
    • Tabellenkalkulation (BI)
    • Dokumente
    • E-Signatur
    Vertrieb
    • CRM
    • Vertrieb
    • Kassensystem – Shop
    • Kassensystem – Restaurant
    • Abonnements
    • Vermietung
    Websites
    • Website-Builder
    • E-Commerce
    • Blog
    • Forum
    • Livechat
    • E-Learning
    Lieferkette
    • Lager
    • Fertigung
    • PLM
    • Einkauf
    • Wartung
    • Qualität
    Personalwesen
    • Mitarbeiter
    • Personalbeschaffung
    • Abwesenheiten
    • Mitarbeiterbeurteilung
    • Personalempfehlungen
    • Fuhrpark
    Marketing
    • Social Marketing
    • E-Mail-Marketing
    • SMS-Marketing
    • Veranstaltungen
    • Marketing-Automatisierung
    • Umfragen
    Dienstleistungen
    • Projekte
    • Zeiterfassung
    • Außendienst
    • Kundendienst
    • Planung
    • Termine
    Produktivität
    • Dialog
    • Genehmigungen
    • IoT
    • VoIP
    • Wissensdatenbank
    • WhatsApp
    Apps von Drittanbietern Odoo Studio Odoo Cloud-Plattform
  • Branchen
    Einzelhandel
    • Buchladen
    • Kleidergeschäft
    • Möbelhaus
    • Lebensmittelgeschäft
    • Baumarkt
    • Spielwarengeschäft
    Essen & Gastgewerbe
    • Bar und Kneipe
    • Restaurant
    • Fast Food
    • Gästehaus
    • Getränkehändler
    • Hotel
    Immobilien
    • Immobilienagentur
    • Architekturbüro
    • Baugewerbe
    • Immobilienverwaltung
    • Gartenarbeit
    • Eigentümervereinigung
    Beratung
    • Buchhaltungsfirma
    • Odoo-Partner
    • Marketingagentur
    • Anwaltskanzlei
    • Talentakquise
    • Prüfung & Zertifizierung
    Fertigung
    • Textil
    • Metall
    • Möbel
    • Speisen
    • Brauerei
    • Firmengeschenke
    Gesundheit & Fitness
    • Sportklub
    • Brillengeschäft
    • Fitnessstudio
    • Therapeut
    • Apotheke
    • Friseursalon
    Handel
    • Handyman
    • IT-Hardware & -Support
    • Solarenergiesysteme
    • Schuster
    • Reinigungsdienstleistungen
    • HLK-Dienstleistungen
    Sonstiges
    • Gemeinnützige Organisation
    • Umweltschutzagentur
    • Plakatwandvermietung
    • Fotostudio
    • Fahrrad-Leasing
    • Software-Händler
    Alle Branchen ansehen
  • Community
    Lernen
    • Tutorials
    • Dokumentation
    • Zertifizierungen
    • Schulung
    • Blog
    • Podcast
    Bildung fördern
    • Bildungsprogramm
    • Scale-Up! Planspiel
    • Odoo besuchen
    Software anfragen
    • Herunterladen
    • Editionen vergleichen
    • Releases
    Zusammenarbeiten
    • Github
    • Forum
    • Veranstaltungen
    • Übersetzungen
    • Partner werden
    • Dienstleistungen für Partner
    • Buchhaltungsfirma registrieren
    Services anfragen
    • Partner finden
    • Buchhalter finden
    • Einen Experten treffen
    • Implementierungsservices
    • Kundenreferenzen
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Eine Demo erhalten
  • Preiskalkulation
  • Hilfe

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

  • CRM
  • e-Commerce
  • Buchhaltung
  • Lager
  • PoS
  • Projekte
  • MRP
All apps
Sie müssen registriert sein, um mit der Community zu interagieren.
Alle Beiträge Personen Abzeichen
Stichwörter (Alle anzeigen)
odoo accounting v14 pos v15
Über dieses Forum
Sie müssen registriert sein, um mit der Community zu interagieren.
Alle Beiträge Personen Abzeichen
Stichwörter (Alle anzeigen)
odoo accounting v14 pos v15
Über dieses Forum
Hilfe

Setting Up Two Invoice Sequences in Odoo On-Premise

Abonnieren

Erhalten Sie eine Benachrichtigung, wenn es eine Aktivität zu diesem Beitrag gibt

Diese Frage wurde gekennzeichnet
invoicecustomersequencesequencenumberSequencing
1 Antworten
1744 Ansichten
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
Verwerfen
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)
Beste Antwort

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
Verwerfen
Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!

Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!

Registrieren
Verknüpfte Beiträge Antworten Ansichten Aktivität
How to correct wrong invoice sequence?
invoice sequence sequencenumber
Avatar
Avatar
3
Juli 23
6102
Set default invoice sequence number start in XML in odoo 14/15.
invoice sequence sequencenumber
Avatar
Avatar
1
Juni 22
4976
How to change Invoice sequence via xml in Odoo 15 or newer?
invoice sequence
Avatar
0
Sept. 24
2103
Odoo 17.1 - How to never reset invoice number
invoice sequence
Avatar
Avatar
2
März 24
4029
How to select manually a sequence for an invoice? Gelöst
invoice sequence
Avatar
Avatar
2
Feb. 23
4636
Community
  • Tutorials
  • Dokumentation
  • Forum
Open Source
  • Herunterladen
  • Github
  • Runbot
  • Übersetzungen
Dienstleistungen
  • Odoo.sh-Hosting
  • Support
  • Upgrade
  • Individuelle Entwicklungen
  • Bildung
  • Buchhalter finden
  • Partner finden
  • Partner werden
Über uns
  • Unsere Firma
  • Markenwerte
  • Kontakt
  • Karriere
  • Veranstaltungen
  • Podcast
  • Blog
  • Kunden
  • Rechtliches • Datenschutz
  • Sicherheit
الْعَرَبيّة 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 ist eine Suite von Open-Source-Betriebsanwendungen, die alle Bedürfnisse Ihres Unternehmens abdecken: CRM, E-Commerce, Buchhaltung, Lager, Kassensystem, Projektmanagement etc.

Das einzigartige Wertversprechen von Odoo ist, dass es gleichzeitig sehr einfach zu bedienen und voll integriert ist.

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