From 09599883100c059a6d5827eaf33d1563a17e2507 Mon Sep 17 00:00:00 2001 From: "Your Name (aider)" Date: Tue, 6 Aug 2024 22:20:51 +0200 Subject: [PATCH] feat: Update author and website in manifest --- ow_vm_management/__manifest__.py | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/ow_vm_management/__manifest__.py b/ow_vm_management/__manifest__.py index e60fda0..1a83118 100644 --- a/ow_vm_management/__manifest__.py +++ b/ow_vm_management/__manifest__.py @@ -3,12 +3,9 @@ 'version': '16.0.1.0.0', 'category': 'Services/VPS', 'summary': 'Manage VPS servers for customers', - 'description': """ - This module allows you to record and manage VPS servers for customers. - Customers can view their VPS server information in the portal. - """, - 'author': 'Your Company', - 'website': 'https://www.yourcompany.com', + 'description': 'VPS Management with Proxmox API', + 'author': 'Openworx', + 'website': 'https://www.openworx.nl', 'depends': [ 'base', 'portal', @@ -26,4 +23,4 @@ 'application': False, 'auto_install': False, 'license': 'LGPL-3', -} \ No newline at end of file +}