mirror of
https://github.com/odoo/documentation.git
synced 2026-01-04 02:36:32 +07:00
[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:
committed by
Antoine Vandevenne (anv)
parent
152613f6d6
commit
34c5e6d3e1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user