commit d5cab39162c58d0e839fbed2ec6206614a536cd1 Author: Administrator Date: Thu Mar 12 14:22:15 2026 +0000 Update diff --git a/modulo_test1/__manifest__.py b/modulo_test1/__manifest__.py new file mode 100644 index 0000000..31064f5 --- /dev/null +++ b/modulo_test1/__manifest__.py @@ -0,0 +1,20 @@ +{ + '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', +}