跳至内容
菜单
此问题已终结
1 回复
7780 查看

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

形象
丢弃