Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
7921 Tampilan

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
Buang
Penulis

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.

Jawaban Terbai

Kindly make sure you have linked the working directly properly.

Avatar
Buang