mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
94c8bce810
It is possible that a Component is extended dynamically and if this is the case, the class that extends it can be anonymous, with property name=''. If this is the case, current implementation interprets the empty string to be false so the while loop is terminated without further scanning the super classes. In this proposal, we allow anonymous class to be scanned until its Component ancestor. Basically, the anonymous class assumes the name of it super.