[IMP] sale:remove the field from tree view of report
authorsbh (Open ERP) <sbh@tinyerp.com>
Tue, 9 Feb 2010 05:35:44 +0000 (11:05 +0530)
committersbh (Open ERP) <sbh@tinyerp.com>
Tue, 9 Feb 2010 05:35:44 +0000 (11:05 +0530)
bzr revid: sbh@tinyerp.com-20100209053544-zeyhc9skfhmhjq9y

addons/sale/report_sale_view.xml
addons/sale/sale_view.xml

index 2fe40d8..6d9f4ec 100644 (file)
@@ -50,7 +50,6 @@
             <field name="type">tree</field>
             <field name="arch" type="xml">
                 <tree string="Sale Orders by Product">
-                    <field name="name"/>
                     <field name="order_id"/>
                     <field name="product_uom_qty" />
                     <field name="product_uos_qty"/>
index 2b3a7f3..5f2be41 100644 (file)
                                        <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 Scheduled" icon="terp-sale" domain="[]" context="{'group_by':'state'}"/>
+                        <filter string="By State" icon="terp-sale" domain="[]" context="{'group_by':'state'}"/>
                                        </group>                        
                         
                     </group>