[IMP] rdtraining: clarify transition sentence to view inheritance

The "View Inheritance" section is introduced by a sentence that can be
understood as "do this task then we'll be ready to go the next section"
instead of "in the next section we will see how to do this task".
This can confuse the reader into thinking that some knowledge was not
acquired in the previous parts.

This commit makes it clear that the task described in the transition
sentence will be achieved in the next part.

task-2822582

closes odoo/documentation#1826

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
Benoit Socias 2022-04-13 06:45:18 +00:00
parent 2ebb7fe802
commit 5a39ba7d24

View File

@ -153,7 +153,7 @@ By convention, each inherited model is defined in its own Python file. In our ex
- Add a domain to the field so it only lists the available properties.
Now let's add the field to the view and check that everything is working well!
In the next section let's add the field to the view and check that everything is working well!
View Inheritance
================