[FIX]hr_recruitment: remove group on field create_date
authorCedric Snauwaert <csn@openerp.com>
Fri, 12 Apr 2013 13:44:00 +0000 (15:44 +0200)
committerCedric Snauwaert <csn@openerp.com>
Fri, 12 Apr 2013 13:44:00 +0000 (15:44 +0200)
bzr revid: csn@openerp.com-20130412134400-87dzu83x8vewayuo

addons/hr_recruitment/hr_recruitment_view.xml

index 2299ca2..0d3d1ab 100644 (file)
@@ -41,7 +41,7 @@
         <field name="arch" type="xml">
             <tree string="Applicants" fonts="bold:message_unread==True" colors="grey:state in ('cancel','done');blue:state=='pending'">
                 <field name="message_unread" invisible="1"/>
-                <field name="create_date" groups="base.group_no_one"/>
+                <field name="create_date"/>
                 <field name="name" string="Subject"/>
                 <field name="partner_name"/>
                 <field name="email_from"/>
                     <filter string="Appreciation" domain="[]" context="{'group_by':'priority'}"/>
                     <filter string="Stage" domain="[]" context="{'group_by':'stage_id'}"/>
                     <filter string="Source" domain="[]" context="{'group_by':'source_id'}"/>
-                    <filter string="Creation Date" domain="[]" context="{'group_by':'create_date'}" groups="base.group_no_one"/>
+                    <filter string="Creation Date" domain="[]" context="{'group_by':'create_date'}"/>
                 </group>
            </search>
         </field>