summaryrefslogtreecommitdiff
path: root/addons/hr_presence/data/sms_data.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addons/hr_presence/data/sms_data.xml')
-rw-r--r--addons/hr_presence/data/sms_data.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/addons/hr_presence/data/sms_data.xml b/addons/hr_presence/data/sms_data.xml
new file mode 100644
index 00000000..5f51ba95
--- /dev/null
+++ b/addons/hr_presence/data/sms_data.xml
@@ -0,0 +1,12 @@
+<?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">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.
+Please, take appropriate measures in order to carry out this work absence.
+Do not hesitate to contact your manager or the human resource department.</field>
+ </record>
+ </data>
+</odoo>