From fa35f6be609bfc0684b096efecf4e142bd3a1e32 Mon Sep 17 00:00:00 2001 From: Gelson do Souto Date: Wed, 11 Mar 2026 10:03:56 +0000 Subject: [PATCH] Auto-deploy SYNCRA: modulo_test.zip --- 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', +}