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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
1
Reply
3211
Views
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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
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>