From 6fb2ef7570e925909dd3658031d4272e3efc15d9 Mon Sep 17 00:00:00 2001 From: carlosmintfan <118076740+carlosmintfan@users.noreply.github.com> Date: Thu, 9 Apr 2026 13:24:11 -0300 Subject: [PATCH] content: rewrite FAQ answer to clarify n8n is optional across all module --- index.html | 42 +++++++++++++++++++++++++++--------------- 1 file changed, 27 insertions(+), 15 deletions(-) diff --git a/index.html b/index.html index 8501da7..8d94971 100644 --- a/index.html +++ b/index.html @@ -977,30 +977,42 @@ >
- Not for all of them. - BI Queries - and +
+ None of these modules require n8n specifically. + BI Queries, Payment Link API - expose standard REST endpoints that work with - any HTTP client — curl, Postman, Make, Zapier, - or n8n. - Website Form Webhook - POSTs to any webhook URL you configure, so Make - and other tools work too. + and Invoice Address Edit - and + expose standard REST endpoints that work with + any HTTP client — curl, Postman, Make, Zapier, + or anything else you already use. + Website Form Webhook + POSTs to any webhook URL, so any automation + platform can receive submissions. +
++ 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. +
+Risk Management - 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.