From 42fcaf69166be17dfc82fe53caba1b02227b5cfa Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 30 Jan 2025 15:33:22 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + setup/_metapackage/pyproject.toml | 3 ++- web_widget_mpld3_chart/README.rst | 22 +++++++++---------- .../static/description/index.html | 2 +- 4 files changed, 15 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 1db349864d5b..7d17d3e53a46 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ addon | version | maintainers | summary [web_widget_domain_editor_dialog](web_widget_domain_editor_dialog/) | 17.0.1.0.0 | | Recovers the Domain Editor Dialog functionality [web_widget_dropdown_dynamic](web_widget_dropdown_dynamic/) | 17.0.1.0.0 | | This module adds support for dynamic dropdown widget [web_widget_image_download](web_widget_image_download/) | 17.0.1.0.0 | | Allows to download any image from its widget +[web_widget_mpld3_chart](web_widget_mpld3_chart/) | 17.0.1.0.0 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) [![ChrisOForgeFlow](https://github.com/ChrisOForgeFlow.png?size=30px)](https://github.com/ChrisOForgeFlow) | This widget allows to display charts using MPLD3 library. [web_widget_numeric_step](web_widget_numeric_step/) | 17.0.1.0.0 | [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) [![yajo](https://github.com/yajo.png?size=30px)](https://github.com/yajo) | Web Widget Numeric Step [web_widget_open_tab](web_widget_open_tab/) | 17.0.1.0.0 | | Allow to open record from trees on new tab from tree views [web_widget_plotly_chart](web_widget_plotly_chart/) | 17.0.1.0.0 | [![robyf70](https://github.com/robyf70.png?size=30px)](https://github.com/robyf70) | Allow to draw plotly charts. diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 98411add4cb2..30b94ad4cd43 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-web" -version = "17.0.20250108.0" +version = "17.0.20250130.0" dependencies = [ "odoo-addon-web_calendar_slot_duration>=17.0dev,<17.1dev", "odoo-addon-web_chatter_position>=17.0dev,<17.1dev", @@ -27,6 +27,7 @@ dependencies = [ "odoo-addon-web_widget_domain_editor_dialog>=17.0dev,<17.1dev", "odoo-addon-web_widget_dropdown_dynamic>=17.0dev,<17.1dev", "odoo-addon-web_widget_image_download>=17.0dev,<17.1dev", + "odoo-addon-web_widget_mpld3_chart>=17.0dev,<17.1dev", "odoo-addon-web_widget_numeric_step>=17.0dev,<17.1dev", "odoo-addon-web_widget_open_tab>=17.0dev,<17.1dev", "odoo-addon-web_widget_plotly_chart>=17.0dev,<17.1dev", diff --git a/web_widget_mpld3_chart/README.rst b/web_widget_mpld3_chart/README.rst index 9879bcab77a3..e967398f5367 100644 --- a/web_widget_mpld3_chart/README.rst +++ b/web_widget_mpld3_chart/README.rst @@ -7,7 +7,7 @@ Web Widget mpld3 Chart !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:a74d15907ff4678410ffd1913b2f75b5c7d818852dc75f13bba0311a6ffeda6e + !! source digest: sha256:671a850d1911018fe9105e0d3c6f95fd235257bade3adba7267cc1cad2641cbe !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -117,20 +117,20 @@ Authors Contributors ------------ -- Jordi Ballester Alomar -- Christopher Ormaza +- Jordi Ballester Alomar +- Christopher Ormaza Other credits ------------- -- This module uses the library - `mpld3 `__ which is under the - open-source BSD 3-clause "New" or "Revised" License. Copyright (c) - 2013, Jake Vanderplas -- This module uses the library `BeautifulSoup - 4 `__ which is under the - open-source MIT License. Copyright (c) 2014, Leonard Richardson -- Odoo Community Association (OCA) +- This module uses the library + `mpld3 `__ which is under the + open-source BSD 3-clause "New" or "Revised" License. Copyright (c) + 2013, Jake Vanderplas +- This module uses the library `BeautifulSoup + 4 `__ which is under the + open-source MIT License. Copyright (c) 2014, Leonard Richardson +- Odoo Community Association (OCA) Maintainers ----------- diff --git a/web_widget_mpld3_chart/static/description/index.html b/web_widget_mpld3_chart/static/description/index.html index ab4c0c47fe4d..4869b3488ef1 100644 --- a/web_widget_mpld3_chart/static/description/index.html +++ b/web_widget_mpld3_chart/static/description/index.html @@ -367,7 +367,7 @@

Web Widget mpld3 Chart

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:a74d15907ff4678410ffd1913b2f75b5c7d818852dc75f13bba0311a6ffeda6e +!! source digest: sha256:671a850d1911018fe9105e0d3c6f95fd235257bade3adba7267cc1cad2641cbe !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module adds the possibility to insert mpld3 charts into Odoo