How to properly integrate stubs with NeoVim #21
Unanswered
Cerebellum-ITM
asked this question in
Q&A
Replies: 1 comment
-
Hello @Cerebellum-ITM , Since you are using Neovim and Odoo IDE doesn't support Neovim yet, you can use other tools:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, I would like to know if anyone can help me or share with me how to correctly add the repository when using NeoVim. I have tried using the configuration file to point to the stubs folder, but by doing that, the basic Python definitions are now unknown (e.g., str, list, bool, etc.). Therefore, I have not found a way to add the repository, and the other question is how model inheritances are handled. For example, I have many attribute errors. A very common one is the id, since that comes from the base model. That attribute does not come in the classes. My idea is to fix it using stubs, but I am not sure if this is the right way. Can anyone share their experience or their way of working? Thanks everyone.
Beta Was this translation helpful? Give feedback.
All reactions