I created a custom module in which I have this field
record_file = fields.Binary(string='file', attachment=True, help='Upload the file')
from what I understand `attachment=True` should save my images or pdfs to ir.attachment but am not seeing any there
am I doing something wrong