mirror of
https://github.com/odoo/documentation.git
synced 2025-12-18 18:39:17 +07:00
wip
This commit is contained in:
@@ -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 |
@@ -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.
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user