search_default_current remove from hr recruitement action

bzr revid: tta@openerp.com-20111108124004-c97qpz0h23kcksqo
This commit is contained in:
Tejas (OpenERP) 2011-11-08 18:10:04 +05:30
parent d82470f497
commit 4db6a98df4
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<field name="res_model">hr.applicant</field>
<field name="view_mode">tree,form,graph,calendar,kanban</field>
<field name="view_id" ref="crm_case_tree_view_job"/>
<field name="context">{'search_default_filter_inprogress':1,'search_default_filter_new':1, 'search_default_current': 1,"search_default_department_id": department_id}</field>
<field name="context">{'search_default_filter_inprogress':1,'search_default_filter_new':1,"search_default_department_id": department_id}</field>
<field name="search_view_id" ref="view_crm_case_jobs_filter"/>
<field name="help">From this menu you can track applicants in the recruitment process and manage all operations: meetings, interviews, phone calls, etc. If you setup the email gateway, applicants and their attached CV are created automatically when an email is sent to jobs@yourcompany.com. If you install the document management modules, all documents (CV and motivation letters) are indexed automatically, so that you can easily search through their content.</field>
</record>