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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
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
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
2
lip 25
|
1640 | ||
Recover Missing Website Header Logo
Rozwiązane
|
|
4
cze 24
|
7293 | |
|
0
lut 22
|
2327 | ||
How change the logo size?
Rozwiązane
|
|
8
sie 19
|
38230 | |
Print company logo on POS receipts
Rozwiązane
|
|
2
paź 17
|
8534 |
Only happened in Chrome, Firefox reload will reload the logo but when Chrome reload it remain the same until you clear cache.