Skip to Content
Menu
This question has been flagged
1 Reply
6370 Views

Inglés

How's everyone.

I am starting in odoo 15 and I am trying to adjust my visual studio code to develop modules from 0, the problem is that when trying to create a new module it gives me the error No module named 'odoo' has anyone had this problem and can you help me to solve it.

Thank you



from odoo import models, fields

ModuleNotFoundError: No module named 'odoo'




Avatar
Discard
Best Answer

Hi 


check the addons path in your odoo conf, and also check in Visual Studio code that you configured the correct odoo with its odoo-bin file.

Check this blog for reference to implement Odoo development env in Visual Studio code

Odoo with vscode


Regards

Avatar
Discard
Related Posts Replies Views Activity
0
Dec 22
2393
1
Oct 23
2285
0
Feb 23
36
1
Apr 24
1656
1
Jan 24
2047