I have a form in admin that when selecting a particular action, presents an intermediate page with numeric fields to be filled and saved in the selected records.
How can I save each record of my queryset with its respective field on this intermediate page?
I have almost everything working, just assigning each field of the intermediate page to its record that I don't know how to do
Does anyone have any ideas?