[FIX] correct various date issues in reporting
[odoo/odoo.git] / addons / hr_recruitment / report / hr_recruitment_report_view.xml
index db3e15d..633d53c 100644 (file)
                    <filter string="Last Stage" help="Match this group by with a specific stage filter in order to analyse the recruitment process" context="{'group_by':'last_stage_id'}"/>
                    <filter string="Stage" context="{'group_by':'stage_id'}" />
                    <filter string="Last Stage Update" context="{'group_by':'date_last_stage_update'}" />
-                   <filter string="Creation Date (day)" context="{'group_by':'date_create:day'}" help="Creation Date"/>
-                   <filter string="Creation Date (week)" context="{'group_by':'date_create:week'}" help="Creation Date"/>
-                   <filter string="Creation Date (month)" context="{'group_by':'date_create:month'}" help="Creation Date"/>
-                   <filter string="Creation Date (year)" context="{'group_by':'date_create:year'}" help="Creation Date"/>
+                   <filter string="Creation Date" context="{'group_by':'date_create'}" help="Creation Date"/>
                 </group>
             </search>
         </field>