121 lines
5.0 KiB
HTML
121 lines
5.0 KiB
HTML
<div id="o_content">
|
|
<div class="row">
|
|
<div class="col-6">
|
|
<h1 class="display-4 text-white fw_bold">Odoo Documentation</h1>
|
|
<p class="text-white">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempo.</p>
|
|
<div class="mt-5">
|
|
<a href="https://odoo.com/trial" class="btn btn-primary mb-2">Try it now!</a>
|
|
<a href="https://odoo.com/download" class="btn btn-outline-light mb-2">Download Odoo</a>
|
|
</div>
|
|
</div>
|
|
<img src="{{ pathto('_static/img/homepage-illustration.svg', 1) }}" class="col-5 py-5 img-fluid" alt="">
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-12 col-md-4">
|
|
<h2 class="text-center o_title_start">Applications</h2>
|
|
<ul class="list-unstyled">
|
|
<li>
|
|
<a href="{{ pathto('applications/finance/accounting/overview/main_concepts/intro') }}" class="stretched-link">
|
|
Introduction to Odoo Accounting
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="{{ pathto('applications/inventory_and_mrp/inventory/overview/concepts/double-entry') }}" class="stretched-link">
|
|
Introduction to Inventory Management
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="{{ pathto('applications/general/base_import/import_faq') }}" class="stretched-link">Import data into Odoo
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="{{ pathto('applications/productivity/discuss/email_servers') }}" class="stretched-link">
|
|
Use my mail server to send and receive emails in Odoo
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="col-12 col-md-4">
|
|
<h2 class="text-center o_title_install">Administration</h2>
|
|
<ul class="list-unstyled">
|
|
<li>
|
|
<a href=" {{ pathto('administration/install') }} " class="stretched-link">
|
|
Installing Odoo
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="{{ pathto('administration/deployment/deploy') }}" class="stretched-link">
|
|
Deploying Odoo
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="{{ pathto('administration/update') }}" class="stretched-link">
|
|
Updating Odoo
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="{{ pathto('administration/odoo_sh/overview/introduction') }}" class="stretched-link">
|
|
Introduction to Odoo.sh
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="col-12 col-md-4">
|
|
<h2 class="text-center o_title_developer">Developer</h2>
|
|
<ul class="list-unstyled">
|
|
<li>
|
|
<a href="{{ pathto('developer/reference/orm') }}" class="stretched-link">
|
|
ORM API
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="{{ pathto('developer/howtos/backend') }}" class="stretched-link">
|
|
Building a Module
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="{{ pathto('developer/webservices/odoo') }}" class="stretched-link">
|
|
External API
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="{{ pathto('developer/reference/cmdline') }}" class="stretched-link">
|
|
Command-line interface
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-12 col-md-4">
|
|
<h2 class="text-center o_title_services">Services</h2>
|
|
<ul class="list-unstyled">
|
|
<li>
|
|
<a href="{{ pathto('services/support/where_can_i_get_support') }}" class="stretched-link">
|
|
Where to find help?
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="{{ pathto('services/support/supported_versions') }}" class="stretched-link">
|
|
Supported versions
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="{{ pathto('legal') }}" class="stretched-link">
|
|
Legal
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="col-12 col-md-4">
|
|
<h2 class="text-center o_title_advanced">Contributing</h2>
|
|
<ul class="list-unstyled">
|
|
<li>
|
|
<a href="{{ pathto('contributing/documentation/introduction_guide') }}" class="stretched-link">
|
|
Introduction guide
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div> |