[BOT] post-merge updates

This commit is contained in:
OCA-git-bot
2024-03-08 15:13:16 +00:00
parent 52c8ad1c5f
commit 1c8fac3dff
4 changed files with 4 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ addon | version | maintainers | summary
[web_dialog_size](web_dialog_size/) | 15.0.1.1.0 | | A module that lets the user expand a dialog box to the full screen width.
[web_disable_export_group](web_disable_export_group/) | 15.0.2.0.0 | | Web Disable Export Group
[web_domain_field](web_domain_field/) | 15.0.1.0.1 | | Use computed field as domain
[web_drop_target](web_drop_target/) | 15.0.1.0.1 | | Allows to drag files into Odoo
[web_drop_target](web_drop_target/) | 15.0.1.0.2 | | Allows to drag files into Odoo
[web_environment_ribbon](web_environment_ribbon/) | 15.0.1.0.0 | | Web Environment Ribbon
[web_group_expand](web_group_expand/) | 15.0.1.0.0 | | Group Expand Buttons
[web_hide_user_menu_item](web_hide_user_menu_item/) | 15.0.1.0.0 | | Web Hide User Menu Item

View File

@@ -7,7 +7,7 @@ Drop target support
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:cf4a44f61d57ded1877237d2499e3bb54babcb3eb4386a13a0da80b2c21e5e1a
!! source digest: sha256:b072b3ac79d67795d7bc03ce7ce7a75cc3186b6c242bf03d7301cff9f19a6fec
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

View File

@@ -2,7 +2,7 @@
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
{
"name": "Drop target support",
"version": "15.0.1.0.1",
"version": "15.0.1.0.2",
"author": "Therp BV,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web",
"license": "LGPL-3",

View File

@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
@@ -367,7 +366,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:cf4a44f61d57ded1877237d2499e3bb54babcb3eb4386a13a0da80b2c21e5e1a
!! source digest: sha256:b072b3ac79d67795d7bc03ce7ce7a75cc3186b6c242bf03d7301cff9f19a6fec
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/web/tree/15.0/web_drop_target"><img alt="OCA/web" src="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/web-15-0/web-15-0-web_drop_target"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/web&amp;target_branch=15.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module is meant as a base drag&amp;drop module supporting other actions after some file is dropped so that other modules can add more features.</p>