Skip to Content
Menu
This question has been flagged
1 Reply
3211 Views

When I activate the ghrome Odoo Debug extension, the "login as super user" field is activated, I need it to be always hidden. As I do?

Avatar
Discard

Just inherit web.login template and comment below code.
<t t-if="debug">
<button type="submit" name="redirect" value="/web/become" class="btn btn-link btn-sm btn-block">Log in as superuser</button>
</t>

Best Answer

You can use these apps (search apps in odoo apps by names provided below) to change the whole login page style.

Moreover, these apps provide the ability to define your own favicon and logo as you wish.

Apps Name:

Minimalist Login Form
Creative Login Form
Advanced Login Form

Avatar
Discard