You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where can I find the source code for the odoo:17.0 image so that I can assign it to a volume, view the code in PyCharm, and set breakpoints?
The odoo Dockerfile does a pip install of the odoo package, so on my odoo:15 pip show odoo returns Location: /usr/lib/python3/dist-packages. Now for the unfortunate part. The packaging process changes the file hierarchy a little bit, so I think you will need two volumes at least:
I haven't tried this myself, as when I get to the level of confusion that makes me want to install a debugger, I write unit tests instead. Another angle of attack might be to try one of the community container images that is already set up for debugging:
Hi,
I recently switched from a source-based installation to a Docker-based setup. Here's the docker-compose.yml file I'm using:
When I was using the source-based installation, I was able to configure PyCharm correctly for debugging. My question is:
Where can I find the source code for the odoo:17.0 image so that I can assign it to a volume, view the code in PyCharm, and set breakpoints?
The text was updated successfully, but these errors were encountered: