Delete modulo_test1/__manifest__.py

This commit is contained in:
gelson.souto 2026-03-12 14:10:05 +00:00
parent 74b5d0883f
commit 5ed701e1e9
1 changed files with 0 additions and 20 deletions

View File

@ -1,20 +0,0 @@
{
'name': 'test_hilari',
'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',
}