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:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- 项目
- MRP
此问题已终结
1
回复
4336
查看
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
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>