First of i want to say that this issue is not breaking my installation its just hindering in my workflow.
When i import the odoo module like so: "from odoo import api, models, fields" i get the follwing warning:
'unresolved import 'odoo'Python(unresolved-import)' and there is a wavy line underneath the word odoo.
Also because VSCode doesnt recognize odoo everytime the work fields is written i get a warning: 'Undefined variable:' fields'
As i said before i can compile and everything runs like expected but i see alot of warning i cant get rid of.
I googled the issue but couldnt find anything that fixed the problem.
I am probably missing something in my config files somewhere.
Thanks for your help in advance.
Best wishes,
Sebastian