[IMP] sale:Improve the the search view and tree
[odoo/odoo.git] / addons / sale / sale_view.xml
index 272117a..2b3a7f3 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 Customer" icon="terp-sale" domain="[]" default="1" context="{'group_by':'partner_id'}"/>
+                                               <filter string="By Partner" 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>