Hi All,
In my app I am inheriting from product.template the view product.product_template_form_view where I then insert a button.
When I try to access a method in my app I just the error message.
my_method is not a valid action on product.template
What do I need to do to get the button to access my method in my custom app?