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.

22 lines
657 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. scheduler_error_mailer for Odoo
  4. Copyright (C) 2012-2013 Akretion Sébastien BEAU,David Beal,Alexis de Lattre
  5. Copyright (C) 2016 Sodexis
  6. The licence is in the file __openerp__.py
  7. -->
  8. <odoo>
  9. <record id="ir_cron_view" model="ir.ui.view">
  10. <field name="name">ir.cron.error.mailer.form</field>
  11. <field name="model">ir.cron</field>
  12. <field name="inherit_id" ref="base.ir_cron_view"/>
  13. <field name="arch" type="xml">
  14. <field name="doall" position="after">
  15. <field name="email_template_id"/>
  16. </field>
  17. </field>
  18. </record>
  19. </odoo>