Skip to content
Snippets Groups Projects
Commit a453a2d1 authored by Simon Goffaux (sigo)'s avatar Simon Goffaux (sigo)
Browse files

[FIX] website_form: fix translation issue in saas


In a SaaS server, the _meta_data variable will be translated when the
HTTP worker is spawned and it will be translated into whichever language
is set on the DB that spawns said worker. This causes issues when other
DBs use this worker as the variable may be translated into a language that is
not present in that DB. To rectify this issue, we use lazy translate so
the translation lookup is executed at rendering.

opw-3385997

closes odoo/odoo#131643

X-original-commit: ec71de31
Signed-off-by: default avatarRomain Derie (rde) <rde@odoo.com>
parent 6a3b9296
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment