sms_data.xml 619 B

12345678910111213
  1. <?xml version="1.0" ?>
  2. <odoo>
  3. <data noupdate="1">
  4. <record id="sms_template_data_hr_presence" model="sms.template">
  5. <field name="name">Employee: Presence Reminder</field>
  6. <field name="model_id" ref="hr.model_hr_employee"/>
  7. <field name="body">Exception made if there was a mistake of ours, it seems that you are not at your office and there is not request of time off from you.
  8. Please, take appropriate measures in order to carry out this work absence.
  9. Do not hesitate to contact your manager or the human resource department.</field>
  10. </record>
  11. </data>
  12. </odoo>