content: rewrite FAQ answer to clarify n8n is optional across all module
This commit is contained in:
+27
-15
@@ -977,30 +977,42 @@
|
||||
></i>
|
||||
</button>
|
||||
<div class="faq-answer px-7 pb-6">
|
||||
<p class="text-gray-500 text-sm leading-relaxed">
|
||||
Not for all of them.
|
||||
<strong class="text-dark">BI Queries</strong>
|
||||
and
|
||||
<p
|
||||
class="text-gray-500 text-sm leading-relaxed mb-3"
|
||||
>
|
||||
None of these modules require n8n specifically.
|
||||
<strong class="text-dark">BI Queries</strong>,
|
||||
<strong class="text-dark"
|
||||
>Payment Link API</strong
|
||||
>
|
||||
expose standard REST endpoints that work with
|
||||
any HTTP client — curl, Postman, Make, Zapier,
|
||||
or n8n.
|
||||
<strong class="text-dark"
|
||||
>Website Form Webhook</strong
|
||||
>
|
||||
POSTs to any webhook URL you configure, so Make
|
||||
and other tools work too.
|
||||
and
|
||||
<strong class="text-dark"
|
||||
>Invoice Address Edit</strong
|
||||
>
|
||||
and
|
||||
expose standard REST endpoints that work with
|
||||
any HTTP client — curl, Postman, Make, Zapier,
|
||||
or anything else you already use.
|
||||
<strong class="text-dark"
|
||||
>Website Form Webhook</strong
|
||||
>
|
||||
POSTs to any webhook URL, so any automation
|
||||
platform can receive submissions.
|
||||
</p>
|
||||
<p
|
||||
class="text-gray-500 text-sm leading-relaxed mb-3"
|
||||
>
|
||||
That said, n8n is what we actually use and
|
||||
recommend. Every endpoint is designed to drop
|
||||
straight into an n8n HTTP Request node — but
|
||||
you're never locked in.
|
||||
</p>
|
||||
<p class="text-gray-500 text-sm leading-relaxed">
|
||||
<strong class="text-dark"
|
||||
>Risk Management</strong
|
||||
>
|
||||
are standalone Odoo features with no external
|
||||
dependency at all.
|
||||
is a different category entirely — it's a
|
||||
standalone Odoo feature with no external
|
||||
dependency of any kind.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user