From 6cd4c2b6e06ab6479bdfbeb8750633f862891f8e 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 | 370 ++++++++++++------ .../static/src/scss/web_drop_target.scss | 30 +- web_drop_target/static/src/xml/widgets.xml | 2 +- 6 files changed, 279 insertions(+), 135 deletions(-) diff --git a/web_drop_target/README.rst b/web_drop_target/README.rst index 3c587dacc..befcca661 100644 --- a/web_drop_target/README.rst +++ b/web_drop_target/README.rst @@ -85,6 +85,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 9abe23853..e2327099a 100644 --- a/web_drop_target/static/description/index.html +++ b/web_drop_target/static/description/index.html @@ -3,7 +3,7 @@ - + Drop target support