From e61fbafb0d60f4eb9845273090e585ee68ab0ef0 Mon Sep 17 00:00:00 2001 From: "Antoine Vandevenne (anv)" Date: Mon, 20 Feb 2023 10:24:28 +0000 Subject: [PATCH] [IMP] tutorials/*: hide outdated tutorials *: backend, web, website task-2991663 Part-of: odoo/documentation#3644 --- content/developer/tutorials.rst | 16 ---------------- content/developer/tutorials/backend.rst | 4 ++++ content/developer/tutorials/web.rst | 7 ++----- content/developer/tutorials/website.rst | 5 +++++ 4 files changed, 11 insertions(+), 21 deletions(-) diff --git a/content/developer/tutorials.rst b/content/developer/tutorials.rst index 15bc5bdc8..e46ec150a 100644 --- a/content/developer/tutorials.rst +++ b/content/developer/tutorials.rst @@ -15,8 +15,6 @@ Tutorials tutorials/mixins tutorials/pdf_reports tutorials/dashboards - tutorials/backend - tutorials/website .. raw:: html @@ -122,18 +120,4 @@ Tutorials - -
-
-

Building a website

-

- Build your first website modules with Odoo. -

-
- -
-
- diff --git a/content/developer/tutorials/backend.rst b/content/developer/tutorials/backend.rst index 9d16e8088..e72c8e541 100644 --- a/content/developer/tutorials/backend.rst +++ b/content/developer/tutorials/backend.rst @@ -1,3 +1,4 @@ +:orphan: .. _howto/base: .. _howto/module: @@ -6,6 +7,9 @@ Building a Module ================= +.. danger:: + This tutorial is outdated. We recommend reading :doc:`getting_started` instead. + .. warning:: This tutorial requires :ref:`having installed Odoo ` diff --git a/content/developer/tutorials/web.rst b/content/developer/tutorials/web.rst index 8613b9cc6..b6cecf378 100644 --- a/content/developer/tutorials/web.rst +++ b/content/developer/tutorials/web.rst @@ -4,11 +4,8 @@ Customizing the web client ========================== -.. note:: - - this section is really really out of date. It will be updated someday, - but meanwhile, this tutorial will probably be frustrating to follow, since it - was written a long time ago. +.. danger:: + This tutorial is outdated. .. highlight:: javascript diff --git a/content/developer/tutorials/website.rst b/content/developer/tutorials/website.rst index ade303e43..16d7e7399 100644 --- a/content/developer/tutorials/website.rst +++ b/content/developer/tutorials/website.rst @@ -1,7 +1,12 @@ +:orphan: + ================== Building a Website ================== +.. danger:: + This tutorial is outdated. We recommend reading :doc:`getting_started` instead. + .. warning:: * This guide assumes `basic knowledge of Python