<?xml version="1.0" ?>
<odoo>
    <data noupdate="1">
        <record id="sms_template_data_hr_presence" model="sms.template">
            <field name="name">Employee: Presence Reminder</field>
            <field name="model_id" ref="hr.model_hr_employee"/>
            <field name="body">Hi, we noticed you're not at work and no time-off was submitted. If this is an oversight from us, we apologize. Please contact your manager or HR ASAP. Thanks</field>
        </record>
    </data>
</odoo>
