My 1.6.2 django app deals with a warehouse management using the admin interface exclusively.
I've been asked to make it possible to use barcode readers for recording flows of items going either in or out of the warehouse (see the attached admin form using inlines), Because our bar code readers use the standard RETURN (ascii 13) code to close the read string (and it's better not to modify this standard for other uses) I would like to make the 'Save and add another' (In Italian 'Salva e aggiungi un altro') the default button triggered by the RETURN (ascii 13).
Could you please help me to do this taking into account that I'm a real newbie who needs kind of a tutorial step by step.
Thank you
Vittorio