#### PyCharm
Set up Odoo for PyCharm.
* Go to PyCharm settings.
* Search for `Project interpreter`
* Create a new one from `docker-compose`
* At configurations file choose the location of your `docker-compose.yml`
* For python service choose `web`
* For python path fill `python3`
* Make sure that under `Build, Execution, Deployment > Docker > Tools` your paths are correctly set.
The odoo dependency should be shown at at the `Project interpreter` module list.
If the background task from `PyCharm` stuck. Try `File > Invalidate Caches \ Restart`. And repeat the process.