[IMP] sale: change the name of filter string in serach view
authorsbh (Open ERP) <sbh@tinyerp.com>
Mon, 8 Feb 2010 10:08:53 +0000 (15:38 +0530)
committersbh (Open ERP) <sbh@tinyerp.com>
Mon, 8 Feb 2010 10:08:53 +0000 (15:38 +0530)
bzr revid: sbh@tinyerp.com-20100208100853-2adsv054n1sp2aso

addons/sale/sale_view.xml

index 9eee62b..272117a 100644 (file)
                         <field name="date_order" select="1"/>
                                        </group>
                                        <group expand="context.get('report',False)" string="Group By..." colspan="4" col="8">
-                                               <filter string="By Parnter" icon="terp-sale" domain="[]" default="1" context="{'group_by':'partner_id'}"/>
+                                               <filter string="By Customer" icon="terp-sale" domain="[]" default="1" context="{'group_by':'partner_id'}"/>
                         <filter string="By State" icon="terp-sale" domain="[]" context="{'group_by':'state'}"/>
                         <filter string="By Order Date" icon="terp-sale" domain="[]" context="{'group_by':'date_order'}"/>
                                        </group>                        
                                        <group expand="context.get('report',False)" string="Group By..." colspan="4" col="8">
                                                <filter string="By Product" icon="terp-sale"  default="1" domain="[]" context="{'group_by':'product_id'}"/>
                         <filter string="By Order" icon="terp-sale" domain="[]" context="{'group_by':'order_id'}"/>
-                        <filter string="By State" icon="terp-sale" domain="[]" context="{'group_by':'state'}"/>
+                        <filter string="By Scheduled" icon="terp-sale" domain="[]" context="{'group_by':'state'}"/>
                                        </group>                        
                         
                     </group>