Files
odoo_vm_proxmox/ow_vm_management/__manifest__.py

28 lines
805 B
Python

{
'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': 'Your Company',
'website': 'https://www.yourcompany.com',
'depends': [
'base',
'portal',
'mail',
],
'data': [
'security/ir.model.access.csv',
'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',
}