In Odoo 16, you can trigger functions on button click by defining a method in your model and linking it to the button in your view. This allows you to execute custom logic when a user clicks a button in the user interface. #odoodevelopment #odootutorials To trigger a function on button click, follow these steps: […]
In this video, we can look at how to trigger a function with a button click. #odoo15tutorials Using a button we can call an XML action or a python function. If you want to call a python function on a button click, the type has to be given as an object. Video Contents 00:10 Introduction […]