[FIX]: Fix attr into attrs

bzr revid: atp@tinyerp.com-20120716133521-qtq9u2ihrcr73elf
This commit is contained in:
Atul Patel (OpenERP) 2012-07-16 19:05:21 +05:30
parent cb13892b69
commit dc3d09bd46
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@
<label for="date_start" string="Duration" />
<div>
<field name="date_start" class="oe_inline" nolabel="1"/>
<span attr="{'invisible': [('date_stop','=',False)]}"> - </span>
<span attrs="{'invisible': [('date_stop','=',False)]}"> - </span>
<field name="date_stop" nolabel="1" class="oe_inline"/>
</div>
</group>