I want to create a new method to create a CSV with all picking items within a picking list.
I am specifically looking to understand how to extend a view by adding a button and associating that new method to it.
I am familiar with inheritance and module extension, I just never had to create a new button over an existing view.