[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#1831

X-original-commit: 5a39ba7d24
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
This commit is contained in:
Benoit Socias 2022-04-13 06:45:18 +00:00
parent 1ae7cfa506
commit 27e9c1b2f2

View File

@ -159,7 +159,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
================