I made a form which inherits from a form view. I added some new fields and changed some attributes, but now, I need to change this line:
<a type="open"><field name="name"/></a>
And convert it into this:
<a type="object" name="my_function"><field name="name"/></a>
How can I do this?