Skip to Content
Menu
This question has been flagged

I'm really going to appreciate your help, I've searched a lot; I haven't found a solution though, it's something I really need.

Avatar
Discard
Best Answer

Hello @Steven Morales Fallas

There is no specific place in website where a button directly calls a python function.

but, you can go achieve it in the following ways:

1. Add button click event in js file 
- Please refer to this link for how to add js in odoo: https://www.odoo.com/documentation/16.0/developer/reference/frontend/javascript_reference.html

2. You will need to write json rpc method in js for which you can call the python function
- Please refer to this link for how to add json rpc in odoo js: https://www.odoo.com/documentation/16.0/developer/reference/frontend/services.html?#rpc-service

I hope this will help you.

Thanks & Regards,
Email: odoo@aktivsoftware.com
Skype: kalpeshmaheshwari

Avatar
Discard
Related Posts Replies Views Activity
0
Oct 19
2663
1
Jun 24
2854
0
May 24
742
0
Jan 24
518
0
Aug 23
873