Compare commits

...

1 Commits

Author SHA1 Message Date
Armin FalDiS
92ccfc5bef Fix broken links in Discover JS Framework Ch2-P2 2023-09-01 11:55:01 +03:30

View File

@@ -93,11 +93,9 @@ services, and components can import a service with the `useService()` hook.
#. A button `Customers`, which opens a kanban view with all customers (this action already
exists, so you should use `its xml id
<https://github.com/odoo/odoo/blob/1f4e583ba20a01f4c44b0a4ada42c4d3bb074273/
odoo/addons/base/views/res_partner_views.xml#L525>`_).
<https://github.com/odoo/odoo/blob/1f4e583ba20a01f4c44b0a4ada42c4d3bb074273/odoo/addons/base/views/res_partner_views.xml#L510>`_).
#. A button `New Orders`, which opens a list view with all orders created in the last 7 days. Use
the `Domain <https://github.com/odoo/odoo/blob/1f4e583ba20a01f4c44b0a4ada42c4d3bb074273/
odoo/addons/web/static/src/core/domain.js#L19>`_ helper class to represent the domain.
the `Domain <https://github.com/odoo/odoo/blob/1f4e583ba20a01f4c44b0a4ada42c4d3bb074273/addons/web/static/src/core/domain.js>`_ helper class to represent the domain.
.. tip::
One way to represent the desired domain could be