I have two fields Rayon(String) and Case( String) in the same form :
i want in every new record make this algorithm :
Record 1 : Rayon : R1 | Casier : C1
Record 2 : Rayon : R1 | Casier C2
....
Record 8 : Rayon : R1 | Casier C8
Record 9 : Rayon : R2 | Casier C1
When we have C8 in Casier in the record we should increment Rayon and restart from C1 for Casier field.
How to this in odoo 10
Regards,