This file is indexed.

/usr/share/pyshared/trytond/modules/company_work_time/__tryton__.py is in tryton-modules-company-work-time 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
#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': 'Company Work Time',
    'name_bg_BG': 'Работно време на фирма',
    'name_de_DE': 'Unternehmen Arbeitszeit',
    'name_es_CO': 'Tiempo de Trabajo en la Compañía',
    'name_es_ES': 'Tiempo de trabajo en la empresa',
    'name_fr_FR': 'Temps de travail dans la société',
    'version': '2.2.0',
    'author': 'B2CK',
    'email': 'info@b2ck.com',
    'website': 'http://www.tryton.org/',
    'description': '''
''',
    'depends': [
        'ir',
        'company',
    ],
    'xml': [
        'company.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',
    ],
}