Auto-deploy SYNCRA: modulo_test.zip

This commit is contained in:
Gelson do Souto 2026-03-11 10:03:56 +00:00
parent 21af810ef5
commit fa35f6be60
1 changed files with 20 additions and 0 deletions

View File

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