19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:31:00 +01:00
parent a1137a1456
commit e1d89e11e3
2789 changed files with 1093187 additions and 605897 deletions

View file

@ -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>