From e7f7f48addf52c33f3ca65e00e5074cab8b5a4b1 Mon Sep 17 00:00:00 2001 From: Gelson do Souto Date: Wed, 11 Mar 2026 15:13:12 +0000 Subject: [PATCH] testando a nossa mensagem personalizada do commit --- modulo_test/__manifest__.py | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100755 modulo_test/__manifest__.py diff --git a/modulo_test/__manifest__.py b/modulo_test/__manifest__.py deleted file mode 100755 index bc4fa38..0000000 --- a/modulo_test/__manifest__.py +++ /dev/null @@ -1,20 +0,0 @@ -{ - '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', -}