From d9f5f1a1774f454cbbb1223838a06dd3705917cc Mon Sep 17 00:00:00 2001 From: Mathilde Pascal Date: Tue, 28 Oct 2025 11:09:31 +0100 Subject: [PATCH] [FIX] tutorials,howtos: change all instances of `kanban-box` to `kanban-card` --- content/developer/howtos/javascript_view.rst | 2 +- .../tutorials/server_framework_101/14_qwebintro.rst | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/developer/howtos/javascript_view.rst b/content/developer/howtos/javascript_view.rst index a939054fd8..6041c7f193 100644 --- a/content/developer/howtos/javascript_view.rst +++ b/content/developer/howtos/javascript_view.rst @@ -57,7 +57,7 @@ can be done in a few steps: - + diff --git a/content/developer/tutorials/server_framework_101/14_qwebintro.rst b/content/developer/tutorials/server_framework_101/14_qwebintro.rst index 5a3b3416f8..ee78786458 100644 --- a/content/developer/tutorials/server_framework_101/14_qwebintro.rst +++ b/content/developer/tutorials/server_framework_101/14_qwebintro.rst @@ -44,7 +44,7 @@ looks like: - +
@@ -55,9 +55,9 @@ looks like: Let's break down this example: - ````: defines a list of :ref:`reference/qweb` templates. Kanban views *must* define at - least one root template ``kanban-box``, which will be rendered once for each record. -- ````: ```` is a placeholder element for QWeb directives. In this case, - it is used to set the ``name`` of the template to ``kanban-box`` + least one root template ``kanban-card``, which will be rendered once for each record. +- ````: ```` is a placeholder element for QWeb directives. In this case, + it is used to set the ``name`` of the template to ``kanban-card`` - ````: this will add the ``name`` field to the view. .. exercise:: Make a minimal kanban view. @@ -76,7 +76,7 @@ conditionally, we can use the ``t-if`` directive (see :ref:`reference/qweb/condi - +