[MOV] howto/website: move "Building a website" to the tutorials dir
task-2991663
X-original-commit: 58f2174c49
Part-of: odoo/documentation#3660
This commit is contained in:
parent
1292abc9e7
commit
c2d7f03b8b
@ -9,7 +9,6 @@ How-to guides
|
||||
:titlesonly:
|
||||
|
||||
howtos/scss_tips
|
||||
howtos/website
|
||||
howtos/web_services
|
||||
howtos/company
|
||||
howtos/accounting_localization
|
||||
@ -32,21 +31,6 @@ How-to guides
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<!-- Small card with badge rounded-pill -->
|
||||
<a class="o_toctree_card col" href="howtos/website.html">
|
||||
<div class="card h-100">
|
||||
<div class="card-body pb-0">
|
||||
<h4 class="card-title text-primary mb-1">Building a website</h4>
|
||||
<p class="card-text text-dark fw-normal">
|
||||
Build your first website modules with Odoo.
|
||||
</p>
|
||||
</div>
|
||||
<div class="card-footer border-0">
|
||||
<span class="badge rounded-pill bg-dark mt-auto mb-2">Beginner</span>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a class="o_toctree_card col" href="howtos/web_services.html">
|
||||
<div class="card h-100 pb-0">
|
||||
<div class="card-body">
|
||||
|
@ -16,8 +16,8 @@ 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
|
||||
or extend existing business systems of Odoo, see :doc:`../tutorials/getting_started`.
|
||||
To create websites with Odoo, see :doc:`../tutorials/website`; to add business capabilities
|
||||
or extend existing business systems of Odoo, see :doc:`../tutorials/backend`.
|
||||
|
||||
.. warning::
|
||||
|
||||
|
@ -17,6 +17,7 @@ Tutorials
|
||||
tutorials/pdf_reports
|
||||
tutorials/dashboards
|
||||
tutorials/backend
|
||||
tutorials/website
|
||||
|
||||
.. raw:: html
|
||||
|
||||
@ -138,4 +139,18 @@ Tutorials
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a class="o_toctree_card col" href="tutorials/website.html">
|
||||
<div class="card h-100">
|
||||
<div class="card-body pb-0">
|
||||
<h4 class="card-title text-primary mb-1">Building a website</h4>
|
||||
<p class="card-text text-dark fw-normal">
|
||||
Build your first website modules with Odoo.
|
||||
</p>
|
||||
</div>
|
||||
<div class="card-footer border-0">
|
||||
<span class="badge rounded-pill bg-dark mt-auto mb-2">Beginner</span>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 823 B After Width: | Height: | Size: 823 B |
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
@ -61,6 +61,7 @@ developer/howtos/rdtraining/C_data.rst developer/tutorials/define_module_data.rs
|
||||
developer/howtos/rdtraining/E_unittest.rst developer/tutorials/unit_tests.rst # reorganize the developer doc
|
||||
developer/howtos/rdtraining/J_reports.rst developer/tutorials/pdf_reports.rst # reorganize the developer doc
|
||||
developer/howtos/rdtraining/K_dashboard.rst developer/tutorials/dashboards.rst # reorganize the developer doc
|
||||
developer/howtos/website.rst developer/tutorials/website.rst # reorganize the developer doc
|
||||
|
||||
# developer/misc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user