This file is indexed.

/usr/lib/python2.7/dist-packages/trytond/modules/project_invoice/view/work_form.xml is in tryton-modules-project-invoice 4.2.0-1.

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
<?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. -->
<data>
    <xpath
        expr="/form/notebook/page[@id='general']/group[@id='progress']"
        position="after">
        <label name="project_invoice_method"/>
        <field name="project_invoice_method"/>
    </xpath>
    <xpath expr="/form/notebook/page[@id='general']/separator[@name='comment']"
        position="before">
        <newline/>
        <label name="invoiced_duration"/>
        <field name="invoiced_duration"/>
        <label name="invoiced_amount"/>
        <field name="invoiced_amount"/>
        <label name="duration_to_invoice"/>
        <field name="duration_to_invoice"/>
    </xpath>
    <xpath expr="/form/notebook/page[@id='general']/group/group[@id='buttons']"
        position="inside">
        <button string="Invoice" name="invoice"/>
    </xpath>
    <xpath expr="/form/notebook" position="inside">
        <page name="invoiced_progress">
            <field name="invoiced_progress" colspan="4"/>
        </page>
    </xpath>
</data>