Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
'CURRENT_MAJOR_VERSION': current_major_version,
'GITHUB_PATH': f'https://github.com/odoo/odoo/blob/{version}',
'GITHUB_ENT_PATH': f'https://github.com/odoo/enterprise/blob/{version}',
'GITHUB_TUTO_PATH': f'https://github.com/odoo/tutorials/blob/{current_major_branch}',
'OWL_PATH': f'https://github.com/odoo/owl/blob/master',
}

Expand Down
7 changes: 7 additions & 0 deletions content/developer/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion content/developer/tutorials/web.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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
To create websites with Odoo, see :doc:`website_theme`; to add business capabilities
or extend existing business systems of Odoo, see :doc:`backend`.

.. warning::
Expand Down
Loading