[FIX] reddish area removed when no alerts in lunch

bzr revid: api@openerp.com-20121220085739-pjurfot0ohxl64qk
This commit is contained in:
Arnaud Pineux 2012-12-20 09:57:39 +01:00
parent 4d7a6ac69f
commit eb8649162c
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@
<field name='date'/>
</group>
</group>
<field name='alerts' attrs="{'invisible': ['|',('state','!=','new'),('alerts','=','')]}" class="oe_inline oe_lunch_alert"/>
<field name='alerts' attrs="{'invisible': ['|',('state','!=','new'),('alerts','=',False)]}" class="oe_inline oe_lunch_alert"/>
<div name="preferences">
</div>
<separator string='Select your order'/>