__init__() missing 1 required argument: 'row'

If you add an argument to the init method of a form, you must then provide that argument when you open the form, e.g. open_form('Medicines', row=whatever)

4 Likes