Hi,
How can i add a new button near login button of Odoo login screen in Odoo 13.
Regards
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi,
How can i add a new button near login button of Odoo login screen in Odoo 13.
Regards
Hi,
You can add new items on the login screen of odoo by inheriting the template web.login.For example you can check the code below.
<template id="custom_login" name="Custom login" inherit_id="web.login">
<xpath expr="//p[hasclass('alert-danger')]" position="after">
// your code ......
<div class="justify-content-between mt-2 d-flex small">
<a>// button name.....</a>
</div>
</xpath>
</template>
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
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up