Skip to Content
Menu
This question has been flagged
1 Reply
4116 Views

...or do they throw an error when they reach all 9's of their size? I'm pretty sure PostgreSQL throws an error by default — and I don't know how Odoo implements sequences.

Avatar
Discard
Best Answer

I just tested this and it did not roll over. It kept the sequence going. For example, Scrap sequence was only a 2 digit (0-99), and a step of 1. After doing number 99, it allowed a 100 to validate. I don't see how you can make it rollover or error out on the sequence settings, but perhaps it can be done with customization?

Avatar
Discard

Thank you very much.

Related Posts Replies Views Activity
0
Jan 25
1328
4
Aug 20
9926
2
Dec 23
29096
0
Jan 24
2880
1
Aug 23
1941