This file is indexed.

/usr/lib/python3/dist-packages/trytond/modules/account_stock_continental/minimal_chart_bg.xml is in tryton-modules-account-stock-continental 4.6.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
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
<?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. -->
<tryton>
    <data>

        <record id="account_type_template_asset_current_inventories_bg" model="account.account.type.template">
            
            <field name="name">Инвентаризации</field>
            
            
            
            
            
            
            
            <field name="parent" ref="account.account_type_template_asset_current_bg"/>
            <field name="sequence" eval="20"/>
        </record>

        <record id="account_template_stock_bg" model="account.account.template">
            
            <field name="name">Наличност</field>
            
            
            
            
            
            
            
            <field name="type" ref="account_type_template_asset_current_inventories_bg"/>
            <field name="reconcile" eval="True"/>
            <field name="deferral" eval="True"/>
            <field name="parent" ref="account.account_template_root_bg"/>
            <field name="kind">stock</field>
        </record>

        <record id="account_template_stock_supplier_bg" model="account.account.template">
            
            <field name="name">Stock Supplier</field>
            
            
            
            
            
            
            
            <field name="type" ref="account_type_template_asset_current_inventories_bg"/>
            <field name="reconcile" eval="True"/>
            <field name="deferral" eval="True"/>
            <field name="parent" ref="account.account_template_root_bg"/>
            <field name="kind">stock</field>
        </record>
        <record id="account_template_stock_customer_bg" model="account.account.template">
            
            <field name="name">Stock Customer</field>
            
            
            
            
            
            
            
            <field name="type" ref="account_type_template_asset_current_inventories_bg"/>
            <field name="reconcile" eval="True"/>
            <field name="deferral" eval="True"/>
            <field name="parent" ref="account.account_template_root_bg"/>
            <field name="kind">stock</field>
        </record>

        <record id="account_template_stock_production_bg" model="account.account.template">
            
            <field name="name">Stock Production</field>
            
            
            
            
            
            
            
            <field name="type" ref="account_type_template_asset_current_inventories_bg"/>
            <field name="reconcile" eval="True"/>
            <field name="deferral" eval="True"/>
            <field name="parent" ref="account.account_template_root_bg"/>
            <field name="kind">stock</field>
        </record>

        <record id="account_template_stock_lost_found_bg" model="account.account.template">
            
            <field name="name">Stock Lost and Found</field>
            
            
            
            
            
            
            
            <field name="type" ref="account_type_template_asset_current_inventories_bg"/>
            <field name="reconcile" eval="True"/>
            <field name="deferral" eval="True"/>
            <field name="parent" ref="account.account_template_root_bg"/>
            <field name="kind">stock</field>
        </record>
    </data>
</tryton>