we have the following custom field:
data_file = fields.Binary(string="Datei", attachement=True)
uploading files works perfectly. Downloading the files also works, except for files of type ".html". Such files raise an odoo Exception but the message-window is empty.
any ideas whats wrong with files of type text/html?
Addons related to attachments?