Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
21
base_cron_exclusion/views/ir_cron_view.xml
Executable file
21
base_cron_exclusion/views/ir_cron_view.xml
Executable file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- Copyright 2017-19 ForgeFlow S.L. (https://www.forgeflow.com)
|
||||
License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). -->
|
||||
<odoo>
|
||||
<record id="ir_cron_view_form" model="ir.ui.view">
|
||||
<field name="name">ir.cron.form - base_cron_exclusion</field>
|
||||
<field name="model">ir.cron</field>
|
||||
<field name="inherit_id" ref="base.ir_cron_view_form" />
|
||||
<field name="arch" type="xml">
|
||||
<notebook position="inside">
|
||||
<page
|
||||
name="exclusive_cron"
|
||||
groups="base.group_no_one"
|
||||
string="Mutually Exclusive Scheduled Actions"
|
||||
>
|
||||
<field name="mutually_exclusive_cron_ids" />
|
||||
</page>
|
||||
</notebook>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user