← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 666489] Re: [trunk] line completly hidden when masking field

 

Hello sickle,

Its fixed in trunk web-client. Please update your code.

Revision-info:
3722 sma@xxxxxxxxxxx-20101026054233-1wzlorx72eilxycx

Thanks.

-- 
[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: In Progress

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