Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IMP] app: allow to instantiate templates lazily #1563

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

pro-odoo
Copy link
Contributor

With this commit, the templates that are given while instantiating the App class can be an object with templates not yet parsed (i.e. string, not Document). This allow to instantiate the App class with templates that are not yet parsed, and these templates will be parsed only when needed.

Part of task-id 3601257

With this commit, the templates that are given while instantiating the
App class can be an object with templates not yet parsed (i.e. string,
not Document). This allow to instantiate the App class with templates
that are not yet parsed, and these templates will be parsed only when
needed.

Part of task-id 3601257
@pro-odoo pro-odoo force-pushed the master-lazy-load-templates-pro branch from d2915a6 to 3ed800e Compare November 29, 2023 10:44
@sdegueldre sdegueldre merged commit 941190d into master Nov 29, 2023
3 checks passed
@sdegueldre sdegueldre deleted the master-lazy-load-templates-pro branch November 29, 2023 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants