[IMP]improve filter which are not working

bzr revid: sgo@tinyerp.com-20121130102948-gy5aqp4rffdk4gv5
This commit is contained in:
Sanjay Gohel (Open ERP) 2012-11-30 15:59:48 +05:30
parent 33048d7c79
commit 4cacdeaead
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@
<search string="Notes">
<field name="memo" string="Note"/>
<field name="tag_ids"/>
<filter name="open_true" string="Active" domain="['|',('open', '=', True),('date_done','=',time.strftime('%%Y-%%m-%%d'))]"/>
<filter name="open_true" string="Active" domain="[('open', '=', True)]"/>
<filter name="open_false" string="Archive" domain="[('open', '=', False)]"/>
<group expand="0" string="Group By...">
<filter icon="terp-stock_symbol-selection" string="Stage" help="By sticky note Category" context="{'group_by':'stage_id'}"/>