I added a boolean field to a openerp 7 form
at on_change
I call my method in order to change offer
field values on the form
my method returns:
{'value': {'fieldname': 'newfieldvalue'}}
I want replace the boolean field with a button, but my method don't work for buttons that is the right return value for a button in order to change field values on the same form.