[BOT] post-merge updates

This commit is contained in:
OCA-git-bot
2024-03-09 15:25:36 +00:00
parent 705a038efa
commit 8fb7e7d036
4 changed files with 4 additions and 5 deletions

View File

@@ -88,7 +88,7 @@ addon | version | maintainers | summary
[web_widget_dropdown_dynamic_example](web_widget_dropdown_dynamic_example/) | 12.0.1.0.1 | | Demonstration of web_widget_dropdown_dynamic
[web_widget_float_formula](web_widget_float_formula/) | 12.0.1.0.1 | | Allow use of simple formulas in float fields
[web_widget_image_download](web_widget_image_download/) | 12.0.1.0.0 | | Allows to download any image from its widget
[web_widget_image_url](web_widget_image_url/) | 12.0.1.0.1 | | This module provides web widget for displaying image from URL
[web_widget_image_url](web_widget_image_url/) | 12.0.1.1.0 | | This module provides web widget for displaying image from URL
[web_widget_image_webcam](web_widget_image_webcam/) | 12.0.1.0.0 | | Allows to take image with WebCam
[web_widget_json_graph](web_widget_json_graph/) | 12.0.1.0.0 | [![luisg123v](https://github.com/luisg123v.png?size=30px)](https://github.com/luisg123v) | Draw json fields with graphs.
[web_widget_many2many_tags_multi_selection](web_widget_many2many_tags_multi_selection/) | 12.0.1.0.1 | | Tags multiple selection

View File

@@ -7,7 +7,7 @@ Web Image URL
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:a81d6f73235077a7f9e6573a22049782ac0360327ec1d558aacc3d4592e723c6
!! source digest: sha256:9478f8f928a86865bd81e3795c53b71404d6fbf1467893892359ff36592a546a
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

View File

@@ -4,7 +4,7 @@
"name": "Web Image URL",
"summary": "This module provides web widget for displaying image from URL",
"category": "Web",
"version": "12.0.1.0.1",
"version": "12.0.1.1.0",
"license": "LGPL-3",
"author": "Modoolar, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web",

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:a81d6f73235077a7f9e6573a22049782ac0360327ec1d558aacc3d4592e723c6
!! source digest: sha256:9478f8f928a86865bd81e3795c53b71404d6fbf1467893892359ff36592a546a
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/12.0/web_widget_image_url"><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-12-0/web-12-0-web_widget_image_url"><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=12.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module provides web widget for displaying image from URL on form and tree views.</p>