Update README: link to runbot and other small improvements

This commit is contained in:
Leonardo Donelli 2017-09-25 11:31:02 +02:00
parent 8b6f3273ff
commit 3f09889dc5

View File

@ -12,13 +12,21 @@ 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!
Usage
=====
Add the ``attach=true`` attribute to the form view tag which of uneditable views
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).
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/118/10.0
Bug Tracker
===========