[IMP] Remove Dependancy document_ftp.

bzr revid: jir@tinyerp.com-20130715101035-3kure8xsc7rs9b3j
This commit is contained in:
Jignesh Rathod (OpenERP) 2013-07-15 15:40:35 +05:30
parent 2e0f80d5a0
commit 84bb3d0fd5
3 changed files with 5 additions and 4 deletions

View File

@ -125,6 +125,7 @@
<field name="response" invisible="1"/>
<field name="job_id" on_change="onchange_job(job_id)"/>
<field name="department_id" on_change="onchange_department_id(department_id)"/>
<field name="company_id" />
<label for="availability"/>
<div>
<field name="availability" class="oe_inline"/> <label string="Day(s)" class="oe_inline"/>

View File

@ -26,9 +26,9 @@ class hr_applicant_settings(osv.osv_memory):
_inherit = ['hr.config.settings', 'fetchmail.config.settings']
_columns = {
'module_document_ftp': fields.boolean('Allow the automatic indexation of resumes',
'module_document': fields.boolean('Allow the automatic indexation of resumes',
help="""Manage your CV's and motivation letter related to all applicants.
This installs the module document_ftp. This will install the knowledge management module in order to allow you to search using specific keywords through the content of all documents (PDF, .DOCx...)"""),
This installs the module document. This will install the knowledge management module in order to allow you to search using specific keywords through the content of all documents (PDF, .DOCx...)"""),
}

View File

@ -15,8 +15,8 @@
<field name="arch" type="xml">
<div name="recruitment" position="inside">
<div>
<field name="module_document_ftp" class="oe_inline"/>
<label for="module_document_ftp"/>
<field name="module_document" class="oe_inline"/>
<label for="module_document"/>
</div>
</div>
</field>