Hi,
I have two fields which i want to convert theme to sequences
the idea is to make a sequence named "rayon" depend on another sequence named "casier"
this casier will take just {1,2,3,4,5,6,7,8} and it will restart like a loop
but the rayon sequence will not do the increamentation until the casier restart from 1
The Final result should be like this :
Record 1 : rayon=1 | casier=1
Record 2 : rayon=1 | casier=2
....
Record 8 : rayon=1 | casier=8
Record 9 : rayon=2 | casier=1
I will be very grateful if anyone can transform this to an odoo code 10
Regards