diff --git a/content/developer/howtos.rst b/content/developer/howtos.rst index a564c7486..ccb61b047 100644 --- a/content/developer/howtos.rst +++ b/content/developer/howtos.rst @@ -9,7 +9,6 @@ How-to guides :titlesonly: howtos/scss_tips - howtos/website howtos/web_services howtos/company howtos/accounting_localization @@ -32,21 +31,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 f4df8be3e..ebb6a4da3 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 c4ae718e1..6cafeb917 100644 --- a/content/developer/tutorials.rst +++ b/content/developer/tutorials.rst @@ -17,6 +17,7 @@ Tutorials tutorials/pdf_reports tutorials/dashboards tutorials/backend + tutorials/website .. raw:: html @@ -138,4 +139,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 959483b05..b3c6c8000 100644 --- a/redirects/14.0.txt +++ b/redirects/14.0.txt @@ -61,6 +61,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
- Build your first website modules with Odoo. -
+ Build your first website modules with Odoo. +