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.

19 lines
777 B

  1. <?xml version="1.0"?>
  2. <!-- Copyright 2017 Eficent Business and IT Consulting Services S.L.
  3. License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl-3.0) -->
  4. <odoo>
  5. <record id="ir_cron_view_form" model="ir.ui.view">
  6. <field name="name">ir.cron.form - base_cron_exclusion</field>
  7. <field name="model">ir.cron</field>
  8. <field name="inherit_id" ref="base.ir_cron_view_form"/>
  9. <field name="arch" type="xml">
  10. <notebook position="inside">
  11. <page name="exclusive_cron" groups="base.group_no_one"
  12. string="Mutually Exclusive Scheduled Actions">
  13. <field name="mutually_exclusive_cron_ids"/>
  14. </page>
  15. </notebook>
  16. </field>
  17. </record>
  18. </odoo>