[IMP] filters in fields have no reason to have a string

bzr revid: xmo@openerp.com-20111017133825-2vnzzdmh6jll5f0w
This commit is contained in:
Xavier Morel 2011-10-17 15:38:25 +02:00
parent 9d916e684e
commit e58c70f065
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@
<filter name="scrum_daily" icon="terp-go-today" string="Daily" domain="[('date','=',time.strftime('%%Y-%%m-%%d'))]" help="Daily Meetings"/>
<separator orientation="vertical"/>
<field name="sprint_id">
<filter icon="terp-check" string="Current" domain="[('sprint_id.state','in',('draft','open'))]" help="Current Sprints"/>
<filter icon="terp-check" domain="[('sprint_id.state','in',('draft','open'))]" help="Current Sprints"/>
</field>
<field name="date"/>
</group>