Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
4186 Переглядів

...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.

Аватар
Відмінити
Найкраща відповідь

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?

Аватар
Відмінити

Thank you very much.

Related Posts Відповіді Переглядів Дія
0
січ. 25
1432
4
серп. 20
10127
2
груд. 23
29216
0
січ. 24
2953
1
серп. 23
2035