summaryrefslogtreecommitdiff
path: root/addons/hr_recruitment/data/hr_recruitment_templates.xml
blob: 06d7966f3e172b56c3484a649fe8c031890d78c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>

<odoo>
    <data>
        <template id="applicant_hired_template">
Applicant hired<br/>
<ul>
    <li>Employee: <a href="#" t-att-data-oe-id="applicant.emp_id.id" data-oe-model="hr.employee"><t t-esc="applicant.emp_id.name"/></a></li>
</ul>
        </template>
    </data>
</odoo>