[FIX] homepage: fix broken top links

# If you feel that it might help a future reader to understand your commit
# motivations, take some time to explain WHY you made these changes in a few
# sentences. The WHAT is usually easily understood by reading the diff.
#
# Short description tip: structure your commit message as if it was completing
# this sentence: "If merged, this commit will ...". For instance, the following
# commit message is correct: "[IMP] sales: compress images to save space".
#
# Tag meanings:
#
# [ADD] = New content
# [IMP] = Improvement
# [FIX] = Content or RST fix
# [REM] = Removal
# [REF] = Refactoring (restructuring)
# [MOV] = Move/rename
#
This commit is contained in:
Antoine Vandevenne (anv) 2021-05-04 17:32:28 +02:00
parent 8a6ad77935
commit 66fcb98192

View File

@ -21,22 +21,23 @@
<h5 class="pt-3 text-uppercase fw_semibold">Top Links</h5>
<ul class="list-unstyled">
<li>
<a href="{{ pathto('applications/finance/accounting/overview/main_concepts/intro') }}" class="stretched-link">
Introduction to Odoo Accounting
<a href="{{ pathto('applications/finance/accounting/overview/main_concepts/in_odoo') }}" class="stretched-link">
The Accounting behind Odoo
</a>
</li>
<li>
<a href="{{ pathto('applications/inventory_and_mrp/inventory/overview/concepts/double-entry') }}" class="stretched-link">
Introduction to Inventory Management
<a href="{{ pathto('applications/inventory_and_mrp/inventory/overview/process/initial_stock') }}" class="stretched-link">
Set your Initial Stock
</a>
</li>
<li>
<a href="{{ pathto('applications/general/base_import/import_faq') }}" class="stretched-link">Import data into Odoo
<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 href="{{ pathto('applications/productivity/discuss/overview/get_started') }}" class="stretched-link">
Get Started with Discuss
</a>
</li>
</ul>