跳至内容
菜单
此问题已终结
2 回复
12998 查看

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

形象
丢弃
编写者

this is not my question.

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

最佳答案

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

形象
丢弃
最佳答案

Update Info link in Settings > General Settings > Companies

形象
丢弃