odoo / owl

OWL: A web framework for structured, dynamic and maintainable applications
https://odoo.github.io/owl/
Other
1.17k stars 350 forks source link

[IMP] devtools: allow expansion of empty class and better class display #1642

Closed juliusc2066 closed 1 month ago

juliusc2066 commented 2 months ago

First commit makes it possible to expand empty classes to see their prototype instead of displaying them as simple empty objects.

Second commit ensures that class names are displayed for non generic objects and extensions of generic classes will have custom display for their content.