Public Access
fix: update business wizard webhook URL to n8n.odoo4projects.com
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user