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

I am facing the below error when i run the code on Pycharm. (odoo12)

Traceback (most recent call last):
File "E:/odoo/server/odoo/addons/teacher/models/models.py", line 6, in
from odoo import models, fields, api
ModuleNotFoundError: No module named 'odoo'


E:\odoo\server\odoo-bin (path)

E:\odoo\server\odoo.conf (path)

Avatar
Discard
Author

I am beginner in odoo and I have configure the odoo on Pycharm via this tutorial : https://www.youtube.com/watch?v=GWN121PElwY

But when i click on Pycharm RUN button i am getting the above error.

Best Answer

Kindly make sure you have linked the working directly properly.

Avatar
Discard