pycharm-odoo
pycharm-odoo copied to clipboard
Support lazy_classproperty decorator
https://github.com/odoo/odoo/blob/44f5c89a48328995fb9767012c3c5b423db6f917/odoo/modules/registry.py#L41
- Infer type of
cls
astype[C]
insteadC
. - Suppress false inspection for name of first parameter.