Skip to content

Commit 28506ab

Browse files
committed
[ADD] odoo_partner: added button in knowledge article
1 parent 141e7a1 commit 28506ab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

odoo_partner/data/knowledge_article.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@
6565
<ul>
6666
<li>Track your sales orders and revenue</li>
6767
</ul>
68-
<p><a class="btn btn-outline-primary btn-sm" href="https://www.odoo.com/documentation/latest/applications/sales/sales.html" target="_blank">🎓 Sales</a></p>
68+
<div style="display: flex; gap: 10px; margin-bottom: 0;">
69+
<a class="btn btn-primary" href="/odoo?tour=sale_tour" title="">Sales Flow Tutorial</a>
70+
<a href="https://www.odoo.com/documentation/latest/applications/sales/sales.html" class="btn btn-primary">🎓 Sales</a>
71+
</div>
6972
<h3><br /></h3>
7073
<h3>Projects 📊 </h3>
7174
<p>Utilize the Project app to manage Success Packs and large implementations:</p>

0 commit comments

Comments
 (0)