Hi, I would like to know if it's possible to do the following
Only show a field for example
myField = fields.Text(string="My Field")
When and option on my field many2many is selected,
fieldm2m = fields.Many2many('info.information')
I want to show the text field when the option OTHERS is selected on the many2many field
On the CSV is like this
id, codigo
1,GOOD
2,BAD
3,OTHERS
Thank you for your help
Hope this will contain your query: https://goo.gl/8HgnCF