28 lines
945 B
Python
28 lines
945 B
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': 'Event Rental Management',
|
|
'version': '17.0.1.0.0',
|
|
'category': 'Sales/Rental',
|
|
'summary': 'Manage event decoration and equipment rentals',
|
|
'description': """
|
|
Event Rental Management System for Wedding Decorations, Birthday Decorations,
|
|
Corporate Event Setup, Stage Decorations, Sound Systems, Lighting, Furniture, Tents, etc.
|
|
""",
|
|
'author': 'Antigravity',
|
|
'depends': ['website', 'sale_management', 'stock', 'portal', 'calendar'],
|
|
'data': [
|
|
'security/security.xml',
|
|
'security/ir.model.access.csv',
|
|
'data/sequence.xml',
|
|
'data/mail_templates.xml',
|
|
'views/product_template_views.xml',
|
|
'views/event_rental_request_views.xml',
|
|
'views/website_templates.xml',
|
|
'views/portal_templates.xml',
|
|
],
|
|
'installable': True,
|
|
'application': True,
|
|
'auto_install': False,
|
|
'license': 'LGPL-3',
|
|
}
|