diff --git a/content/developer/howtos.rst b/content/developer/howtos.rst index a9aa29aae..39c5381f4 100644 --- a/content/developer/howtos.rst +++ b/content/developer/howtos.rst @@ -8,7 +8,6 @@ How-to guides .. toctree:: :titlesonly: - howtos/website howtos/profilecode howtos/company howtos/localization @@ -18,21 +17,6 @@ How-to guides
- - -
-
-

Building a website

-

- Build your first website modules with Odoo. -

-
- -
-
-
diff --git a/content/developer/howtos/web.rst b/content/developer/howtos/web.rst index 0e79a94c3..192196201 100644 --- a/content/developer/howtos/web.rst +++ b/content/developer/howtos/web.rst @@ -16,8 +16,8 @@ Customizing the web client This guide is about creating modules for Odoo's web client. -To create websites with Odoo, see :doc:`website`; to add business capabilities -or extend existing business systems of Odoo, see :doc:`../tutorials/getting_started`. +To create websites with Odoo, see :doc:`../tutorials/website`; to add business capabilities +or extend existing business systems of Odoo, see :doc:`../tutorials/backend`. .. warning:: diff --git a/content/developer/tutorials.rst b/content/developer/tutorials.rst index fda1c07fa..98c33ac09 100644 --- a/content/developer/tutorials.rst +++ b/content/developer/tutorials.rst @@ -15,6 +15,7 @@ Tutorials tutorials/pdf_reports tutorials/dashboards tutorials/backend + tutorials/website .. raw:: html @@ -108,4 +109,18 @@ Tutorials
+ +
+
+

Building a website

+

+ Build your first website modules with Odoo. +

+
+ +
+
+
diff --git a/content/developer/howtos/website.rst b/content/developer/tutorials/website.rst similarity index 100% rename from content/developer/howtos/website.rst rename to content/developer/tutorials/website.rst diff --git a/content/developer/howtos/website/basic-list.png b/content/developer/tutorials/website/basic-list.png similarity index 100% rename from content/developer/howtos/website/basic-list.png rename to content/developer/tutorials/website/basic-list.png diff --git a/content/developer/howtos/website/helloworld.png b/content/developer/tutorials/website/helloworld.png similarity index 100% rename from content/developer/howtos/website/helloworld.png rename to content/developer/tutorials/website/helloworld.png diff --git a/content/developer/howtos/website/layout.png b/content/developer/tutorials/website/layout.png similarity index 100% rename from content/developer/howtos/website/layout.png rename to content/developer/tutorials/website/layout.png diff --git a/redirects/14.0.txt b/redirects/14.0.txt index 12aaaa7c8..bc65f64d9 100644 --- a/redirects/14.0.txt +++ b/redirects/14.0.txt @@ -62,6 +62,7 @@ developer/howtos/rdtraining/C_data.rst developer/tutorials/define_module_data.rs developer/howtos/rdtraining/E_unittest.rst developer/tutorials/unit_tests.rst # reorganize the developer doc developer/howtos/rdtraining/J_reports.rst developer/tutorials/pdf_reports.rst # reorganize the developer doc developer/howtos/rdtraining/K_dashboard.rst developer/tutorials/dashboards.rst # reorganize the developer doc +developer/howtos/website.rst developer/tutorials/website.rst # reorganize the developer doc # developer/misc