[ADD] tutorials/website_theme: Add tutorials to build a website theme

closes odoo/documentation#13131

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Céline de Lannoy (cede) <cede@odoo.com>
This commit is contained in:
Brandon Mercier
2025-05-05 16:04:57 +02:00
parent 85915a364c
commit 93931fc28e
29 changed files with 1160 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ Tutorials
tutorials/importable_modules
tutorials/mixins
tutorials/pdf_reports
tutorials/website_theme
.. tip::
If you are new to Odoo development, we recommend starting with the :doc:`setup guide
@@ -89,3 +90,9 @@ Expand your knowledge on the server framework
:target: tutorials/pdf_reports
Use QWeb, Odoo's powerful templating engine, to create custom PDF reports for your documents.
.. card:: Build a website theme
:target: tutorials/website_theme
Create a tailored website from scratch fully integrated with Odoo and editable via the Website
Builder.