In odoo, by default, you can't add attachments to a record if the form view
is set as not editable (``edit='false'`` in the form tag)
This module adds a new form view attribute, ``attach=``, which lets you
enable attachment uploads even in non-editable forms.