i make one fields selection like this ,
'jenis_kelamin' : fields.selection([('1','Laki laki'),('2','Perempuan'),('3','GROUP CUSTOMER/JOINT PROMO')])
i use widget="radio" to make radio button. all i want to show on my form is only value with key number 1 and 2 without number 3 ..
how can i make it ? Thanks in advance