[FIX] crm: fixed an error in search filter

bzr revid: olt@tinyerp.com-20101001131557-blela2afg09m1icc
This commit is contained in:
olt@tinyerp.com 2010-10-01 15:15:57 +02:00
parent da504f014e
commit 2c78bb0696
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@
name="current"
domain="[('state','in', ('draft','open','pending'))]"/>
<filter icon="terp-go-today" string="Today"
domain="[('date','&lt;', time.strftime('%%Y-%%m-%%d 23:59:59')),\
domain="[('date','&lt;', time.strftime('%%Y-%%m-%%d 23:59:59')),
('date','&gt;=',datetime.strftime('%%Y-%%m-%%d 00:00:00'))]"
name="today"
help="Todays's Phonecalls"