Skip to content

Commit 15d6817

Browse files
[FW][FIX] developer/tutorials/discover_js_framework: fix broken "domain.js" link
The link pointing to domain.js file was broken. The xml id on the line before that is also broken but it will be fixed with PR#5699. closes #5705 Forward-port-of: #5702 Signed-off-by: Antoine Vandevenne (anv) <[email protected]> Co-authored-by: Armin FalDiS <[email protected]> Co-authored-by: Armin FalDiS <[email protected]>
1 parent c487dee commit 15d6817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ services, and components can import a service with the `useService()` hook.
9797
odoo/addons/base/views/res_partner_views.xml#L525>`_).
9898
#. A button `New Orders`, which opens a list view with all orders created in the last 7 days. Use
9999
the `Domain <https://github.com/odoo/odoo/blob/1f4e583ba20a01f4c44b0a4ada42c4d3bb074273/
100-
odoo/addons/web/static/src/core/domain.js#L19>`_ helper class to represent the domain.
100+
/addons/web/static/src/core/domain.js#L19>`_ helper class to represent the domain.
101101

102102
.. tip::
103103
One way to represent the desired domain could be

0 commit comments

Comments
 (0)