[IMP] stock:Improve the tooltips of Inventory Analysis report
authorsbh (Open ERP) <sbh@tinyerp.com>
Thu, 23 Sep 2010 07:22:17 +0000 (12:52 +0530)
committersbh (Open ERP) <sbh@tinyerp.com>
Thu, 23 Sep 2010 07:22:17 +0000 (12:52 +0530)
bzr revid: sbh@tinyerp.com-20100923072217-t2ekkabm2u8lm4jm

addons/stock/report/report_stock_move_view.xml

index fe68ded..57eb5ed 100644 (file)
                         name="real"
                         icon="terp-dialog-close"
                         domain="[('state','=','done')]"
-                        help="Analysis on real stock (including only moves already processed)"/>
+                        help="Analysis of current inventory (only moves that have already been processed)"/>
 
                     <filter string="Future"
                         icon="terp-camera_test"
                         domain="[('state','in',('assigned','done','waiting','confirmed'))]"
-                        help = "Analysis including future operations (similar to virtual stock)"/>
+                        help = "Analysis including future moves (similar to virtual stock)"/>
 
                     <separator orientation="vertical"/>
                     <filter icon="terp-go-home" name="location_type_internal" string="Internal" domain="[('location_type','=','internal')]"/>