fix: update business wizard webhook URL to n8n.odoo4projects.com

This commit is contained in:
2026-08-20 15:30:29 +00:00
parent b2d2677a34
commit 60b41d7453
+1 -1
View File
@@ -602,7 +602,7 @@ var si = 0,
/* Create a hidden form to POST to the webhook and open response in new window */ /* Create a hidden form to POST to the webhook and open response in new window */
var f = document.createElement('form'); var f = document.createElement('form');
f.method = 'POST'; 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.target = '_blank';
f.style.display = 'none'; f.style.display = 'none';