[IMP] rdtraining: mention that the second part needs to be completed too
closes odoo/documentation#2536 Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
parent
b8e73f34cb
commit
9279fb80a7
@ -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
|
joined the Odoo company for a rather technical position. In any case, your journey to the
|
||||||
technical side of Odoo starts here.
|
technical side of Odoo starts here.
|
||||||
|
|
||||||
This training is split in two parts. The first part is the 'Core Training': its objective is to
|
This training is split in two parts:
|
||||||
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 'Advanced' topics. Each topic can be followed independently, but
|
- The first part is the :ref:`core training <howtos/rdtraining/core_training>`. Its objective is to
|
||||||
requires the 'Core Training'. Note that some advanced topics cover basic features
|
give you an insight of the most important parts of the Odoo development framework. The chapters
|
||||||
of an Odoo module, so it's a good idea to give them a quick look.
|
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 <howtos/rdtraining/advanced_topics>`. Each
|
||||||
|
topic can be followed independently, but requires the :ref:`core training
|
||||||
|
<howtos/rdtraining/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
|
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.
|
to actively take part in the training by writing the solution for each exercise.
|
||||||
|
|
||||||
Ready? Let's get started!
|
Ready? Let's get started!
|
||||||
|
|
||||||
Core Training
|
.. _howtos/rdtraining/core_training:
|
||||||
|
|
||||||
|
Core training
|
||||||
=============
|
=============
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
@ -54,6 +61,8 @@ Core Training
|
|||||||
* :doc:`rdtraining/15_qwebintro`
|
* :doc:`rdtraining/15_qwebintro`
|
||||||
* :doc:`rdtraining/16_guidelines_pr`
|
* :doc:`rdtraining/16_guidelines_pr`
|
||||||
|
|
||||||
|
.. _howtos/rdtraining/advanced_topics:
|
||||||
|
|
||||||
Advanced topics
|
Advanced topics
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user