mirror of
https://github.com/bringout/oca-ocb-hr.git
synced 2026-04-25 04:52:05 +02:00
19.0 vanilla
This commit is contained in:
parent
a1137a1456
commit
e1d89e11e3
2789 changed files with 1093187 additions and 605897 deletions
|
|
@ -2,10 +2,13 @@
|
|||
<odoo><data noupdate="1">
|
||||
|
||||
<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>
|
||||
Employee created: <a href="#" t-att-data-oe-id="applicant.employee_id.id" data-oe-model="hr.employee"><t t-esc="applicant.employee_id.name"/></a>
|
||||
</template>
|
||||
|
||||
<template id="mail_notification_light_without_background" inherit_id="mail.mail_notification_light">
|
||||
<xpath expr="//t//table[@role='presentation']" position="attributes">
|
||||
<attribute name="style" add="background-color: white;" separator=" "/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</data></odoo>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue