From 4c8c592bf4610be7cbc0621b32b6bf179c483b87 Mon Sep 17 00:00:00 2001 From: Administrator Date: Thu, 12 Mar 2026 14:10:51 +0000 Subject: [PATCH] Update --- modulo_test/__manifest__.py | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 modulo_test/__manifest__.py diff --git a/modulo_test/__manifest__.py b/modulo_test/__manifest__.py new file mode 100644 index 0000000..bc4fa38 --- /dev/null +++ b/modulo_test/__manifest__.py @@ -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', +}