[MERGE] lp:~openerp-dev/openobject-addons/trunk-bug-1082849-sgo

lp bug: https://launchpad.net/bugs/1082849 fixed

bzr revid: vta@openerp.com-20121205150710-58b325unq2xeqko4
This commit is contained in:
vta vta@openerp.com 2012-12-05 16:07:10 +01:00
commit a38e266694
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'}"/>