diff --git a/doc/howtos/website.rst b/doc/howtos/website.rst index c3f575ef25d..bf8c1d4c313 100644 --- a/doc/howtos/website.rst +++ b/doc/howtos/website.rst @@ -255,7 +255,7 @@ since "Carol" is not an integer, the route was ignored and no route could be found. Odoo provides an additional converter called ``model`` which provides records -directly when given their id, let's use that and create a generic page for +directly when given their id. Let's use this to create a generic page for teacher biographies: .. patch:: diff --git a/doc/howtos/website/teachers-menu b/doc/howtos/website/teachers-menu index 117b8d16317..da659bde1ba 100644 --- a/doc/howtos/website/teachers-menu +++ b/doc/howtos/website/teachers-menu @@ -18,7 +18,8 @@ new file mode 100644 --- /dev/null +++ b/academy/views.xml @@ -0,0 +1,13 @@ -+ ++ ++ + + Academy teachers + academy.teachers @@ -30,4 +31,5 @@ new file mode 100644 + -+ ++ ++