This file is indexed.

/usr/share/pyshared/trytond/modules/product_price_list/__tryton__.py is in tryton-modules-product-price-list 2.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
31
32
33
34
35
36
37
38
39
40
41
42
#This file is part of Tryton.  The COPYRIGHT file at the top level of
#this repository contains the full copyright notices and license terms.
{
    'name': 'Product Price List',
    'name_bg_BG' : 'Ценова листа на продукт',
    'name_de_DE' : 'Artikel Preisliste',
    'name_es_CO': 'Lista de precios de producto',
    'name_es_ES': 'Lista de precios de producto',
    'name_fr_FR' : 'Liste de prix produit',
    'version': '2.2.0',
    'author': 'B2CK',
    'email': 'info@b2ck.com',
    'website': 'http://www.tryton.org/',
    'description': '''Define price list rules by parties.''',
    'description_bg_BG': 'Задаване на правила на ценова листа по партньор.',
    'description_de_DE' : '''Preislisten für Artikel
    - Ermöglicht die Definition von Preislisten für Parteien.
''',
    'description_es_CO': 'Define reglas de lista de precios por tercero.',
    'description_es_ES': 'Define reglas de lista de precios por tercero.',
    'description_fr_FR' : '''Défini des listes de prix par tiers''',
    'depends': [
        'ir',
        'product',
        'party',
        'company',
    ],
    'xml': [
        'price_list.xml',
        'party.xml',
    ],
    'translation': [
        'locale/bg_BG.po',
        'locale/cs_CZ.po',
        'locale/de_DE.po',
        'locale/es_CO.po',
        'locale/es_ES.po',
        'locale/fr_FR.po',
        'locale/nl_NL.po',
        'locale/ru_RU.po',
    ],
}