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.
Keep in mind: users still won't be able to attach documents to records they don't have write access to (according to ACL and record rules); this module does not bypass odoo' security rules!
Add the attach="true"
attribute to the form view tag which of uneditable views
(normal editable views already allow attaching a document and there is no need
for this attribute).
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback here.
- Leonardo Donelli @ MONK Software (leonardo.donelli@monksoftware.it)
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
To contribute to this module, please visit http://odoo-community.org.