diff --git a/web_drop_target/README.rst b/web_drop_target/README.rst index 1e102c4af..250c624e0 100644 --- a/web_drop_target/README.rst +++ b/web_drop_target/README.rst @@ -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 -* Akim Juillerat * Pablo Fuentes +* Akim Juillerat +* Enric Tobella Maintainers ~~~~~~~~~~~ diff --git a/web_drop_target/static/description/index.html b/web_drop_target/static/description/index.html index fca6bf24a..eb011c1d3 100644 --- a/web_drop_target/static/description/index.html +++ b/web_drop_target/static/description/index.html @@ -393,6 +393,7 @@ ul.auto-toc {
  • drag a file from your local computer onto an Odoo form view
  • it should become an attachment of the currently opened record
  • +Screenshot

    Development

    @@ -431,7 +432,9 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

    Contributors