[IMP] change the button order in stock_view.xml

bzr revid: kjo@tinyerp.com-20110919130057-ag1v92dll6xytxge
This commit is contained in:
Kuldeep Joshi (OpenERP) 2011-09-19 18:30:57 +05:30
parent 9b83780846
commit c8092d5965
1 changed files with 2 additions and 2 deletions

View File

@ -1675,11 +1675,11 @@
<field name="arch" type="xml">
<search string="Stock Moves">
<group>
<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 planned for today"/>
<separator orientation="vertical"/>
<filter icon="terp-gtk-go-back-rtl" name="receive" string="To Do" domain="[('state','in',('confirmed','assigned'))]" help="Stock to be received"/>
<filter icon="terp-dialog-close" name="received" string="Done" domain="[('state','=','done')]"/>
<separator orientation="vertical"/>
<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 planned for today"/>
<separator orientation="vertical"/>
<field name="origin"/>
<field name="partner_id" string="Partner"/>
<field name="product_id"/>