This question has been flagged
2 Replies
1951 Views

I have installed backend_theme_v11.. but when i logged in to my application, the control goes to the action of my first menu.. Anyone please help me to redirect control to the dashboard when login..

Avatar
Discard
Best Answer

Go to Users settings and set the Home Action.

Avatar
Discard
Best Answer

open web_responsive>views>web.xml

replace

<t t-set="body_classname" t-value="'drawer drawer--left o_web_client'" />

with

<t t-set="body_classname" t-value="'drawer drawer--left o_web_client drawer-open'" />

Avatar
Discard