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)
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.