2021-04-30 12:40:29 +02:00
< div id = "o_content" >
2021-06-30 11:21:32 +02:00
< section class = "o_content_fw_banner" >
< h1 class = "text-white" > {{ _("Odoo Documentation") }}< / h1 >
2021-04-30 12:40:29 +02:00
< / section >
< section >
2021-05-26 11:40:14 +02:00
< div class = "row gx-lg-5" >
< div class = "col-lg-6" >
2021-06-30 11:21:32 +02:00
< h2 > < a href = "{{ pathto('applications') }}" > {{ _("User Docs") }}< / a > < / h2 >
< p class = "text-muted" > {{ _("Discover our guide to help you use and configure the platform, by applications.") }}< / p >
< h5 class = "text-muted pt-3 text-uppercase fw_semibold" > {{ _("Top Apps") }}< / h5 >
2021-04-30 12:40:29 +02:00
< ul class = "list-unstyled" >
< li >
2021-06-30 11:21:32 +02:00
< a href = "{{ pathto('applications/finance/accounting') }}" class = "stretched-link" >
{{ _("Accounting") }}
2021-04-30 12:40:29 +02:00
< / a >
< / li >
< li >
2021-06-30 11:21:32 +02:00
< a href = "{{ pathto('applications/inventory_and_mrp/inventory') }}" class = "stretched-link" >
{{ _("Inventory") }}
2021-04-30 12:40:29 +02:00
< / a >
< / li >
< li >
2021-06-30 11:21:32 +02:00
< a href = "{{ pathto('applications/inventory_and_mrp/manufacturing') }}" class = "stretched-link" >
{{ _("Manufacturing") }}
2021-04-30 12:40:29 +02:00
< / a >
< / li >
< li >
2021-06-30 11:21:32 +02:00
< a href = "{{ pathto('applications/sales/point_of_sale') }}" class = "stretched-link" >
{{ _("Point of Sale") }}
2021-04-30 12:40:29 +02:00
< / a >
< / li >
< / ul >
< / div >
2021-05-26 11:40:14 +02:00
< div class = "col-lg-6" >
2021-06-30 11:21:32 +02:00
< h2 class = "border-top pt-4 pt-lg-0" > < a href = "{{ pathto('administration') }}" > {{ _("Install and Maintain") }}< / a > < / h2 >
< p class = "text-muted" > {{ _("Learn how to install, deploy and upgrade Odoo on premise or on Odoo.sh.") }}< / p >
2021-06-14 14:17:59 +02:00
< h5 class = "text-muted pt-3 text-uppercase fw_semibold" > {{ _("Top Links") }}< / h5 >
2021-04-30 12:40:29 +02:00
< ul class = "list-unstyled" >
< li >
2021-06-30 11:21:32 +02:00
< a href = " {{ pathto('administration/deployment/install') }} " class = "stretched-link" >
2021-06-14 14:17:59 +02:00
{{ _("Installing Odoo") }}
2021-04-30 12:40:29 +02:00
< / a >
< / li >
< li >
2022-03-28 12:16:49 +00:00
< a href = "{{ pathto('administration/maintain/update') }}" class = "stretched-link" >
{{ _("Bugfix updates") }}
2021-04-30 12:40:29 +02:00
< / a >
< / li >
< li >
2022-03-28 12:16:49 +00:00
< a href = "{{ pathto('administration/upgrade') }}" class = "stretched-link" >
{{ _("Upgrading Odoo") }}
2021-04-30 12:40:29 +02:00
< / a >
< / li >
< li >
< a href = "{{ pathto('administration/odoo_sh/overview/introduction') }}" class = "stretched-link" >
2021-06-30 11:21:32 +02:00
{{ _("Odoo.sh: The Odoo Cloud Platform") }}
2021-04-30 12:40:29 +02:00
< / a >
< / li >
< / ul >
< / div >
2021-05-26 11:40:14 +02:00
< / div >
< div class = "row gx-lg-5" >
< div class = "col-lg-6" >
2021-06-30 11:21:32 +02:00
< h2 class = "border-top pt-4" > < a href = "{{ pathto('developer') }}" > {{ _("Developer") }}< / a > < / h2 >
2021-06-14 14:17:59 +02:00
< p class = "text-muted" > {{ _("Learn to develop in Odoo by reading the framework references and programmer tutorials.") }}< / p >
< h5 class = "text-muted pt-3 text-uppercase fw_semibold" > {{ _("Top Links") }}< / h5 >
2021-04-30 12:40:29 +02:00
< ul class = "list-unstyled" >
< li >
2021-07-07 15:39:35 +02:00
< a href = "{{ pathto('developer/howtos/rdtraining') }}" class = "stretched-link" >
{{ _("Tutorial: Getting started") }}
2021-04-30 12:40:29 +02:00
< / a >
< / li >
< li >
2021-10-31 06:48:33 +00:00
< a href = "{{ pathto('developer/reference/backend/orm') }}" class = "stretched-link" >
2021-06-30 11:21:32 +02:00
{{ _("ORM") }}
2021-04-30 12:40:29 +02:00
< / a >
< / li >
< li >
2021-10-31 06:48:33 +00:00
< a href = "{{ pathto('developer/reference/backend/views') }}" class = "stretched-link" >
2021-06-30 11:21:32 +02:00
{{ _("Regular Views") }}
2021-04-30 12:40:29 +02:00
< / a >
< / li >
< li >
2021-10-31 06:48:33 +00:00
< a href = "{{ pathto('developer/reference/frontend/qweb') }}" class = "stretched-link" >
2021-06-30 11:21:32 +02:00
{{ _("QWeb Views") }}
2021-04-30 12:40:29 +02:00
< / a >
< / li >
< li >
2022-06-02 08:10:42 +00:00
< a href = "{{ pathto('developer/misc/api/external_api') }}" class = "stretched-link" >
2021-06-30 11:21:32 +02:00
{{ _("External API") }}
2021-04-30 12:40:29 +02:00
< / a >
< / li >
< / ul >
< / div >
2021-05-26 11:40:14 +02:00
< div class = "col-lg-6" >
2021-06-30 11:21:32 +02:00
< h2 class = "border-top pt-4" > < a href = "{{ pathto('contributing') }}" > {{ _("Contributing") }}< / a > < / h2 >
2021-06-14 14:17:59 +02:00
< p class = "text-muted" > {{ _("You want to contribute to Odoo but don't know where to start? The tutorials and guidelines are there to help you make Odoo even better.") }}< / p >
< h5 class = "text-muted pt-3 text-uppercase fw_semibold" > {{ _("Top Links") }}< / h5 >
2021-04-30 12:40:29 +02:00
< ul class = "list-unstyled" >
< li >
2021-06-04 16:12:25 +02:00
< a href = "{{ pathto('contributing/documentation') }}" class = "stretched-link" >
2021-06-14 14:17:59 +02:00
{{ _("Write documentation") }}
2021-06-04 16:12:25 +02:00
< / a >
< / li >
< li >
< a href = "{{ pathto('contributing/documentation/content_guidelines') }}" class = "stretched-link" >
2021-06-14 14:17:59 +02:00
{{ _("Content guidelines") }}
2021-04-30 12:40:29 +02:00
< / a >
< / li >
< / ul >
< / div >
< / div >
< / section >
{# If changelog exists import it here}
{% include "layout_templates/changelog.html" %}
{#}
2021-06-30 11:21:32 +02:00
< / div >