From 9705552a6b1c5d87da004bbe1daebdee7f98cdfc Mon Sep 17 00:00:00 2001 From: Mahmoud Metwally Date: Sun, 1 Jan 2023 15:08:21 +0000 Subject: [PATCH] Update qweb.rst closes odoo/documentation#3288 X-original-commit: 8cde1f7b742e1f55674ad8d5d353615877ea37a3 Signed-off-by: Antoine Vandevenne (anv) --- content/developer/reference/frontend/qweb.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/developer/reference/frontend/qweb.rst b/content/developer/reference/frontend/qweb.rst index 88d34f063..706d94a00 100644 --- a/content/developer/reference/frontend/qweb.rst +++ b/content/developer/reference/frontend/qweb.rst @@ -304,7 +304,7 @@ the call above will be rendered as ``

`` (no content), but:: will be rendered as ``

1

``. -However this has the problem of being visible from outside the ``t-call``. +However, this has the problem of being visible from outside the ``t-call``. Alternatively, content set in the body of the ``call`` directive will be evaluated *before* calling the sub-template, and can alter a local context::