odoo/addons/hr_evaluation/hr_evaluation_installer.xml

24 lines
988 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<openerp>
<data>
<record model="ir.actions.act_window" id="action_evaluation_plans_installer">
<field name="name">Review Appraisal Plans</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">hr_evaluation.plan</field>
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>
<field name="help" type="html">
<p class="oe_view_nocontent_create">
Click to define a new appraisal plan.
</p><p>
You can define appraisal plans (ex: first interview after 6
months, then every year). Then, each employee can be linked to
an appraisal plan so that OpenERP can automatically generate
interview requests to managers and/or subordinates.
</p>
</field>
</record>
</data>
</openerp>