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.
 
 
 
 
 

15 lines
589 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- ir.cron form view inherit -->
<record id="ir_cron_view_form" model="ir.ui.view">
<field name="name">ir.cron.view.form.inherit.scheduled.action.shortcut
</field>
<field name="model">ir.cron</field>
<field name="inherit_id" ref="base.ir_cron_view_form"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='priority']" position="after">
<field name="run_through_systray" widget="boolean_toggle"/>
</xpath>
</field>
</record>
</odoo>