This commit is contained in:
Géry Debongnie
2023-05-17 10:53:20 +02:00
parent d23dfb342b
commit c3b1865b75
3 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ discover in the feature-rich Odoo web framework, so let's dive in and explore mo
:width: 70%
This is the progress that we have made in discovering the JavaScript web framework at the end of
:doc:`01_fields_and_views`.
:doc:`02_create_customize_fields`.
.. admonition:: Goal
@@ -51,7 +51,7 @@ discover in the feature-rich Odoo web framework, so let's dive in and explore mo
===========================================
.. note::
This task depends on :doc:`the previous exercises <01_fields_and_views>`.
This task depends on :doc:`the previous exercises <02_create_customize_fields>`.
After using the :guilabel:`Print Label` button for some t-shirt tasks, it is apparent that there
should be some feedback that the `print_label` action is completed (or failed, for example, the

View File

@@ -3,7 +3,7 @@ Chapter 3: Create a Gallery View
================================
.. warning::
It is highly recommended that you complete :doc:`01_fields_and_views` before starting this
It is highly recommended that you complete :doc:`02_create_customize_fields` before starting this
chapter. The concepts introduced in Chapter 3, including views and examples, will be essential
for understanding the material covered in this chapter.

View File

@@ -5,7 +5,7 @@ Chapter 4: Customize a kanban view
.. todo:: It'd be cool to follow the naming convention of the previous chapters: "Chapter N: The concept studied in the chapter"
.. warning::
It is highly recommended that you complete :doc:`01_fields_and_views` before starting this
It is highly recommended that you complete :doc:`02_create_customize_fields` before starting this
chapter. The concepts introduced in Chapter 3, including views and examples, will be essential
for understanding the material covered in this chapter.