34 lines
1.1 KiB
Python
34 lines
1.1 KiB
Python
{
|
|
'name': 'home_dashboard',
|
|
'version': '1.0.1',
|
|
'license': 'LGPL-3',
|
|
'category': 'Website',
|
|
'summary': 'Redirect login to home and show icon grid',
|
|
'depends': ['base', 'web', 'auth_signup', 'website'],
|
|
'data': [
|
|
'views/home_template.xml',
|
|
'views/login_templates.xml',
|
|
'views/web_title_template.xml',
|
|
'views/website_logo.xml',
|
|
],
|
|
'assets': {
|
|
'web.assets_backend': [
|
|
'home_dashboard/static/src/css/theme_variables.css',
|
|
'home_dashboard/static/src/css/home_menu.css',
|
|
'home_dashboard/static/src/js/chennora_title.js',
|
|
],
|
|
'web.assets_frontend': [
|
|
'home_dashboard/static/src/css/theme_variables.css',
|
|
'home_dashboard/static/src/css/login_style.css',
|
|
'home_dashboard/static/src/css/website_style.css',
|
|
],
|
|
'web.assets_common': [
|
|
'home_dashboard/static/src/css/theme_variables.css',
|
|
],
|
|
'point_of_sale._assets_pos': [
|
|
'home_dashboard/static/src/css/pos_style.css',
|
|
],
|
|
},
|
|
'installable': True,
|
|
'application': True,
|
|
} |