From 60b41d745384eb50356ab93afd6fb2cd49ab84e8 Mon Sep 17 00:00:00 2001 From: Reef Date: Thu, 20 Aug 2026 15:30:29 +0000 Subject: [PATCH] fix: update business wizard webhook URL to n8n.odoo4projects.com --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index 5b75cbc..c813a09 100644 --- a/script.js +++ b/script.js @@ -602,7 +602,7 @@ var si = 0, /* Create a hidden form to POST to the webhook and open response in new window */ var f = document.createElement('form'); f.method = 'POST'; - f.action = 'https://002-001-5dd6e535-4d1c-46bc-9bd9-42ad4bc5f082.odoo4projects.com/webhook/report'; + f.action = 'https://n8n.odoo4projects.com/webhook/bring-your-business'; f.target = '_blank'; f.style.display = 'none';