Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged

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!

Avatar
Zrušit
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?

Nejlepší odpověď

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.

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
3
čvc 23
5131
1
čvn 22
4122
0
zář 24
1397
2
bře 24
3037
2
úno 23
3601