20 lines
544 B
Python
20 lines
544 B
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'],
|
|
'data': [
|
|
'views/home_template.xml',
|
|
'views/login_templates.xml',
|
|
],
|
|
'assets': {
|
|
'web.assets_common': [
|
|
'home_dashboard/static/src/css/home_menu.css',
|
|
'home_dashboard/static/src/css/login_style.css',
|
|
],
|
|
},
|
|
'installable': True,
|
|
'application': True,
|
|
} |