From 1c0c2609dd94f23106432a189a7fb09f5ee05e6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20D=2E=20D=C3=ADaz?= Date: Fri, 24 Sep 2021 22:01:04 +0200 Subject: [PATCH] [FIX] web_drop_target: Don't collide with odoo drag and drop implementation --- web_drop_target/README.rst | 3 + web_drop_target/readme/CONTRIBUTORS.rst | 3 + web_drop_target/static/description/index.html | 6 +- .../static/src/js/web_drop_target.js | 364 ++++++++++++------ .../static/src/scss/web_drop_target.scss | 30 +- web_drop_target/static/src/xml/widgets.xml | 2 +- 6 files changed, 267 insertions(+), 141 deletions(-) diff --git a/web_drop_target/README.rst b/web_drop_target/README.rst index 6a01926fc..098802d39 100644 --- a/web_drop_target/README.rst +++ b/web_drop_target/README.rst @@ -89,6 +89,9 @@ Contributors * Akim Juillerat * Enric Tobella * Lois Rilo +* `Tecnativa `__: + + * Alexandre D. Díaz Maintainers ~~~~~~~~~~~ diff --git a/web_drop_target/readme/CONTRIBUTORS.rst b/web_drop_target/readme/CONTRIBUTORS.rst index 2eb872e17..dd61eccfb 100644 --- a/web_drop_target/readme/CONTRIBUTORS.rst +++ b/web_drop_target/readme/CONTRIBUTORS.rst @@ -3,3 +3,6 @@ * Akim Juillerat * Enric Tobella * Lois Rilo +* `Tecnativa `__: + + * Alexandre D. Díaz diff --git a/web_drop_target/static/description/index.html b/web_drop_target/static/description/index.html index 1c72b223a..10e98b4bc 100644 --- a/web_drop_target/static/description/index.html +++ b/web_drop_target/static/description/index.html @@ -3,7 +3,7 @@ - + Drop target support