Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
7772 Widoki

how to clear the cache on the server in odoo 11

Awatar
Odrzuć
Najlepsza odpowiedź

Hi Rafael,

Hope you are not referring to the Browser cache. if you want to clear the python cache files from the server, try the below command after stoping the odoo server.

sudo rm -rf ./addons/*/.pyc ./addons/*/__pycache__ ./addons/*/static/src/*

Now restart the server.

Thanks

Awatar
Odrzuć