-
|
Hi, I’m trying to use odoo-ls while running Odoo inside a Docker container. I have the odoo_ls_server and typeshed set up on my host, but I’m running Odoo in Docker. I’m not sure how to correctly fill odools.toml for this setup. any help is appreciated 🙏 Thank you! EDIT: (i am following odoo-neovim since i use nvim) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Hello @Sekiro19 In this case and in general, odoo_path, python_path, ... should point to paths accessible from the filesystem you run odools on. Since In both cases, you should add the paths as they are accessed from inside the container, then it should normally be possible inside the container ( and of course on the host ). Thank you for contacting us, and let me know if we could help you any further:) |
Beta Was this translation helpful? Give feedback.




Hello @Sekiro19
In this case and in general, odoo_path, python_path, ... should point to paths accessible from the filesystem you run odools on.
Since
odoo_ls_serverandtypeshedare on your host, you will need to add them in your container, you can do that by copying them inside the container, or by mounting their paths inside the container. In any case, that is up to you to decide how you set up your docker container.In both cases, you should add the paths as they are accessed from inside the container, then it should normally be possible inside the container ( and of course on the host ).
Thank you for contacting us, and let me know if we could help you any further:)