odoo-stubs icon indicating copy to clipboard operation
odoo-stubs copied to clipboard

Missing definitions for v10, v11, v12.

Open jcfernandez-890825 opened this issue 2 years ago • 2 comments

For v10:

    _fields: Dict[str, fields.Field]
    _ids: List[int]

For v11, v12:

    _ids: List[int]

jcfernandez-890825 avatar Aug 14 '22 19:08 jcfernandez-890825

Hi @jcfernandez-890825 , I am rewriting all stub files with fully typed annotations including those you mentioned above.

trinhanhngoc avatar Aug 31 '22 10:08 trinhanhngoc

Awesome, that will help a lot.

jcfernandez-890825 avatar Aug 31 '22 13:08 jcfernandez-890825