Se rendre au contenu
Odoo Menu
  • Se connecter
  • Essai gratuit
  • Applications
    Finance
    • Comptabilité
    • Facturation
    • Notes de frais
    • Feuilles de calcul (BI)
    • Documents
    • Signature
    Ventes
    • CRM
    • Ventes
    • PdV Boutique
    • PdV Restaurant
    • Abonnements
    • Location
    Sites web
    • Site Web
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Chaîne d'approvisionnement
    • Inventaire
    • Fabrication
    • PLM
    • Achats
    • Maintenance
    • Qualité
    Ressources Humaines
    • Employés
    • Recrutement
    • Congés
    • Évaluations
    • Recommandations
    • Parc automobile
    Marketing
    • Marketing Social
    • E-mail Marketing
    • SMS Marketing
    • Événements
    • Marketing Automation
    • Sondages
    Services
    • Projet
    • Feuilles de temps
    • Services sur Site
    • Assistance
    • Planification
    • Rendez-vous
    Productivité
    • Discussion
    • Validations
    • Internet des Objets
    • VoIP
    • Connaissances
    • WhatsApp
    Applications tierces Odoo Studio Plateforme Cloud d'Odoo
  • Industries
    Commerce de détail
    • Librairie
    • Magasin de vêtements
    • Magasin de meubles
    • Épicerie
    • Quincaillerie
    • Magasin de jouets
    Food & Hospitality
    • Bar et Pub
    • Restaurant
    • Fast-food
    • Maison d’hôtes
    • Distributeur de boissons
    • Hôtel
    Immobilier
    • Agence immobilière
    • Cabinet d'architecture
    • Construction
    • Gestion immobilière
    • Jardinage
    • Association de copropriétaires
    Consultance
    • Cabinet d'expertise comptable
    • Partenaire Odoo
    • Agence Marketing
    • Cabinet d'avocats
    • Aquisition de talents
    • Audit & Certification
    Fabrication
    • Textile
    • Métal
    • Meubles
    • Alimentation
    • Brewery
    • Cadeaux d'entreprise
    Santé & Fitness
    • Club de sports
    • Opticien
    • Salle de fitness
    • Praticiens bien-être
    • Pharmacie
    • Salon de coiffure
    Trades
    • Bricoleur
    • Matériel informatique et support
    • Systèmes photovoltaïques
    • Cordonnier
    • Services de nettoyage
    • Services CVC
    Autres
    • Organisation à but non lucratif
    • Agence environnementale
    • Location de panneaux d'affichage
    • Photographie
    • Leasing de vélos
    • Revendeur de logiciel
    Browse all Industries
  • Communauté
    Apprenez
    • Tutoriels
    • Documentation
    • Certifications
    • Formation
    • Blog
    • Podcast
    Renforcer l'éducation
    • Programme éducatif
    • Business Game Scale-Up!
    • Rendez-nous visite
    Obtenir le logiciel
    • Téléchargement
    • Comparez les éditions
    • Versions
    Collaborer
    • Github
    • Forum
    • Événements
    • Traductions
    • Devenez partenaire
    • Services for Partners
    • Enregistrer votre cabinet comptable
    Nos Services
    • Trouver un partenaire
    • Trouver un comptable
    • Rencontrer un conseiller
    • Services de mise en œuvre
    • Références clients
    • Assistance
    • Mises à niveau
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obtenir une démonstration
  • Tarification
  • Aide

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

  • CRM
  • e-Commerce
  • Comptabilité
  • Inventaire
  • PoS
  • Projet
  • MRP
All apps
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Aide

Setting Up Two Invoice Sequences in Odoo On-Premise

S'inscrire

Recevez une notification lorsqu'il y a de l'activité sur ce poste

Cette question a été signalée
invoicecustomersequencesequencenumberSequencing
1 Répondre
1736 Vues
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
Ignorer
Zuhair
Auteur

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)
Meilleure réponse

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
Ignorer
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !

Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !

S'inscrire
Publications associées Réponses Vues Activité
How to correct wrong invoice sequence?
invoice sequence sequencenumber
Avatar
Avatar
3
juil. 23
6100
Set default invoice sequence number start in XML in odoo 14/15.
invoice sequence sequencenumber
Avatar
Avatar
1
juin 22
4976
How to change Invoice sequence via xml in Odoo 15 or newer?
invoice sequence
Avatar
0
sept. 24
2101
Odoo 17.1 - How to never reset invoice number
invoice sequence
Avatar
Avatar
2
mars 24
4026
How to select manually a sequence for an invoice? Résolu
invoice sequence
Avatar
Avatar
2
févr. 23
4636
Communauté
  • Tutoriels
  • Documentation
  • Forum
Open Source
  • Téléchargement
  • Github
  • Runbot
  • Traductions
Services
  • Hébergement Odoo.sh
  • Assistance
  • Migration
  • Développements personnalisés
  • Éducation
  • Trouver un comptable
  • Trouver un partenaire
  • Devenez partenaire
À propos
  • Notre société
  • Actifs de la marque
  • Contactez-nous
  • Emplois
  • Événements
  • Podcast
  • Blog
  • Clients
  • Informations légales • Confidentialité
  • Sécurité.
الْعَرَبيّة 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 est une suite d'applications open source couvrant tous les besoins de votre entreprise : CRM, eCommerce, Comptabilité, Inventaire, Point de Vente, Gestion de Projet, etc.

Le positionnement unique d'Odoo est d'être à la fois très facile à utiliser et totalement intégré.

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