Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
6 Risposte
21545 Visualizzazioni

in my model file I have an import statement that import models fields api from odoo but in pycharm it shows me an error, I have found some indications that suggest to add configuration for odoo to be set as a source in the project but it keep shows me an error

from odoo import models, fields, api # odoo models, fields, api are underlined red

class TodoTask(models.Model):

   _name= 'todo.task'

  _name= fields.Char('description', required=True)


@api.model

def do_clear_done(self):

 // here is my coe

 

Avatar
Abbandona
Risposta migliore

Hi,

In pycharm open your project from the Odoo executable or packaged folder.

goto File -> Open -> Odoo Cloned or downloaded folder.[Package]

This will remove red lines, but if the red lines don't make any other interruption while running the server.

Avatar
Abbandona
Autore

that worked for me but I had to Mark my odoo folder as Root Folder

Risposta migliore

Hi,

Please follow this link

https://stackoverflow.com/questions/45560191/how-to-run-and-debug-odoo-using-pycharm-in-ubuntu

https://www.cybrosys.com/blog/how-to-configure-pycharm-for-odoo-development-in-ubuntu

https://www.cybrosys.com/blog/configure-pycharm-odoo-development-windows



Avatar
Abbandona
Risposta migliore

Configure PyCharm with odoo

Hope this will helps

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
2
lug 22
9062
1
giu 21
2329
2
feb 21
299
5
set 20
14190
4
giu 20
49628