From 083d03ac6184f4677a534da20f825a2eb2a4f3fc Mon Sep 17 00:00:00 2001 From: Alberto Date: Thu, 12 Mar 2026 14:44:21 +0000 Subject: [PATCH] Delete modulo_test1/__manifest__.py --- modulo_test1/__manifest__.py | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 modulo_test1/__manifest__.py diff --git a/modulo_test1/__manifest__.py b/modulo_test1/__manifest__.py deleted file mode 100644 index 31064f5..0000000 --- a/modulo_test1/__manifest__.py +++ /dev/null @@ -1,20 +0,0 @@ -{ - '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', -}