Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
7792 Visualizzazioni

how to clear the cache on the server in odoo 11

Avatar
Abbandona
Risposta migliore

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

Avatar
Abbandona