Skip to Content
Menu
This question has been flagged
3 Replies
3817 Views

I wanted to change the favicon icon to other icon. I have tried it by changing in webclient_templates.xml file

 <title t-esc="title"/>

                <link type="image/x-icon" rel="shortcut icon" t-att-href="/web/static/src/img/logo.ico"/>

I have replace favicon.ico with logo.ico

but its not working. Also tried to change it via ui but not working for me. 

Is there anyother way to solve this issue?  please help. 


Thanks in advance!

Avatar
Discard

Try with private mode of browser

Best Answer

Odoo 12:

Change in UI > Settings > General Settings > Website > Favicon

Hover your mouse over the image > Click on the pencil icon > Select your favicon icon

www.yourdomain.com/web?debug#id=&action=80&model=res.config.settings&view_type=form&menu_id=4

Once saved, force your browser to refresh Ctrl r

Now go to your website and you'll see it in the favicon. If it's still the old one, press ctrl r again and force a refresh.

Avatar
Discard
Best Answer

Did you upgrade the right module?

If yes and still it's not working then try to load the page in debug with assets and reload. (Settings -> Activate the developer mode (with assets))

Avatar
Discard