Hello Leigh Willard, Would you please tell me about the way you are making the field read only. Whether it is of using states attribute or attrs. I have checked this using an attrs and it is working fine under on_change event.
Thanks. -- on_change events on a field used in an attribute https://bugs.launchpad.net/bugs/664515 You received this bug notification because you are a member of C2C OERPScenario, which is subscribed to the OpenERP Project Group. Status in OpenObject Addons Modules: New Bug description: If you have a field readonly when state == draft and you use an on_change event on a different field which then changes the state, the readonly attribute doesn't get evaluated. ie. in draft state the field transaction# is readonly. During an on_change event the state gets set to open but the transaction# stays read-only on the screen. _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

