[Add] sale: add the group by in list view
[odoo/odoo.git] / addons / report_sale / report_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>