Implement caching and optimization for Redner template handling
Compare changes
Files
2- oury.balde authored
+ 8
− 3
@@ -449,6 +449,6 @@
@@ -453,7 +453,12 @@
ormcache
to improve performance by caching template retrieval
in _get_cached_template
._to_odoo_template
to centralize transformation
of external templates into Odoo-compatible format._compute_template
and
_compute_template_data
using cached templates.to_cache
) and consolidated logic for clarity.