From 128de0e54593a56b867be9aaa3c549bf8807a089 Mon Sep 17 00:00:00 2001 From: "Antoine Vandevenne (anv)" Date: Mon, 1 Aug 2022 09:56:49 +0000 Subject: [PATCH] [IMP] rdtraining: mention that the second part needs to be completed too closes odoo/documentation#2539 X-original-commit: 9279fb80a720bbb9c2040ef990689e376e1cc3c0 Signed-off-by: Antoine Vandevenne (anv) --- content/developer/howtos/rdtraining.rst | 27 ++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/content/developer/howtos/rdtraining.rst b/content/developer/howtos/rdtraining.rst index 47d4a3625..f1730f927 100644 --- a/content/developer/howtos/rdtraining.rst +++ b/content/developer/howtos/rdtraining.rst @@ -11,22 +11,29 @@ interested in the development of your own Odoo module. It might also mean that y joined the Odoo company for a rather technical position. In any case, your journey to the technical side of Odoo starts here. -This training is split in two parts. The first part is the 'Core Training': its objective is to -give you an insight of the most important parts of the Odoo development framework. -The chapters should be followed in their given order since they cover the development of a new -Odoo application from scratch in an incremental way. In other words, each chapter depends on the -previous one. +This training is split in two parts: -The second part covers a set of 'Advanced' topics. Each topic can be followed independently, but -requires the 'Core Training'. Note that some advanced topics cover basic features -of an Odoo module, so it's a good idea to give them a quick look. +- The first part is the :ref:`core training `. Its objective is to + give you an insight of the most important parts of the Odoo development framework. The chapters + should be followed in their given order since they cover the development of a new Odoo application + from scratch in an incremental way. In other words, each chapter depends on the previous one. +- The second part covers a set of :ref:`advanced topics `. Each + topic can be followed independently, but requires the :ref:`core training + `. + +.. attention:: + Are you following this training as part of your technical onboarding as an Odoo employee? Then, + we ask you to complete the first part of the training before joining your new team and the second + part the month after. All topics are built around a business case we will enhance along the way. The reader is expected to actively take part in the training by writing the solution for each exercise. Ready? Let's get started! -Core Training +.. _howtos/rdtraining/core_training: + +Core training ============= .. toctree:: @@ -54,6 +61,8 @@ Core Training * :doc:`rdtraining/15_qwebintro` * :doc:`rdtraining/16_guidelines_pr` +.. _howtos/rdtraining/advanced_topics: + Advanced topics ===============