c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #01145
[Bug 666489] Re: [trunk] line completly hidden when masking field
** Changed in: openobject-client-web
Status: In Progress => Fix Released
** Changed in: openobject-client-web
Milestone: None => 6.0-rc2
--
[trunk] line completly hidden when masking field
https://bugs.launchpad.net/bugs/666489
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject Web Client: Fix Released
Bug description:
When masking a field by setting "invisible" from "attrs" to "1", the line is completly hidden instead of just the target field.
<field name="reference_source" />
<field name="reference_friend" attrs="{'invisible':[('reference_source','!=','PATIENT')]}"/>
In this case, if the value of reference_source is not "PATIENT", reference_friend should be hidden. But when reference_friend is hidden, reference_source is also hidden !
References