
Before this commit, the "Developer/Misc" directory of the doc, and
more particularly the "Developer/Misc/Other" sub-directory, was used as
a garbage dump where we moved all the pages that didn't fit elsewhere.
Due to that, interesting and important pages, such as the Coding
Guidelines, were buried in that directory never to be read again by Odoo
developers.
This commit moves most pages under "Misc" one or two levels up to be
located directly under "Developer" hence making them more accessible. A
new "Contributing/Development" directory is added to host the Coding
Guidelines page and soon many other pages.
task-2897143
closes odoo/documentation#2368
X-original-commit: 4e67b8986c
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
123 lines
6.0 KiB
HTML
123 lines
6.0 KiB
HTML
<div id="o_content">
|
|
<section class="o_content_fw_banner">
|
|
<h1 class="text-white">{{ _("Odoo Documentation") }}</h1>
|
|
</section>
|
|
<section>
|
|
<div class="row gx-lg-5">
|
|
<div class="col-lg-6">
|
|
<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>
|
|
<ul class="list-unstyled">
|
|
<li>
|
|
<a href="{{ pathto('applications/finance/accounting') }}" class="stretched-link">
|
|
{{ _("Accounting") }}
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="{{ pathto('applications/inventory_and_mrp/inventory') }}" class="stretched-link">
|
|
{{ _("Inventory") }}
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="{{ pathto('applications/inventory_and_mrp/manufacturing') }}" class="stretched-link">
|
|
{{ _("Manufacturing") }}
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="{{ pathto('applications/sales/point_of_sale') }}" class="stretched-link">
|
|
{{ _("Point of Sale") }}
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="col-lg-6">
|
|
<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>
|
|
<h5 class="text-muted pt-3 text-uppercase fw_semibold">{{ _("Top Links") }}</h5>
|
|
<ul class="list-unstyled">
|
|
<li>
|
|
<a href=" {{ pathto('administration/deployment/install') }} " class="stretched-link">
|
|
{{ _("Installing Odoo") }}
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="{{ pathto('administration/maintain/update') }}" class="stretched-link">
|
|
{{ _("Bugfix updates") }}
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="{{ pathto('administration/upgrade') }}" class="stretched-link">
|
|
{{ _("Upgrading Odoo") }}
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="{{ pathto('administration/odoo_sh/overview/introduction') }}" class="stretched-link">
|
|
{{ _("Odoo.sh: The Odoo Cloud Platform") }}
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="row gx-lg-5">
|
|
<div class="col-lg-6">
|
|
<h2 class="border-top pt-4"><a href="{{ pathto('developer') }}">{{ _("Developer") }}</a></h2>
|
|
<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>
|
|
<ul class="list-unstyled">
|
|
<li>
|
|
<a href="{{ pathto('developer/howtos/rdtraining') }}" class="stretched-link">
|
|
{{ _("Tutorial: Getting started") }}
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="{{ pathto('developer/reference/backend/orm') }}" class="stretched-link">
|
|
{{ _("ORM") }}
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="{{ pathto('developer/reference/backend/views') }}" class="stretched-link">
|
|
{{ _("Regular Views") }}
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="{{ pathto('developer/reference/frontend/qweb') }}" class="stretched-link">
|
|
{{ _("QWeb Views") }}
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="{{ pathto('developer/api/external_api') }}" class="stretched-link">
|
|
{{ _("External API") }}
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="col-lg-6">
|
|
<h2 class="border-top pt-4"><a href="{{ pathto('contributing') }}">{{ _("Contributing") }}</a></h2>
|
|
<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>
|
|
<ul class="list-unstyled">
|
|
<li>
|
|
<a href="{{ pathto('contributing/development/coding_guidelines') }}" class="stretched-link">
|
|
{{ _("Coding guidelines") }}
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="{{ pathto('contributing/documentation') }}" class="stretched-link">
|
|
{{ _("Documentation") }}
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="{{ pathto('contributing/documentation/content_guidelines') }}" class="stretched-link">
|
|
{{ _("Content guidelines") }}
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
{# If changelog exists import it here}
|
|
{% include "layout_templates/changelog.html" %}
|
|
{#}
|
|
</div>
|