odoo/addons/fetchmail_hr_recruitment/installer.xml

20 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<openerp>
<data>
<record model="ir.actions.act_window" id="action_link_applicant_to_email_account">
<field name="name">Create Applicants from Email Account</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">fetchmail.server</field>
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>
<field name="context" eval="{'default_name': 'Recruitment Applicants', 'default_object_id': ref('hr_recruitment.model_hr_applicant')}"/>
<field name="help">You can synchronize the job email account (e.g. job@yourcompany.com) with OpenERP so that new applicants are created automatically in OpenERP for the followup of the recruitment process. Attachments are automatically stored in the DMS of OpenERP so that you get an indexation of all the CVs received.</field>
</record>
<record model="ir.actions.todo" id="config_wizard_action_link_applicant_to_email_account">
<field name="action_id" ref="action_link_applicant_to_email_account" />
<field name="category_id" ref="hr.category_hr_management_config" />
</record>
</data>
</openerp>