Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
3 Antwoorden
6193 Weergaven

Let say I have two database for 2 company with 2 diff logo. When I logon to the first company database it will display the logo correctly but when I logon to the second company the logo is not reflected? 

Avatar
Annuleer

Only happened in Chrome, Firefox reload will reload the logo but when Chrome reload it remain the same until you clear cache.

Beste antwoord

clear the cashe by ctrl+shift+del

Avatar
Annuleer
Beste antwoord

Hi Jc,

In such cases, ie if your change not get reflected in browser always use ctrl + f5

  • Ctrl-F5 forces a cache refresh, and will guarantee that if the content is changed, you will get the new content.

Hope this helps.

Avatar
Annuleer
Beste antwoord

In v7 you can do it like this

 file : /v7/web/addons/web/static/src/js/chrome.js 

in function do_login: function (db, login, password) {

place this code

instance.web.Reload(1,1);

not sure if its working in odoo 8, worth give it a try

Avatar
Annuleer
Auteur

no such function in 8

Gerelateerde posts Antwoorden Weergaven Activiteit
2
jul. 25
1673
4
jun. 24
7327
0
feb. 22
2342
8
aug. 19
38278
2
okt. 17
8550