I have a binary field, and I want to allow the user to upload only zip files to it. I'm trying to do it this way:
source_file = fields.Binary('Source File', filters='*.zip')
But I've read that this only worked for the old GTK Client. Is there a great way to manage this on version 8?