Skip to content
Snippets Groups Projects
Commit e1deae7e authored by Nicolas Lempereur's avatar Nicolas Lempereur
Browse files

[IMP] base: allow 'render' override with new api

New API use a frozendict for context, so when a function in the call
chain is overrided by new API (eg: render function of ir.qweb) the code
now changed by this commit would cause an error.

Instead this code duplicate the context frozendict as a dict removing
the need to set back the intial language in the context.

opw-681167

note: no need for >=saas-11
parent e9aa5fdd
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment