Skip to content

Commit cb1f1e8

Browse files
committed
[FIX] tutorials: explicit translation function example
closes #11332 Signed-off-by: Antoine Vandevenne (anv) <[email protected]>
1 parent 0bf6c3b commit cb1f1e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/developer/tutorials/discover_js_framework/02_build_a_dashboard.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -460,8 +460,8 @@ Here is a list of some small improvements you could try to do if you have the ti
460460

461461
.. seealso::
462462
- `Example: use of env._t function
463-
<https://github.com/odoo/odoo/blob/1f4e583ba20a01f4c44b0a4ada42c4d3bb074273/
464-
addons/account/static/src/components/bills_upload/bills_upload.js#L64>`_
463+
<https://github.com/odoo/odoo/blob/457836d19b865fc2f6b9dc3216c1de715e0d7c31/
464+
addons/account/static/src/components/bills_upload/bills_upload.js#L116>`_
465465
- `Code: translation code in web/
466-
<https://github.com/odoo/odoo/blob/1f4e583ba20a01f4c44b0a4ada42c4d3bb074273/
467-
addons/web/static/src/core/l10n/translation.js#L16>`_
466+
<https://github.com/odoo/odoo/blob/457836d19b865fc2f6b9dc3216c1de715e0d7c31/
467+
addons/web/static/src/core/l10n/translation.js#L22>`_

0 commit comments

Comments
 (0)