[FIX] invalid option in question form view

bzr revid: rim@openerp.com-20140409141853-ztj5q5obzlg1dzfk
This commit is contained in:
Richard Mathot (OpenERP) 2014-04-09 16:18:53 +02:00
parent 1f3342acc4
commit 6d99ca2a1f
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@
<group string="Allow Comments" attrs="{'invisible':[('type','not in',['simple_choice','multiple_choice', 'matrix'])]}">
<field name='comments_allowed' />
<field name='comments_message' attrs="{'invisible': [('comments_allowed', '=', False)]}"/>
<field name='comment_count_as_answer' attrs="{'invisible': [('comments_allowed', '=', False)]}" />
<field name='comment_count_as_answer' attrs="{'invisible': ['|', ('comments_allowed', '=', False), ('type', 'in', ['matrix'])]}" />
</group>
</page>
</notebook>