[Add] sale: add the group by in list view
authorsbh (Open ERP) <sbh@tinyerp.com>
Wed, 3 Feb 2010 14:53:33 +0000 (20:23 +0530)
committersbh (Open ERP) <sbh@tinyerp.com>
Wed, 3 Feb 2010 14:53:33 +0000 (20:23 +0530)
bzr revid: sbh@tinyerp.com-20100203145333-1kx73igen389vm9q

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

index 66df3a5..8992e88 100644 (file)
                            <field name="product_id" select="1"/>
                            <field name="state" select="1"/>
                                <group expand="1" string="Group By..." colspan="4" col="20">
-                        <filter string="By Year" icon="terp-sale" domain="[]"  context="{'group_by'name"/>
-                        <filter string="By Month" icon="terp-sale" domain="[]" context="{'group_by':'month"/>
+                        <filter string="By Year" icon="terp-sale" domain="[]"  context="{'group_by'name'}"/>
+                        <filter string="By Month" icon="terp-sale" domain="[]" context="{'group_by':'month'}"/>
                         <filter string="By State" icon="terp-sale" domain="[]" context="{'group_by':'state'}"/>
+                        <filter string="By Product" icon="terp-sale" domain="[]" context="{'group_by':'product_id'}"/>
                     </group>                       
                        </group>
                 </search>
                            <field name="category_id" select="1"/>
                            <field name="state" select="1"/>
                                <group expand="1" string="Group By..." colspan="4" col="20">
-                        <filter string="By Year" icon="terp-sale" domain="[]"  context="{'group_by'name"/>
-                        <filter string="By Month" icon="terp-sale" domain="[]" context="{'group_by':'month"/>
+                        <filter string="By Year" icon="terp-sale" domain="[]"  context="{'group_by'name'}"/>
+                        <filter string="By Month" icon="terp-sale" domain="[]" context="{'group_by':'month'}"/>
                         <filter string="By State" icon="terp-sale" domain="[]" context="{'group_by':'state'}"/>
                         <filter string="By Category" icon="terp-sale" domain="[]" context="{'group_by':'category_id'}"/>
                                                </group>                            
index f8a388c..df89d65 100644 (file)
                             <filter icon="terp-sale" domain="[('user_id','child_of',[uid])]" help="My Departments Sale Orders"/>
                         </field>
                         <field name="date_order" select="1"/>
+                               <group expand="1" string="Group By..." colspan="4" col="20">
+                        <filter string="By User" icon="terp-sale" domain="[]"  context="{'group_by':'user_id'}"/>
+                        <filter string="By Parnter" icon="terp-sale" domain="[]" context="{'group_by':'partner_id'}"/>
+                        <filter string="By Order Date" icon="terp-sale" domain="[]" context="{'group_by':'date_order'}"/>
+                                               </group>                        
                    </group>
                </search>
             </field>