-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base not recognized #92
Comments
Hello @weinni2000 , What version of Odoo are you working on ? |
18, but I will later check if it's the same problem in the other versions |
What about other standard modules (account, sale,...), are they also not recognized ? |
How does your project structure look in VSCode? |
I use doodba from oca: (https://github.com/Tecnativa/doodba) |
Can you try editing |
Hi, this solved the depends error. I then also added a line to src/odoo/odoo/addons/base/models/ir_ui_view.py and then the errors in the view xml's also went away. |
The indexing is activated automatically on new files and changed files. I will add an action for manually reindexing whole project if there are problems with indexing. |
Everything works in my setup except the base folder is not resolved.
I get this error message: Could not find module 'base'
I tried to add it:
"python.analysis.extraPaths": [
"XXX/odoo/odoo/addons",
but still no success.
Background:
I use a doodba setup and everything else works as expected. Any pointers about the root cause of this?
The text was updated successfully, but these errors were encountered: