This file is indexed.

/usr/lib/python3/dist-packages/trytond/ir/view/action_report_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
33
34
35
36
37
38
39
40
41
<?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" xexpand="0" width="100"/>
    <notebook colspan="4">
        <page string="General" id="general">
            <label name="model"/>
            <field name="model"/>
            <label name="report_name"/>
            <field name="report_name"/>
            <label name="icon"/>
            <field name="icon"/>
            <newline/>
            <label name="report_content"/>
            <field name="report_content"/>
            <label name="report"/>
            <field name="report"/>
            <label name="template_extension"/>
            <field name="template_extension"/>
            <label name="extension"/>
            <field name="extension"/>
            <label name="single"/>
            <field name="single"/>
            <label name="direct_print"/>
            <field name="direct_print"/>
            <newline/>
            <label name="email"/>
            <field name="email" colspan="3" widget="pyson"/>
        </page>
        <page name="keywords">
            <field name="keywords" colspan="4"/>
        </page>
        <page name="groups">
            <field name="groups" colspan="4"/>
        </page>
    </notebook>
</form>