Skip to Content
Menu
This question has been flagged
4 Replies
6718 Views

I was trying to use an SVG for the logo to replace OpenERP in the header on the website.  The app didn't recognize SVG as a valid image format (which should be changed), and when I tried to continue anyway, I ended up with no logo in the header and nothing to click on to edit and choose a PNG instead.

How can I get a logo back in the header?

Avatar
Discard
Author

So far I have tried to find the section in the HTML where it would have been and there is nothing there. I also set the company logo in Settings: Companies: CompanyName. This updates the logo for the "backend" but not the website. Is there a place in the backend where the logo for the website header can be set? Can I access the DB directly when using the odoo hosted SAAS?

Author Best Answer

I was able to recover the logo in that position by editing the XML from Customize: HTML Editor: Show Logo.

I inserted some external image src into the empty quotes. This filled the space with the external image and allowed the "change" link to be available again.  

After that I was able to upload a PNG of the company logo by the normal method.  

Upon checking the code in the Show Logo template, the line is now:

<img src="/website/image?max_height=768&amp;field=datas&amp;model=ir.attachment&amp;id=24&amp;max_width=1024"/>

I can't find the logic that alters the template resulting in it going blank, but line 166 of odoo / addons / website / views / website_templates.xml is the line affected.

This is resolved for me, but will happen to someone again if the logic isn't changed. 

 

 

Avatar
Discard

I got the same issue. Logo was deleted and replaced by text by using the Website editor, but once switched, no way to get it back!

Best Answer

Hi, I experience the same in Ofdoo 16.

When editing mupliple pages or blogs my header logo just dissapers.

I then need to add it and safe it.

How can I fix this permenantly?

Avatar
Discard
Best Answer

I also encountered the same problem in odoo15 my website logo disappeared

Avatar
Discard
Best Answer

On Odoo 15, I got the same issue, website logo disappeared while editing from website editor, the button show logo disappeared from editing panel and no way to get it back.

Anyone know how to get a logo back manually?

Avatar
Discard
Related Posts Replies Views Activity
2
Jul 25
838
0
Feb 22
1878
8
Aug 19
36963
2
Oct 17
8128
1
Mar 16
7321