You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

25 lines
1002 B

<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data noupdate="1">
<!-- Error Email template -->
<record id="scheduler_error_mailer" model="mail.template">
<field name="name">Scheduler Error</field>
<field name="email_from">${object.user_id.email}</field>
<field name="subject">'${object.name}' FAILED</field>
<field name="report_template" ref="action_report_logs"/>
<field name="model_id" ref="cron_failure_notification.model_logs_action"/>
<field name="auto_delete" eval="True"/>
<field name="body_html">
<![CDATA[
Dear Support team,<br>
<p>Here we are attaching error logs from scheduled cron jobs on our server, so please
urgently take action.<br> If you have any question, don't hesitate to contact us.<br></p><br>
Thank You.
]]>
</field>
</record>
</data>
</openerp>