Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
3 Ответы
6184 Представления

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? 

Аватар
Отменить

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

Лучший ответ

clear the cashe by ctrl+shift+del

Аватар
Отменить
Лучший ответ

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.

Аватар
Отменить
Лучший ответ

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

Аватар
Отменить
Автор

no such function in 8

Related Posts Ответы Просмотры Активность
2
июл. 25
1659
4
июн. 24
7317
0
февр. 22
2337
8
авг. 19
38260
2
окт. 17
8546