Delete modulo_test/__manifest__.py

This commit is contained in:
Alberto 2026-03-12 14:45:17 +00:00
parent 4c8c592bf4
commit ede8fd89ef
1 changed files with 0 additions and 20 deletions

View File

@ -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',
}