2023-01-12 17:07:53 +00:00
|
|
|
:show-content:
|
|
|
|
|
:hide-page-toc:
|
2021-06-09 11:10:25 +02:00
|
|
|
|
2023-02-17 14:48:38 +00:00
|
|
|
=============
|
|
|
|
|
How-to guides
|
|
|
|
|
=============
|
2021-04-30 12:40:29 +02:00
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
:titlesonly:
|
|
|
|
|
|
2022-10-27 08:19:25 +00:00
|
|
|
howtos/scss_tips
|
2023-03-10 19:56:38 +00:00
|
|
|
howtos/javascript_field
|
|
|
|
|
howtos/javascript_view
|
|
|
|
|
howtos/javascript_client_action
|
2023-11-17 10:24:45 +01:00
|
|
|
howtos/standalone_owl_application
|
2024-03-13 10:57:49 +01:00
|
|
|
howtos/frontend_owl_components
|
2022-06-29 13:58:31 +00:00
|
|
|
howtos/web_services
|
2021-05-04 16:31:06 +02:00
|
|
|
howtos/company
|
2023-04-04 14:50:43 +00:00
|
|
|
howtos/create_reports
|
2021-11-30 16:24:42 +00:00
|
|
|
howtos/accounting_localization
|
|
|
|
|
howtos/translations
|
2023-04-20 14:32:38 +00:00
|
|
|
howtos/website_themes
|
2023-02-20 17:09:51 +00:00
|
|
|
howtos/connect_device
|
2023-11-17 13:07:25 +01:00
|
|
|
howtos/upgrade_custom_db
|
2023-01-12 17:07:53 +00:00
|
|
|
|
2023-01-18 16:37:41 +00:00
|
|
|
.. cards::
|
|
|
|
|
|
|
|
|
|
.. card:: Write lean easy-to-maintain CSS
|
|
|
|
|
:target: howtos/scss_tips
|
|
|
|
|
|
|
|
|
|
Follow this guide to keep the technical debt of your CSS code under control.
|
|
|
|
|
|
2023-03-10 19:56:38 +00:00
|
|
|
.. card:: Customize a field
|
|
|
|
|
:target: howtos/javascript_field
|
|
|
|
|
|
|
|
|
|
Learn how to customize field components in the Odoo JavaScript web framework.
|
|
|
|
|
|
|
|
|
|
.. card:: Customize a view type
|
|
|
|
|
:target: howtos/javascript_view
|
|
|
|
|
|
|
|
|
|
Learn how to customize view types in the Odoo JavaScript web framework.
|
|
|
|
|
|
|
|
|
|
.. card:: Create a client action
|
|
|
|
|
:target: howtos/javascript_client_action
|
|
|
|
|
|
|
|
|
|
Learn how to create client actions in the Odoo JavaScript web framework.
|
|
|
|
|
|
2023-11-17 10:24:45 +01:00
|
|
|
.. card:: Create a standalone Owl application
|
|
|
|
|
:target: howtos/standalone_owl_application
|
|
|
|
|
|
|
|
|
|
Learn how to create a public-facing Owl application outside of the web client using a
|
|
|
|
|
controller and the Odoo JavaScript framework.
|
|
|
|
|
|
2024-03-13 10:57:49 +01:00
|
|
|
.. card:: Use Owl components on the portal and website
|
|
|
|
|
:target: howtos/frontend_owl_components
|
|
|
|
|
|
|
|
|
|
Learn how to use Owl components on the portal and website.
|
|
|
|
|
|
2023-01-18 16:37:41 +00:00
|
|
|
.. card:: Web services
|
|
|
|
|
:target: howtos/web_services
|
|
|
|
|
|
|
|
|
|
Learn more about Odoo's web services.
|
|
|
|
|
|
|
|
|
|
.. 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.
|
|
|
|
|
|
2023-04-04 14:50:43 +00:00
|
|
|
.. card:: Create customized reports
|
|
|
|
|
:target: howtos/create_reports
|
|
|
|
|
|
|
|
|
|
Learn how to create customized reports with SQL Views.
|
|
|
|
|
|
2023-01-18 16:37:41 +00:00
|
|
|
.. card:: Accounting localization
|
|
|
|
|
:target: howtos/accounting_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.
|
|
|
|
|
|
2023-04-20 14:32:38 +00:00
|
|
|
.. card:: Website themes
|
|
|
|
|
:target: howtos/website_themes
|
|
|
|
|
|
|
|
|
|
Learn how to customize your website by creating a custom theme.
|
|
|
|
|
|
2023-01-18 16:37:41 +00:00
|
|
|
.. card:: Connect with a device
|
|
|
|
|
:target: howtos/connect_device
|
|
|
|
|
|
|
|
|
|
Learn how to enable a module to detect and communicate with an IoT device.
|
2023-11-17 13:07:25 +01:00
|
|
|
|
|
|
|
|
.. card:: Upgrade a customized database
|
|
|
|
|
:target: howtos/upgrade_custom_db
|
|
|
|
|
|
|
|
|
|
Learn how to upgrade a customized database, as well as the code and data of its custom modules.
|