[ADD] developer/howto: guide for theming
A complete guide on how to create a custom website theme for Odoo closes odoo/documentation#4399 Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com> Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
This commit is contained in:
committed by
Jonathan Castillo (jcs)
parent
e650e86173
commit
892fd3e2ac
@@ -0,0 +1,37 @@
|
||||
:show-content:
|
||||
:hide-page-toc:
|
||||
:show-toc:
|
||||
|
||||
==============
|
||||
Website themes
|
||||
==============
|
||||
|
||||
.. image:: website_themes/web-design.png
|
||||
:alt: Artistic illustration of "Web design"
|
||||
:width: 600
|
||||
|
||||
The Odoo Website Builder is an excellent tool for creating a website fully integrated with other
|
||||
Odoo apps. Using the theme's options and building blocks is easy and allows you to personalize your
|
||||
web presence the way you want. However, you can take things even further.
|
||||
|
||||
In this documentation, you will learn to completely customize your website without touching Odoo's
|
||||
core files, and this way, preserve the editing options of the Website Builder.
|
||||
|
||||
The information compiled in this documentation is based on our past experiences - both failures and
|
||||
successes. We invite you to use it as a base to build your own website and adapt it to your needs.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
website_themes/setup
|
||||
website_themes/theming
|
||||
website_themes/layout
|
||||
website_themes/navigation
|
||||
website_themes/pages
|
||||
website_themes/building_blocks
|
||||
website_themes/shapes
|
||||
website_themes/gradients
|
||||
website_themes/animations
|
||||
website_themes/forms
|
||||
website_themes/translations
|
||||
website_themes/going_live
|
||||
Reference in New Issue
Block a user