Skip to content

Commit 44cd8aa

Browse files
cede-odoobram-odoo
authored andcommitted
[FIX] Update website_theme (tutorials)
[FIX] toctree: tutorials.rst [REM] Remove website.rst (no longuer in use) [FIX] dynamic_templates: reflink to variants Cherry pick of 9f8b8e7 failed
1 parent 5492d6e commit 44cd8aa

30 files changed

+1160
-1014
lines changed

conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
'CURRENT_MAJOR_VERSION': current_major_version,
8383
'GITHUB_PATH': f'https://github.com/odoo/odoo/blob/{version}',
8484
'GITHUB_ENT_PATH': f'https://github.com/odoo/enterprise/blob/{version}',
85+
'GITHUB_TUTO_PATH': f'https://github.com/odoo/tutorials/blob/{current_major_branch}',
8586
'OWL_PATH': f'https://github.com/odoo/owl/blob/master',
8687
}
8788

content/developer/tutorials.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Tutorials
1616
tutorials/importable_modules
1717
tutorials/mixins
1818
tutorials/pdf_reports
19+
tutorials/website_theme
1920

2021
.. tip::
2122
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
8990
:target: tutorials/pdf_reports
9091

9192
Use QWeb, Odoo's powerful templating engine, to create custom PDF reports for your documents.
93+
94+
.. card:: Build a website theme
95+
:target: tutorials/website_theme
96+
97+
Create a tailored website from scratch fully integrated with Odoo and editable via the Website
98+
Builder.

content/developer/tutorials/web.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Customizing the web client
1313

1414
This guide is about creating modules for Odoo's web client.
1515

16-
To create websites with Odoo, see :doc:`website`; to add business capabilities
16+
To create websites with Odoo, see :doc:`website_theme`; to add business capabilities
1717
or extend existing business systems of Odoo, see :doc:`backend`.
1818

1919
.. warning::

0 commit comments

Comments
 (0)