mirror of https://github.com/OCA/web.git
[UPD] README.rst
parent
5328435e36
commit
da39e95ecd
|
@ -44,6 +44,9 @@ To use this module, you need to:
|
|||
#. drag a file from your local computer onto an Odoo form view
|
||||
#. it should become an attachment of the currently opened record
|
||||
|
||||
.. image:: https://raw.githubusercontent.com/web_drop_target/static/description/screenshot.png
|
||||
:alt: Screenshot
|
||||
|
||||
Development
|
||||
===========
|
||||
|
||||
|
@ -55,6 +58,7 @@ Known issues / Roadmap
|
|||
======================
|
||||
|
||||
* dropping on list or kanban views would be nice too
|
||||
* handle multiple files
|
||||
* add an upload progress meter for huge files
|
||||
* trigger custom events about different stages of the drop operation for other addons to hook in
|
||||
* Install document module to display attachments in the sidebar
|
||||
|
@ -81,8 +85,9 @@ Contributors
|
|||
~~~~~~~~~~~~
|
||||
|
||||
* Holger Brunn <hbrunn@therp.nl>
|
||||
* Akim Juillerat <akim.juillerat@camptocamp.com>
|
||||
* Pablo Fuentes <pablo@studio73.es>
|
||||
* Akim Juillerat <akim.juillerat@camptocamp.com>
|
||||
* Enric Tobella <etobella@creublanca.es>
|
||||
|
||||
Maintainers
|
||||
~~~~~~~~~~~
|
||||
|
|
|
@ -393,6 +393,7 @@ ul.auto-toc {
|
|||
<li>drag a file from your local computer onto an Odoo form view</li>
|
||||
<li>it should become an attachment of the currently opened record</li>
|
||||
</ol>
|
||||
<img alt="Screenshot" src="https://raw.githubusercontent.com/web_drop_target/static/description/screenshot.png" />
|
||||
</div>
|
||||
<div class="section" id="development">
|
||||
<h1><a class="toc-backref" href="#id2">Development</a></h1>
|
||||
|
@ -431,7 +432,9 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
|
|||
<h2><a class="toc-backref" href="#id7">Contributors</a></h2>
|
||||
<ul class="simple">
|
||||
<li>Holger Brunn <<a class="reference external" href="mailto:hbrunn@therp.nl">hbrunn@therp.nl</a>></li>
|
||||
<li>Pablo Fuentes <<a class="reference external" href="mailto:pablo@studio73.es">pablo@studio73.es</a>></li>
|
||||
<li>Akim Juillerat <<a class="reference external" href="mailto:akim.juillerat@camptocamp.com">akim.juillerat@camptocamp.com</a>></li>
|
||||
<li>Enric Tobella <<a class="reference external" href="mailto:etobella@creublanca.es">etobella@creublanca.es</a>></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="maintainers">
|
||||
|
|
Loading…
Reference in New Issue