feat: Update author and website in manifest

This commit is contained in:
Your Name (aider)
2024-08-06 22:20:51 +02:00
parent 384218612a
commit 0959988310

View File

@@ -3,12 +3,9 @@
'version': '16.0.1.0.0', 'version': '16.0.1.0.0',
'category': 'Services/VPS', 'category': 'Services/VPS',
'summary': 'Manage VPS servers for customers', 'summary': 'Manage VPS servers for customers',
'description': """ 'description': 'VPS Management with Proxmox API',
This module allows you to record and manage VPS servers for customers. 'author': 'Openworx',
Customers can view their VPS server information in the portal. 'website': 'https://www.openworx.nl',
""",
'author': 'Your Company',
'website': 'https://www.yourcompany.com',
'depends': [ 'depends': [
'base', 'base',
'portal', 'portal',
@@ -26,4 +23,4 @@
'application': False, 'application': False,
'auto_install': False, 'auto_install': False,
'license': 'LGPL-3', 'license': 'LGPL-3',
} }