[FIX]stock:location filter works properly

bzr revid: kbh@tinyerp.com-20121129112534-1kx4dw5oum7tc5oz
This commit is contained in:
Khushboo Bhatt (Open ERP) 2012-11-29 16:55:34 +05:30
parent 5781ff89fa
commit 936345fc2d
1 changed files with 1 additions and 1 deletions

View File

@ -1364,7 +1364,7 @@
<separator/>
<filter icon="terp-go-today" string="Today" domain="[('date','&lt;=',time.strftime('%%Y-%%m-%%d 23:59:59')),('date','&gt;=',time.strftime('%%Y-%%m-%%d 00:00:00'))]" help="Orders processed Today or planned for Today"/>
<field name="product_id"/>
<field name="location_id" string="Location" />
<field name="name" string="Location" filter_domain="['|',('location_id','ilike',self),('location_dest_id','ilike',self)]"/>
<field name="partner_id" string="Partner" filter_domain="[('picking_id.partner_id','ilike',self)]"/>
<field name="prodlot_id"/>
<group expand="0" string="Group By...">