odoo-ide / pycharm-odoo-old

PyCharm plugin for Odoo

Home Page:https://plugins.jetbrains.com/plugin/13499-odoo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python suggestion issue.

LuisMalave2001 opened this issue · comments

Greetings

When using self or using env directly it works properly
image
But, when I try to loop. I doesn't work as it should:
image

It happens with the relation fields too. I can get suggestion with self.<one2manyfield> but when I try to loop it, it doens't work.

Thanks

You need to attach https://github.com/trinhanhngoc/odoo-stubs to your project to this works, example:

Screenshot from 2020-08-11 16-18-14

It works correctly, thanks!