I am trying to understand how Odoo works.
I want to display a popup form with all items in a stock picking report when user press a button.
The user will select or deselect items in that popup and other stuff will be done.
My specific question is: do I have to create a new model for this popup window?
I have seen how to define the button, and it seems it has to refer to a new model.
Thanks,