Files
odoo_vm_proxmox/ow_vm_management/__manifest__.py
2024-08-04 01:30:06 +02:00

23 lines
724 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'],
'data': [
'security/ir.model.access.csv',
'views/vps_server_views.xml',
'views/res_partner_views.xml',
'views/portal_templates.xml',
],
'installable': True,
'application': False,
'auto_install': False,
'license': 'LGPL-3',
}