コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
7794 ビュー

how to clear the cache on the server in odoo 11

アバター
破棄
最善の回答

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

アバター
破棄