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.

23 lines
723 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. Copyright (C) 2018 bloopark systems (<http://bloopark.de>)
  7. The licence is in the file __openerp__.py
  8. -->
  9. <odoo>
  10. <record id="ir_cron_view" model="ir.ui.view">
  11. <field name="name">ir.cron.error.mailer.form</field>
  12. <field name="model">ir.cron</field>
  13. <field name="inherit_id" ref="base.ir_cron_view_form"/>
  14. <field name="arch" type="xml">
  15. <field name="doall" position="after">
  16. <field name="email_template_id"/>
  17. </field>
  18. </field>
  19. </record>
  20. </odoo>