Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
7800 Vizualizări

how to clear the cache on the server in odoo 11

Imagine profil
Abandonează
Cel mai bun răspuns

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

Imagine profil
Abandonează