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 +}