This file is indexed.

/usr/lib/python3/dist-packages/trytond/ir/view/cron_form.xml is in tryton-server 4.6.3-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0"?>
<!-- This file is part of Tryton.  The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<form>
    <label name="name"/>
    <field name="name"/>
    <label name="active"/>
    <field name="active"/>
    <label name="user"/>
    <field name="user"/>
    <label name="request_user"/>
    <field name="request_user"/>
    <label name="interval_number"/>
    <field name="interval_number"/>
    <label name="interval_type"/>
    <field name="interval_type"/>
    <label name="number_calls"/>
    <field name="number_calls"/>
    <label name="next_call"/>
    <field name="next_call"/>
    <label name="repeat_missed"/>
    <field name="repeat_missed"/>
    <button name="run_once" colspan="2" string="Run Once"/>
    <separator string="Action to trigger" colspan="4"
        id="action_trigger"/>
    <label name="model"/>
    <field name="model"/>
    <label name="function"/>
    <field name="function"/>
    <label name="args"/>
    <field name="args" colspan="3" widget="char"/>
</form>