From 2f460299289bd14f284b34376a723d4341776af8 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 10 Nov 2023 17:21:18 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- web_drop_target/README.rst | 2 +- web_drop_target/__manifest__.py | 2 +- web_drop_target/static/description/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6e6b9b0755e7..3a6227905069 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ addon | version | maintainers | summary [web_dialog_size](web_dialog_size/) | 14.0.1.0.0 | | A module that lets the user expand a dialog box to the full screen width. [web_disable_export_group](web_disable_export_group/) | 14.0.2.0.0 | | Web Disable Export Group [web_domain_field](web_domain_field/) | 14.0.1.0.2 | | Use computed field as domain -[web_drop_target](web_drop_target/) | 14.0.1.1.1 | | Allows to drag files into Odoo +[web_drop_target](web_drop_target/) | 14.0.1.1.2 | | Allows to drag files into Odoo [web_edit_user_filter](web_edit_user_filter/) | 14.0.1.0.1 | | Edit User Filters [web_environment_ribbon](web_environment_ribbon/) | 14.0.1.0.0 | | Web Environment Ribbon [web_field_required_invisible_manager](web_field_required_invisible_manager/) | 14.0.2.2.0 | [![ilyasProgrammer](https://github.com/ilyasProgrammer.png?size=30px)](https://github.com/ilyasProgrammer) | Web Field Required Invisible Readonly Managerr diff --git a/web_drop_target/README.rst b/web_drop_target/README.rst index d73ea157fa09..b48dc41c7747 100644 --- a/web_drop_target/README.rst +++ b/web_drop_target/README.rst @@ -7,7 +7,7 @@ Drop target support !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:564a13c227e79fd8a02e0fa8d6765509ead54ec1cf1442c62756c7684df5028b + !! source digest: sha256:ac82bbe02fa9d76636be0062474d3120a7164a94ac8ea427001d910f62445a7c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/web_drop_target/__manifest__.py b/web_drop_target/__manifest__.py index f3495364db61..c7352a0812fd 100644 --- a/web_drop_target/__manifest__.py +++ b/web_drop_target/__manifest__.py @@ -2,7 +2,7 @@ # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). { "name": "Drop target support", - "version": "14.0.1.1.1", + "version": "14.0.1.1.2", "author": "Therp BV,Odoo Community Association (OCA)", "website": "https://github.com/OCA/web", "license": "LGPL-3", diff --git a/web_drop_target/static/description/index.html b/web_drop_target/static/description/index.html index c5a10b125644..bc85076c82ea 100644 --- a/web_drop_target/static/description/index.html +++ b/web_drop_target/static/description/index.html @@ -367,7 +367,7 @@

Drop target support

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:564a13c227e79fd8a02e0fa8d6765509ead54ec1cf1442c62756c7684df5028b +!! source digest: sha256:ac82bbe02fa9d76636be0062474d3120a7164a94ac8ea427001d910f62445a7c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: LGPL-3 OCA/web Translate me on Weblate Try me on Runboat

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.