Hi;
I have two models :
-calculation_function : inherit the "ir.actions.server" model
-indicator that have the calculation_function model as attribute
i want call this server action (calculation_function ) from a method that i writen in the Indicator model, i tried to call the run method ( indicator.calculation_function .run()) but it doesn't work.
I want to run a server action form my