This question has been flagged
2 Replies
2620 Views

i am trying to replace the invoice number sequence by the invoice id from the database but i don't have this option in from ODOO interface so i am sure i need to create a module for that or something but i have no idea how to solve this , any suggestions please ?

Avatar
Discard

My 2 cents: For security reasons you should never expose database ids. How do you want to get a database id before the record is saved? What should the benefit be of such an invoice sequence? I would rethink your use case.

Best Answer

you can remove the sequence prefix and suffix in settings > technical > sequences & identifier > sequences

 

Avatar
Discard