From d5cab39162c58d0e839fbed2ec6206614a536cd1 Mon Sep 17 00:00:00 2001 From: Administrator Date: Thu, 12 Mar 2026 14:22:15 +0000 Subject: [PATCH] Update --- modulo_test1/__manifest__.py | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 modulo_test1/__manifest__.py 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', +}