hilarak / odoo_community_addons

Odoo Community Addons (My works) Hilar AK
https://www.odoo.com/apps/modules/browse?author=Hilar%20AK
GNU Affero General Public License v3.0
23 stars 23 forks source link

[11] Debrand module resets company logo to default #24

Closed Ark74 closed 5 years ago

Ark74 commented 5 years ago

On Odoo 11 I've seen that when installing the module the default odoo logo is used when calling

<img src="/web/binary/company_logo">

replacing the custom company logo.

This affects the POS ticket logo and other places.

When removing the module, the custom company logo is set back again.

Here an example of the issue: debrand

hilarak commented 5 years ago

If I correctly understand u, then you have to clear image cache of the browser.

Ark74 commented 5 years ago

I did, several times. That's the reason I filled this issue. I'll try again. Thanks.

Update: Seems browser cache was the case. Weird. Thanks!