{ 'name': 'VPS Server Management', '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': 'Openworx', 'website': 'https://www.openworx.nl', 'depends': [ 'base', 'portal', 'mail', ], 'data': [ 'security/ir.model.access.csv', 'security/ir.rule.xml', 'views/vps_server_views.xml', 'views/res_partner_views.xml', 'views/portal_templates.xml', 'views/proxmox_server_views.xml', ], 'installable': True, 'application': False, 'auto_install': False, 'license': 'LGPL-3', }