[IMP] Make the answer field invisible when no answer is given from the user.

bzr revid: chandni.machchhar3@gmail.com-20130813102234-j744cawbp3k6u971
This commit is contained in:
Chandni Machchhar (OpenERP Trainee) 2013-08-13 15:52:34 +05:30
parent b9cc4e0c33
commit 97f10d5a9e
1 changed files with 1 additions and 1 deletions

View File

@ -1127,7 +1127,7 @@
<field name="survey_id"/>
<field name="user_id" on_change="on_change_user(user_id)"/>
<field name="email"/>
<field name="response" readonly="1"/>
<field name="response" readonly="1" attrs="{'invisible':[('response','=',False)]}"/>
</group>
</sheet>
</form>