48 lines
2.6 KiB
XML
48 lines
2.6 KiB
XML
<!--<?xml version="1.0"?>-->
|
|
<!--<odoo>-->
|
|
<!-- <data noupdate="1">-->
|
|
<!-- <record id="interview_invitation_meeting" model="mail.template">-->
|
|
<!-- <field name="name">Calendar: Interview Meeting Invitation</field>-->
|
|
<!-- <field name="model_id" ref="hr_recruitment.model_hr_applicant"/>-->
|
|
<!-- <field name="subject">INTERVIEW INVITE | ODIWARE</field>-->
|
|
<!-- <field name="email_from">"ODIWARE | HR" <dummymails276@gmail.com></field>-->
|
|
<!-- <field name="email_to">{{ (object.email_from) }}</field>-->
|
|
<!-- <field name="partner_to">{{ object.first_interviewer_ids }}</field>-->
|
|
<!-- <field name="description">Invitation email to new attendees</field>-->
|
|
<!-- <field name="body_html" type="html">-->
|
|
|
|
<!-- <table style="width: 100%; border-collapse: collapse; border: 1px solid #ccc;">-->
|
|
<!-- <!– Company Logo Row –>-->
|
|
<!-- <tr>-->
|
|
<!-- <table style="width: 100%; border-collapse: collapse;">-->
|
|
<!-- <td style="width: 80%;padding: 20px;">-->
|
|
<!-- </td>-->
|
|
|
|
<!-- <td style="width: 20%;padding: 20px;">-->
|
|
<!-- <img t-attf-src="/logo.png?company={{ user.company_id.id }}"-->
|
|
<!-- style="height: auto; width: 80px;" t-att-alt="user.company_id.name"/>-->
|
|
<!-- </td>-->
|
|
<!-- </table>-->
|
|
<!-- </tr>-->
|
|
<!-- <!– Invite Content Greetings Row –>-->
|
|
<!-- <tr>-->
|
|
<!-- <td style="padding: 20px;">-->
|
|
<!-- <p>Dear<t t-out="object.partner_name"/>,-->
|
|
<!-- </p>-->
|
|
<!-- <p>We are pleased to invite you for an interview.</p>-->
|
|
<!-- </td>-->
|
|
<!-- </tr>-->
|
|
<!-- <!– Remaining Content Row –>-->
|
|
<!-- <tr>-->
|
|
<!-- <td style="padding: 20px; border-top: 1px solid #ccc;">-->
|
|
<!-- <p>Looking forward to meeting you!</p>-->
|
|
<!-- <p>Best Regards,</p>-->
|
|
<!-- <p>HR Team | ODIWARE</p>-->
|
|
<!-- </td>-->
|
|
<!-- </tr>-->
|
|
<!-- </table>-->
|
|
<!-- </field>-->
|
|
<!-- </record>-->
|
|
<!-- </data>-->
|
|
<!--</odoo>-->
|