documentation/content/developer/howtos.rst
Antoine Vandevenne (anv) 48571c05a4 [ADD] extensions/cards: add an extension to implement cards
The extension adds two new directive:
- `cards` is the row container for one or more `card` directives.
- `card` is the implementation of a Bootstrap card that accepts a
  `target` argument for the href of the card, a `large` option to render
  the card on two columns, and arbitrary content that is shown in the
  card body.

task-3141419

closes 

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-02-24 18:37:04 +01:00

50 lines
1.2 KiB
ReStructuredText

:show-content:
:hide-page-toc:
=============
How-to guides
=============
.. toctree::
:titlesonly:
howtos/profilecode
howtos/company
howtos/localization
howtos/translations
howtos/provide_iap_services
howtos/connect_device
.. cards::
.. card:: Profiling Odoo code
:target: howtos/profilecode
Learn more about Odoo's embedded code profiler.
.. card:: Multi-company guidelines
:target: howtos/company
Learn how to manage multiple companies and deal with the records-related specificities of a
multi-company environment.
.. card:: Accounting localization
:target: howtos/localization
Learn how to build a localization module, create bank operation models and dynamic reports.
.. card:: Translating modules
:target: howtos/translations
Learn how to provide translation abilities to your module.
.. card:: Provide IAP services
:target: howtos/provide_iap_services
Learn how to provide ongoing services with Odoo's In-App Purchase (IAP).
.. card:: Connect with a device
:target: howtos/connect_device
Learn how to enable a module to detect and communicate with an IoT device.