跳至内容
菜单
此问题已终结
3 回复
6178 查看

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

相关帖文 回复 查看 活动
2
7月 25
1642
4
6月 24
7298
0
2月 22
2327
8
8月 19
38236
2
10月 17
8535