mirror of
https://github.com/bringout/oca-ocb-hr.git
synced 2026-04-24 06:12:05 +02:00
14 lines
589 B
XML
14 lines
589 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo><data noupdate="1">
|
|
|
|
<template id="applicant_hired_template">
|
|
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>
|