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
- Contabilitate
- Inventar
- PoS
- Proiect
- MRP
Această întrebare a fost marcată
1
Răspunde
4330
Vizualizări
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!
Înscrie-te
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>