HI all,
I have a field "selection" ( fields.selection) with different values.
Some values are only for some automatic action. Thus, I would like to make then "invisible" when users can select a value from this selection field. Is it possible?
My field:
'titre': fields.selection((('e','Email'), ('p','phone'),('m','Post/Mail'),('a','Automatic Action')),'Action',required=True
Inside my .xml:
<field name="titre"/>
Thank you,
Selverine