[MOV] developer/iot: move "Internet of things" the howtos dir

task-2991663

Part-of: odoo/documentation#3655
This commit is contained in:
Antoine Vandevenne (anv) 2023-02-20 17:09:51 +00:00
parent 9561c9abf8
commit 2701d91db0
4 changed files with 17 additions and 5 deletions

View File

@ -20,4 +20,3 @@ Learn through tutorials and get help using reference guides.
developer/reference developer/reference
developer/api developer/api
developer/cli developer/cli
developer/iot

View File

@ -13,6 +13,7 @@ How-to guides
howtos/company howtos/company
howtos/accounting_localization howtos/accounting_localization
howtos/translations howtos/translations
howtos/connect_device
.. raw:: html .. raw:: html
@ -81,4 +82,16 @@ How-to guides
</div> </div>
</a> </a>
<a class="o_toctree_card col" href="howtos/connect_device.html">
<div class="card h-100 pb-0">
<div class="card-body">
<h4 class="card-title text-primary mb-1">Connect with a device</h4>
<p class="card-text text-dark fw-normal">
Learn how to enable a module to detect and communicate with an IoT device.
</p>
</div>
<div class="card-footer border-0"></div>
</div>
</a>
</div> </div>

View File

@ -1,7 +1,6 @@
=====================
================== Connect with a device
Internet of Things =====================
==================
IoT Drivers allow any Odoo module to communicate in real-time with any device IoT Drivers allow any Odoo module to communicate in real-time with any device
connected to the IoT Box. Communication with the IoT Box goes both ways, so the connected to the IoT Box. Communication with the IoT Box goes both ways, so the

View File

@ -63,6 +63,7 @@ developer/howtos/rdtraining/J_reports.rst developer/tutorials/pdf_reports.rst
developer/howtos/rdtraining/K_dashboard.rst developer/tutorials/dashboards.rst # reorganize the developer doc developer/howtos/rdtraining/K_dashboard.rst developer/tutorials/dashboards.rst # reorganize the developer doc
developer/howtos/web.rst developer/tutorials/web.rst # reorganize the developer doc developer/howtos/web.rst developer/tutorials/web.rst # reorganize the developer doc
developer/howtos/website.rst developer/tutorials/website.rst # reorganize the developer doc developer/howtos/website.rst developer/tutorials/website.rst # reorganize the developer doc
developer/iot.rst developer/howtos/connect_device.rst # reorganize the developer doc
# developer/misc # developer/misc