commit 4c8c592bf4610be7cbc0621b32b6bf179c483b87 Author: Administrator Date: Thu Mar 12 14:10:51 2026 +0000 Update 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', +}