Hi
I have a doubt that is it possible to call a method using action creation ,using the bellow i have called a view but is it possible to call a method , here is the code
<act_window name="New Sub menu"
res_model="wizard.popup"
src_model="wizard.popup"
key2="client_action_multi"
view_mode="form" target="new"
view_type="form"
id="act_new_sub_menu" />
This code will add a menu to More option in the view, while clicking that menu it will call the form view , can anyone give me suggestion....... Thanks in advance...