This commit is contained in:
Géry Debongnie
2023-05-18 08:03:29 +02:00
parent 9aa2b28677
commit d480df3d18
4 changed files with 6 additions and 5 deletions

View File

@@ -487,8 +487,8 @@ The final touch is to let the user delete a todo.
.. _tutorials/discover_js_framework/generic_card:
13. Generic card with slots
===========================
13. Generic `Card` with slots
=============================
In a :ref:`previous exercise <tutorials/discover_js_framework/simple_card>`, we built
a simple `Card` component. But it is honestly quite limited. What if we want

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -66,8 +66,8 @@ result.
- `Example: use of Layout in kanban view
<{GITHUB_PATH}/addons/web/static/src/views/kanban/kanban_controller.xml>`_
Services
========
Theory: Services
================
In practice, every component (except the root component) may be destroyed at any time and replaced
(or not) with another component. This means that each component internal state is not persistent.

View File

@@ -17,7 +17,7 @@ projects, each focusing on different features of Odoo.
.. note::
Each of these chapters can be done independantly, in any order. Also, be aware that some of them
are not simple and may take a few hours to complete.
cover a lot of material, so they may be quite long.
The first project is about building a `clicker game <https://en.wikipedia.org/wiki/Incremental_game>`_.
While working on it, you will learn various aspects of the web framework: systray, command palette,