Odoo18-Base/addons/hr_recruitment/data/mail_templates.xml
2025-01-06 10:57:38 +07:00

15 lines
589 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo><data noupdate="1">
<template id="candidate_hired_template">
Employee created: <a href="#" t-att-data-oe-id="candidate.employee_id.id" data-oe-model="hr.employee"><t t-esc="candidate.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>