20 lines
475 B
Python
20 lines
475 B
Python
{
|
|
"name": "Aartha Labs Website Theme",
|
|
"summary": "Custom website theme for Aartha Labs",
|
|
"version": "17.0.1.0.0",
|
|
"category": "Theme/Corporate",
|
|
"license": "LGPL-3",
|
|
"author": "Aartha Labs",
|
|
"depends": ["website"],
|
|
"data": [
|
|
"views/templates.xml",
|
|
],
|
|
"assets": {
|
|
"web.assets_frontend": [
|
|
"theme_aarthalabs/static/src/scss/theme.scss",
|
|
],
|
|
},
|
|
"application": False,
|
|
"installable": True,
|
|
}
|