[FIX] purchase_requisition: search filter: no 'date_planned' field in 'purchase.requisition' model

bzr revid: olt@tinyerp.com-20101001141925-g09tjmcxyjc70pdg
This commit is contained in:
olt@tinyerp.com 2010-10-01 16:19:25 +02:00
parent 959fcc97c0
commit 07aa0d4668
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@
<field name="type">tree</field>
<field name="model">purchase.requisition</field>
<field name="arch" type="xml">
<tree colors="grey:state in ('done');red:date_end&lt;current_date and state not in ('done','cancel');black:date_planned&gt;=current_date;" string="Purchase Requisition">
<tree colors="grey:state in ('done');red:date_end&lt;current_date and state not in ('done','cancel');black:date_end&gt;=current_date;" string="Purchase Requisition">
<field name="name"/>
<field name="user_id"/>
<field name="date_start"/>