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.
24 lines
574 B
24 lines
574 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2012-2013 Akretion (http://www.akretion.com/)
|
|
The licence is in the file __openerp__.py
|
|
-->
|
|
|
|
<openerp>
|
|
<data>
|
|
|
|
|
|
<record id="ir_cron_error_mailer_view" model="ir.ui.view">
|
|
<field name="name">ir.cron.error.mailer.form</field>
|
|
<field name="model">ir.cron</field>
|
|
<field name="inherit_id" ref="base.ir_cron_view"/>
|
|
<field name="arch" type="xml">
|
|
<field name="doall" position="after">
|
|
<field name="email_template_id" />
|
|
</field>
|
|
</field>
|
|
</record>
|
|
|
|
|
|
</data>
|
|
</openerp>
|