[IMP] sale, crm: remove remaining interval filters, continuing 366a30d
authorOlivier Dony <odo@openerp.com>
Wed, 30 Jul 2014 13:13:38 +0000 (15:13 +0200)
committerOlivier Dony <odo@openerp.com>
Wed, 30 Jul 2014 13:13:38 +0000 (15:13 +0200)
addons/crm/report/crm_lead_report_view.xml
addons/sale/report/sale_report_view.xml

index 221e768..7551a00 100644 (file)
                         <filter string="Stage" domain="[]" context="{'group_by':'stage_id'}"/>
                         <filter string="Priority" domain="[]" context="{'group_by':'priority'}" />
                         <separator orientation="vertical" />
-                        <filter string="Creation date (day)" domain="[]" context="{'group_by':'create_date:day'}"/>
-                        <filter string="Creation date (week)" domain="[]" context="{'group_by':'create_date:week'}"/>
-                        <filter string="Creation date (month)" domain="[]" context="{'group_by':'create_date:month'}" name="month"/>
-                        <filter string="Creation date (year)" domain="[]" context="{'group_by':'create_date:year'}"/>
+                        <filter string="Creation date" domain="[]" context="{'group_by':'create_date'}" name="month"/>
                         <separator orientation="vertical" />
                         <filter string="Exp. Closing" domain="[]" context="{'group_by':'date_deadline'}"/>
                         <filter string="Last Stage Update" context="{'group_by':'date_last_stage_update'}" />
index bc7c6ee..f2be545 100644 (file)
@@ -67,9 +67,7 @@
                     <filter string="Analytic Account" icon="terp-folder-green" context="{'group_by':'analytic_account_id'}" groups="analytic.group_analytic_accounting"/>
                     <filter string="Status" icon="terp-stock_effects-object-colorize" context="{'group_by':'state'}"/>
                     <filter string="Company" icon="terp-go-home" groups="base.group_multi_company" context="{'group_by':'company_id'}"/>
-                    <filter string="Order Date (day)" icon="terp-go-today" context="{'group_by':'date:day'}" help="Ordered date of the sales order"/>
-                    <filter string="Order Date (month)" icon="terp-go-today" context="{'group_by':'date:month'}" help="Ordered date of the sales order"/>
-                    <filter string="Order Date (year)" icon="terp-go-today" context="{'group_by':'date:year'}" help="Ordered date of the sales order"/>
+                    <filter string="Order Date" icon="terp-go-today" context="{'group_by':'date'}" help="Ordered date of the sales order"/>
                 </group>
             </search>
         </field>