odoo-ide / odoo-stubs

Python Stubs for Odoo
GNU General Public License v3.0
71 stars 37 forks source link

Support fields.Command #3

Closed AntoineVDV closed 3 years ago

AntoineVDV commented 3 years ago

A new X2Many command helper was added to fields.py in https://github.com/odoo/odoo/pull/60965

When typing:

from odoo.fields import Command

PyCharm says "Cannot find reference 'Command' in 'fields.pyi' "