[MERGE] hr_recruitment: removal of group 'no one' on create_date field in tree view

bzr revid: qdp-launchpad@openerp.com-20130415152901-b3e66wetgbsuy166
This commit is contained in:
Quentin (OpenERP) 2013-04-15 17:29:01 +02:00
commit 7c189942fe
1 changed files with 2 additions and 2 deletions

View 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"/>
@ -198,7 +198,7 @@
<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>