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