So I'm working with an external GRaphic designer that will use Odoo v17 website builder to give 5 website pages for a customer, 1 of these pages is a form that will have partner information with a button to send data, that button I need it to be sending the data to a custom controller that I will develop (that makes some validations and finally ends up creating or updating a partner), I need to know how can I achieve that, because when I'm testing on my developing environment, and I add a "Form" block I only get to choose 2 options from "Action": 1. Create an Opportunity and 2. Send an Email. So I can specify a custom URL (my custom controller one).
This question has been flagged
967
Vistes
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-se| Related Posts | Respostes | Vistes | Activitat | |
|---|---|---|---|---|
|
|
1
de març 24
|
4234 | ||
|
|
1
de juny 24
|
3697 | ||
|
|
4
de maig 24
|
3065 | ||
|
Website Issue
Solved
|
|
1
d’abr. 24
|
6131 | |
|
|
2
de des. 23
|
3161 |
Hello,
So you want to send the filled data to controller when click on button, right?