mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
abd2b42307
In some cases, it is useful for a slot to be able to keep the default content of the slot it is supposed to replace and simply add extra content instead of simply replacing it entirely. This commit makes the default content of a slot available in the context as `zero` similar to how t-call can access the content that was inside the t-call.