vscode-odoo
vscode-odoo copied to clipboard
base not recognized
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?