[MOV] howto/website: move "Building a website" to the tutorials dir
task-2991663 Part-of: odoo/documentation#3629
This commit is contained in:
parent
747d39fa91
commit
a8f61ee312
@ -8,7 +8,6 @@ How-to guides
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
|
||||
howtos/website
|
||||
howtos/profilecode
|
||||
howtos/company
|
||||
howtos/localization
|
||||
@ -18,21 +17,6 @@ How-to guides
|
||||
|
||||
<div class="row row-cols-1 row-cols-md-2 row-cols-xl-3 row-cols-xxl-4 g-4 mb-4">
|
||||
|
||||
<!-- 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/profilecode.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::
|
||||
|
||||
|
@ -15,6 +15,7 @@ Tutorials
|
||||
tutorials/pdf_reports
|
||||
tutorials/dashboards
|
||||
tutorials/backend
|
||||
tutorials/website
|
||||
|
||||
.. raw:: html
|
||||
|
||||
@ -108,4 +109,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 |
@ -62,6 +62,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