I'm trying to implement sequences on my custom modules, so I've created a sequence through the menu configuration>sequences & identificators. Now I'm trying to assing the sequence to my model but I don't know how to do it, reading some documentation get the model name for sequences is ir.sequence.
How can I handle the sequence on my model? need to add a m2o field to ir.sequence?