Good morning, I'd like to know if is possible change the options in a selection field depending of another field.
For example, I have a selection field with [('option1', 'Option 1'),('option2', 'Option 2')]
And I have a boolean field with a compute with @api.depends function.
I'd like to know if that boolean is checked, if I can add a option to my selection field, for example, add ('option3', 'Option 3').
Thank you so much for your answers!