23 lines
701 B
Python
23 lines
701 B
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': 'Aakriti Events Website Theme',
|
|
'version': '17.0.1.0.0',
|
|
'category': 'Theme/Creative',
|
|
'summary': 'Premium visual theme for Aakriti Design Events website',
|
|
'description': """
|
|
Aakriti Events Website Theme.
|
|
Redesigns the public rental catalog, product details, booking wizard,
|
|
and customer portal to match events.aakritidesign.com design.
|
|
""",
|
|
'author': 'Antigravity',
|
|
'depends': ['website', 'event_rental'],
|
|
'data': [
|
|
'views/website_templates.xml',
|
|
'views/portal_templates.xml',
|
|
],
|
|
'installable': True,
|
|
'application': False,
|
|
'auto_install': False,
|
|
'license': 'LGPL-3',
|
|
}
|