Documentation for sequences in tryton 5.0

is there any good documentation available for implementing sequences in tryton 5.0?

Usually we do not document models internal because the code is the best source.
The only thing to know about sequence is that you get the next value by calling Sequence.get_id with the sequence instance or id as parameter.