-
{{ _("Learn to develop in Odoo by reading the framework references and programmer tutorials.") }}
+
{{ _("Learn to develop in Odoo with the developer tutorials and framework references.") }}
{{ _("Top Links") }}
-
-
- {{ _("Tutorial: Getting started") }}
+
+ {{ _("Tutorials") }}
-
-
- {{ _("ORM") }}
+
+ {{ _("How-to guides") }}
-
-
- {{ _("Regular Views") }}
+
+ {{ _("Reference") }}
-
-
- {{ _("QWeb Views") }}
-
-
- -
-
+
{{ _("External API") }}
diff --git a/redirects/17.0.txt b/redirects/17.0.txt
index eb098d3c9..b19e99b9d 100644
--- a/redirects/17.0.txt
+++ b/redirects/17.0.txt
@@ -3,6 +3,26 @@
developer/reference/backend/views.rst developer/reference/user_interface/view_records.rst
developer/reference/user_interface/view_architecture.rst developer/reference/user_interface/view_architectures.rst
+# developer/tutorials
+
+developer/tutorials/getting_started.rst developer/tutorials/server_framework_101.rst
+developer/tutorials/getting_started/01_architecture.rst developer/tutorials/server_framework_101/01_architecture.rst
+developer/tutorials/getting_started/02_setup.rst developer/tutorials/setup_guide.rst
+developer/tutorials/getting_started/03_newapp.rst developer/tutorials/server_framework_101/02_newapp.rst
+developer/tutorials/getting_started/04_basicmodel.rst developer/tutorials/server_framework_101/03_basicmodel.rst
+developer/tutorials/getting_started/05_securityintro.rst developer/tutorials/server_framework_101/04_securityintro.rst
+developer/tutorials/getting_started/06_firstui.rst developer/tutorials/server_framework_101/05_firstui.rst
+developer/tutorials/getting_started/07_basicviews.rst developer/tutorials/server_framework_101/06_basicviews.rst
+developer/tutorials/getting_started/08_relations.rst developer/tutorials/server_framework_101/07_relations.rst
+developer/tutorials/getting_started/09_compute_onchange.rst developer/tutorials/server_framework_101/08_compute_onchange.rst
+developer/tutorials/getting_started/10_actions.rst developer/tutorials/server_framework_101/09_actions.rst
+developer/tutorials/getting_started/11_constraints.rst developer/tutorials/server_framework_101/10_constraints.rst
+developer/tutorials/getting_started/12_sprinkles.rst developer/tutorials/server_framework_101/11_sprinkles.rst
+developer/tutorials/getting_started/13_inheritance.rst developer/tutorials/server_framework_101/12_inheritance.rst
+developer/tutorials/getting_started/14_other_module.rst developer/tutorials/server_framework_101/13_other_module.rst
+developer/tutorials/getting_started/15_qwebintro.rst developer/tutorials/server_framework_101/14_qwebintro.rst
+developer/tutorials/getting_started/16_final_word.rst developer/tutorials/server_framework_101/15_final_word.rst
+
# applications/inventory_and_mrp
applications/inventory_and_mrp/inventory/warehouses_storage/advanced_operations_warehouse/closest_location.rst applications/inventory_and_mrp/inventory/warehouses_storage/removal_strategies/closest_location.rst # advanced_operations_warehouse/* --> removal_strategies/*