36 lines
1.3 KiB
Python
36 lines
1.3 KiB
Python
{
|
|
"name": "Dodger Blue Backend Theme",
|
|
"version": "18.0.1.0.0",
|
|
"category": "Themes/Backend",
|
|
"summary": "Outrageous Blue Backend Theme",
|
|
"description": 'With Dodger Blue Backend Theme dominant Dodger Blue color'
|
|
' palette, the theme exudes a sense of professionalism and '
|
|
'clarity, enhancing the overall user interface',
|
|
'author': 'PSDK',
|
|
'company': 'FTPROTECH',
|
|
"website": "https://www.ftprotech.in",
|
|
"depends":['web','base'],
|
|
"data": [
|
|
'views/login_templates.xml',
|
|
# 'views/ir_menu.xml'
|
|
],
|
|
'assets': {
|
|
'web.assets_frontend': [
|
|
'dodger_blue/static/src/scss/colors.scss',
|
|
'dodger_blue/static/src/scss/theme_style.scss',
|
|
],
|
|
'web.assets_backend': [
|
|
'web/static/lib/jquery/jquery.js',
|
|
'dodger_blue/static/src/js/sidebar_menu.js',
|
|
'dodger_blue/static/src/scss/colors.scss',
|
|
'dodger_blue/static/src/scss/theme_style_backend.scss',
|
|
'dodger_blue/static/src/xml/sidebar_menu_icon_templates.xml',
|
|
],
|
|
},
|
|
'images': ['static/description/banner.jpg',
|
|
'static/description/theme_screenshot.jpg'],
|
|
'installable': True,
|
|
'auto_install': False,
|
|
'application': True,
|
|
}
|