2025-12-26 11:03:30 +05:30

18 lines
433 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'],
'data': [
'views/home_template.xml',
],
'assets': {
'web.assets_frontend': [
'home_dashboard/static/src/css/home_menu.css',
],
},
'installable': True,
'application': True,
}