Delete modulo_test/__manifest__.py
This commit is contained in:
parent
4c8c592bf4
commit
ede8fd89ef
|
|
@ -1,20 +0,0 @@
|
||||||
{
|
|
||||||
'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',
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue