c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #02826
[Bug 664515] Re: on_change events on a field used in an attribute
This is how you can test it:
create these boolean fields:
Post
Fax
Other
and one character field:
Info - this one gets set to read-only when Other is NOT selected
Also, the three booleans act like radio-buttons, only one can be
selected at a time. So when one gets selected, the on-change events de-
selects the others.
This works:
click Post, then click Other. Result: Post gets de-selected, Other is selected, so Info becomes writable.
This doesn't work:
click Other, then click Post. Result: Post gets selected, Other gets de-selected, but Info STAYS writable.
--
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: Incomplete
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.
References