İçereği Atla
Menü
This question has been flagged
1 Cevapla
3155 Görünümler

Hi, everyone. 

I'm looking for a solution that can register a checkbox action. I want to store when someone clicks on a checkbox and send that stored value by e-mail. Anyone has any idea how can I do this? Thanks :)

Avatar
Vazgeç
Best Answer

This problem should be solved using a combination of a controller and js code. 

1: Create a mail template (if needed)

2: Create a controller endpoint. In this endpoint you want to retrieve the checkbox value and trigger the email template you created earlier.
(docs: https://www.odoo.com/documentation/14.0/developer/reference/addons/http.html)

3: Add JavaScript to your checkbox/form to send the value to the endpoint you have created
(docs: https://www.odoo.com/documentation/14.0/developer/reference/javascript/javascript_reference.html)

For anything more specific it would be required to see actual code

Avatar
Vazgeç
Related Posts Cevaplar Görünümler Aktivite
2
Ara 23
979
5
May 16
10352
4
May 15
4756
1
Haz 24
1121
1
Nis 24
1184