project task view rename current to TODO, add current button for draft open and pending

bzr revid: al@openerp.com-20100224220233-ixixf073tdy04f82
This commit is contained in:
Antony Lesuisse 2010-02-24 23:02:33 +01:00
parent c4015e8fce
commit 1ce6c0023f
1 changed files with 2 additions and 1 deletions

View File

@ -404,7 +404,8 @@
<field name="arch" type="xml">
<search string="Task Edition">
<group col="20" colspan="4">
<filter string="Current" domain="[('state','in',('open','draft'))]" help="Open and Draft Tasks" icon="terp-project" default="1"/>
<filter string="TODO" domain="[('state','in',('open','draft'))]" help="Draft and Open Tasks" icon="terp-project" default="1"/>
<filter string="Current" domain="[('state','in',('open','draft','pending'))]" help="Draft, Open and Pending Tasks" icon="terp-project" default="1"/>
<filter string="In Progress" domain="[('state','=','open')]" help="Open Tasks" icon="terp-project"/>
<filter string="Pending" domain="[('state','=','pending')]" context="{'show_delegated':False}" help="Pending Tasks" icon="terp-project"/>
<separator orientation="vertical"/>