mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
9216c5c24b
Since t-call is now a function call, we need to properly handle the internal key used to find previous components. If a t-call is inside a t-foreach, then we need to transfer the key to the sub template. Otherwise, each component in the subtemplate will be associated to the same key, which means that it will lead to big issues: components are destroyed and reused... closes #581