novo_test/modulo_test/__manifest__.py

21 lines
406 B
Python

{
'name': 'test',
'version': '1.1',
'category': 'Tools',
'summary': 'Módulo de Logs',
'description': """
Visualização e Download do log oficial da VPS HilariBD.
""",
'author': 'Gelson Lírio',
'depends': [
'base',
],
'data': [
],
'installable': True,
'application': True,
'auto_install': False,
'license': 'LGPL-3',
}