From 1c072f0ac28cd78067bf18fb0237bc60bf0bff78 Mon Sep 17 00:00:00 2001 From: Odoo's Mergebot Date: Mon, 4 Sep 2023 09:19:17 +0000 Subject: [PATCH] [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 odoo/documentation#5709 Forward-port-of: odoo/documentation#5702 Signed-off-by: Antoine Vandevenne (anv) Co-authored-by: Armin FalDiS Co-authored-by: Armin FalDiS --- .../tutorials/discover_js_framework/02_web_framework.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/developer/tutorials/discover_js_framework/02_web_framework.rst b/content/developer/tutorials/discover_js_framework/02_web_framework.rst index ad2ba4e77..cc892b9f5 100644 --- a/content/developer/tutorials/discover_js_framework/02_web_framework.rst +++ b/content/developer/tutorials/discover_js_framework/02_web_framework.rst @@ -97,7 +97,7 @@ services, and components can import a service with the `useService()` hook. odoo/addons/base/views/res_partner_views.xml#L525>`_). #. A button `New Orders`, which opens a list view with all orders created in the last 7 days. Use the `Domain `_ helper class to represent the domain. + /addons/web/static/src/core/domain.js#L19>`_ helper class to represent the domain. .. tip:: One way to represent the desired domain could be