mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
ea3c6f7bf0
In some situations (a slot inside a slot), the combine method was wrongly copying all properties of the scope into the context, which caused the event handling system to wrongly use a subobject as component (since it detects the fact that __owl__ is a own property_). Consequently, we could have very subtle issue with some properties being shadowed by a sub object.