c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #01130
[Bug 666489] [NEW] [trunk] line completly hidden when masking field
Public bug reported:
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 !
** Affects: openobject-client-web
Importance: Undecided
Status: New
** Description changed:
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_frient should be hidden. But when reference_friend is hidden, reference_source is also hidden !
+ 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 !
--
[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: New
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 !
Follow ups
References