[FIX] tutorials: explicit translation function example

closes odoo/documentation#11332

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
Sam Lieber (sali) 2024-11-05 10:36:15 -05:00
parent 0bf6c3b44e
commit cb1f1e89d6

View File

@ -460,8 +460,8 @@ Here is a list of some small improvements you could try to do if you have the ti
.. seealso::
- `Example: use of env._t function
<https://github.com/odoo/odoo/blob/1f4e583ba20a01f4c44b0a4ada42c4d3bb074273/
addons/account/static/src/components/bills_upload/bills_upload.js#L64>`_
<https://github.com/odoo/odoo/blob/457836d19b865fc2f6b9dc3216c1de715e0d7c31/
addons/account/static/src/components/bills_upload/bills_upload.js#L116>`_
- `Code: translation code in web/
<https://github.com/odoo/odoo/blob/1f4e583ba20a01f4c44b0a4ada42c4d3bb074273/
addons/web/static/src/core/l10n/translation.js#L16>`_
<https://github.com/odoo/odoo/blob/457836d19b865fc2f6b9dc3216c1de715e0d7c31/
addons/web/static/src/core/l10n/translation.js#L22>`_