From af27e20e02a5284a9c1b33f4b20c501c1335c5c7 Mon Sep 17 00:00:00 2001 From: Benoit Socias Date: Wed, 13 Apr 2022 06:45:18 +0000 Subject: [PATCH] [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#1830 X-original-commit: 5a39ba7d24c6a7e4062079bc6af1cddca8288b63 Signed-off-by: Antoine Vandevenne (anv) Signed-off-by: Benoit Socias (bso) --- content/developer/howtos/rdtraining/13_inheritance.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/developer/howtos/rdtraining/13_inheritance.rst b/content/developer/howtos/rdtraining/13_inheritance.rst index 79645ab45..f172e8a7c 100644 --- a/content/developer/howtos/rdtraining/13_inheritance.rst +++ b/content/developer/howtos/rdtraining/13_inheritance.rst @@ -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 ================