Hello,
I am trying to create a method in order to iterate multiple sales that were selected by user on List View. The action should appear on the actions dropdown and trigger mt python function. With the following code, I can create a confirmation modal and then execute the function on confirm.
However, how can I simply call the "confirm_sales" method (the one on the modal's confirm button) straight, instead of popping the modal first?