[IMP] stock: change tooltip of To Do button
authorKuldeep Joshi (OpenERP) <kjo@tinyerp.com>
Thu, 22 Sep 2011 09:38:18 +0000 (15:08 +0530)
committerKuldeep Joshi (OpenERP) <kjo@tinyerp.com>
Thu, 22 Sep 2011 09:38:18 +0000 (15:08 +0530)
bzr revid: kjo@tinyerp.com-20110922093818-hojcoz8f3bd1kz0u

addons/stock/stock_view.xml

index 9304e2d..f5e4b22 100644 (file)
             <field name="arch" type="xml">
                 <search string="Stock Moves">
                     <group>
-                        <filter icon="terp-gtk-go-back-rtl" name="receive" string="To Do " domain="[('state','in',('confirmed','assigned'))]" help="Stock to be received or done"/>
+                        <filter icon="terp-gtk-go-back-rtl" name="receive" string="To Do " domain="[('state','in',('confirmed','assigned'))]" help="Stock to be receive"/>
                         <filter icon="terp-dialog-close" name="done" 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"/>