mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
7b454dae66
A template set can now obtain a template by calling the function getTemplate (if any) received in the initial config. The returned value can be an Element instance, a template string, a function (i.e. a compiled template), or null. In the last case, owl will look into the template set rawTemplates object.