notebook
This commit is contained in:
23
ow_vm_management/__manifest__.py
Normal file
23
ow_vm_management/__manifest__.py
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
'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',
|
||||
}
|
||||
Reference in New Issue
Block a user