I'm using openerp v8 and I would like to change the logo on the login page. I already replaced the logo on the database selection page but I didn't find the way of replacing it on the login page. Could anyone help me ?
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
You have to create a new module with a view to inherit from `web.login_layout` template from `web/views/webclient_templates.xml`. More details in this question : https://www.odoo.com/forum/help-1/question/how-we-removing-link-that-appear-on-login-page-of-openerp-odoo-54623
Hello Valentin Pynies
You can replace it from addons/web/static/img/logo.png and addons/web/static/img/logo2.png
And you can change the href from addons/web/static/src/xml/bas.xml line 386
<img src="http://xyz.com/img.png" alt="Odoo (Formerly OpenERP)" title="Odoo (Formerly OpenERP)" class="img-circle"/>
Thank You
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
Odoo 8 has not been released yet; I imagine you are talking about the trunk version? In the trunk version, if you change the logo in the top left corner by hovering it and clicking on the "Edit Companay Data" button, you will end up on the company form and you will be able to change the logo there. Once you change the logo, it will change in the top left corner of Odoo as well as on the login screen. All this can be done through the Odoo interface, so you shouldn't have to change any code or replace any picture by accessing the server.
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
did you ever manage to solve this?