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

Support lazy_classproperty decorator

Open trinhanhngoc opened this issue 2 years ago • 0 comments

https://github.com/odoo/odoo/blob/44f5c89a48328995fb9767012c3c5b423db6f917/odoo/modules/registry.py#L41 image

  • Infer type of cls as type[C] instead C.
  • Suppress false inspection for name of first parameter.

trinhanhngoc avatar Oct 03 '22 10:10 trinhanhngoc