Browse Source

Split readme for oca-gen-addon-readme

pull/971/head
Akim Juillerat 7 years ago
committed by Pablo Fuentes
parent
commit
b03bfc8b0e
  1. 2
      web_drop_target/readme/CONTRIBUTORS.rst
  2. 5
      web_drop_target/readme/DESCRIPTION.rst
  3. 4
      web_drop_target/readme/DEVELOP.rst
  4. 5
      web_drop_target/readme/ROADMAP.rst
  5. 4
      web_drop_target/readme/USAGE.rst

2
web_drop_target/readme/CONTRIBUTORS.rst

@ -0,0 +1,2 @@
* Holger Brunn <hbrunn@therp.nl>
* Akim Juillerat <akim.juillerat@camptocamp.com>

5
web_drop_target/readme/DESCRIPTION.rst

@ -0,0 +1,5 @@
This module extends the functionality of the web client to support dropping local files into the web client.
By default, an attachment will be created when dropping a file on a form.
Further, this module is meant as a base drag&drop module supporting other actions after some file is dropped so that other modules can add more features.

4
web_drop_target/readme/DEVELOP.rst

@ -0,0 +1,4 @@
Libraries
---------
* `base64js <https://raw.githubusercontent.com/beatgammit/base64-js>`_.

5
web_drop_target/readme/ROADMAP.rst

@ -0,0 +1,5 @@
* 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

4
web_drop_target/readme/USAGE.rst

@ -0,0 +1,4 @@
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
Loading…
Cancel
Save