This question has been flagged
4 Replies
17573 Views

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 ?
 

Avatar
Discard

did you ever manage to solve this?

Best Answer

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

Avatar
Discard
Best Answer

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

Avatar
Discard
Best Answer

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


Avatar
Discard
Best Answer

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.

Avatar
Discard