[IMP] developer/tutorials: separate js framework tutorial in two parts

This commit splits the 7 chapters of the JS tutorial in two
smaller and more focused tutorials:
- a basic one (Discover the JS framework)
- and an advanced one (Master the odoo web framework)

closes odoo/documentation#4246

X-original-commit: b6b9de70d2
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
Géry Debongnie
2023-04-24 10:37:04 +00:00
committed by Antoine Vandevenne (anv)
parent 152613f6d6
commit 34c5e6d3e1
62 changed files with 319 additions and 309 deletions

View File

@@ -10,6 +10,7 @@ Tutorials
tutorials/getting_started
tutorials/discover_js_framework
tutorials/master_odoo_web_framework
tutorials/define_module_data
tutorials/restrict_data_access
tutorials/unit_tests
@@ -31,9 +32,16 @@ Tutorials
:tag: Beginner
:large:
Learn everything you need to know about the JavaScript framework of Odoo. This tutorial will
teach you how to build custom components and views, give life to your application, and even
re-introduce the kitten mode.
Learn the basics of the JavaScript framework of Odoo. This tutorial will teach you how to work
with Owl components and introduce the basic principles underlying the Odoo JavaScript
codebase.
.. card:: Master the Odoo Web Framework
:target: tutorials/master_odoo_web_framework
:tag: Advanced
Become an expert in the Odoo Web Framework. A large variety of features are covered such as
fields, views, and even the kitten mode.
.. card:: Define module data
:target: tutorials/define_module_data