Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
12479 Vistas

When I browse to my odoo15 login page I see that there is a logo that must be edited, while doing a quick inspect I noticed that the logo is under the url src="/web/binary/company_logo


My question is, Where can I find this path on my server, I don't want to edit it from the backend but on server manually, I searched for /web/binary folders but I couldn't find them 


please help

Avatar
Descartar
Autor

this is not my question.

what I'm asking is, what is the path in the linux server not in the web backend.

Mejor respuesta

The company logo in the Login page is coming from you company profile in the Settings > Companies > Your Company.

The path src="/web/binary/company_logo" that you have found when you are using inspection tool is not a real path to a folder in your addons it's a web controller route path that is calling a function to load your current active company logo in your database. 

If you are trying to rebrand all Odoo logos for a production or a clone of Odoo and you don't want your customer to know that you are using Odoo thats another topic.

You can use these community built modules for Odoo App Store:

1) Odoo Customization App

2) Odoo Community Theme

Avatar
Descartar
Mejor respuesta

Update Info link in Settings > General Settings > Companies

Avatar
Descartar