This file is indexed.

/usr/lib/python2.7/dist-packages/trytond/modules/account_invoice/view/invoice_tree.xml is in tryton-modules-account-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
<?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. -->
<tree>
    <field name="type"/>
    <field name="number"/>
    <field name="reference"/>
    <field name="invoice_date"/>
    <field name="party"/>
    <field name="currency"/>
    <field name="untaxed_amount"/>
    <field name="tax_amount"/>
    <field name="total_amount"/>
    <field name="state"/>
    <field name="amount_to_pay_today"/>
    <field name="description"/>
    <button name="cancel" string="Cancel" tree_invisible="1"
        confirm="Are you sure to cancel the invoice?"/>
    <button name="draft" string="Draft" tree_invisible="1"/>
    <button name="validate_invoice" string="Validate" tree_invisible="1"/>
    <button name="post" string="Post" tree_invisible="1"/>
</tree>