Skip to content
Snippets Groups Projects
Commit 8ce89736 authored by Martin Trigaux's avatar Martin Trigaux
Browse files

[FIX] web: force company logo refresh per db

The company_logo is cached and was not refreshed when switching between database, still showing the logo of the company of the previous database
Fixes #2738
parent 56d14619
Branches
Tags
No related merge requests found
......@@ -250,7 +250,7 @@
<t t-set="body_classname" t-value="'oe_single_form'"/>
<div class="oe_single_form_container modal-content">
<div class="oe_single_form_logo">
<img src="/web/binary/company_logo"/>
<img t-attf-src="/web/binary/company_logo{{ '?dbname='+db if db else '' }}"/>
</div>
<hr/>
<t t-raw="0"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment