odoo-stubs
odoo-stubs copied to clipboard
Missing definitions for v10, v11, v12.
For v10:
_fields: Dict[str, fields.Field]
_ids: List[int]
For v11, v12:
_ids: List[int]
Hi @jcfernandez-890825 , I am rewriting all stub files with fully typed annotations including those you mentioned above.
Awesome, that will help a lot.