From e997fe8141e5891a128cf99a89219755a97227b8 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 4 Dec 2023 11:21:19 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + web_widget_mpld3_chart/README.rst | 25 +++++---- .../static/description/index.html | 56 ++++++++++--------- 5 files changed, 46 insertions(+), 39 deletions(-) diff --git a/README.md b/README.md index 6ef1eb6fe..3a68b72d1 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ addon | version | maintainers | summary [web_tree_many2one_clickable](web_tree_many2one_clickable/) | 16.0.1.0.0 | | Open the linked resource when clicking on their name [web_widget_bokeh_chart](web_widget_bokeh_chart/) | 16.0.1.1.0 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) [![ChrisOForgeFlow](https://github.com/ChrisOForgeFlow.png?size=30px)](https://github.com/ChrisOForgeFlow) | This widget allows to display charts using Bokeh library. [web_widget_dropdown_dynamic](web_widget_dropdown_dynamic/) | 16.0.1.0.0 | | This module adds support for dynamic dropdown widget +[web_widget_mpld3_chart](web_widget_mpld3_chart/) | 16.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/) | 16.0.1.0.0 | | Web Widget Numeric Step [web_widget_open_tab](web_widget_open_tab/) | 16.0.2.0.0 | | Allow to open record from trees on new tab from tree views [web_widget_plotly_chart](web_widget_plotly_chart/) | 16.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/VERSION.txt b/setup/_metapackage/VERSION.txt index 6e3177ec7..fbd650bb5 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20231122.0 \ No newline at end of file +16.0.20231204.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 85426b13b..6c2074825 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -41,6 +41,7 @@ setuptools.setup( 'odoo-addon-web_tree_many2one_clickable>=16.0dev,<16.1dev', 'odoo-addon-web_widget_bokeh_chart>=16.0dev,<16.1dev', 'odoo-addon-web_widget_dropdown_dynamic>=16.0dev,<16.1dev', + 'odoo-addon-web_widget_mpld3_chart>=16.0dev,<16.1dev', 'odoo-addon-web_widget_numeric_step>=16.0dev,<16.1dev', 'odoo-addon-web_widget_open_tab>=16.0dev,<16.1dev', 'odoo-addon-web_widget_plotly_chart>=16.0dev,<16.1dev', diff --git a/web_widget_mpld3_chart/README.rst b/web_widget_mpld3_chart/README.rst index 572e627d3..5c40b96da 100644 --- a/web_widget_mpld3_chart/README.rst +++ b/web_widget_mpld3_chart/README.rst @@ -2,10 +2,13 @@ Web Widget mpld3 Chart ====================== -.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:a74d15907ff4678410ffd1913b2f75b5c7d818852dc75f13bba0311a6ffeda6e + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status @@ -14,14 +17,14 @@ Web Widget mpld3 Chart :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github - :target: https://github.com/OCA/web/tree/15.0/web_widget_mpld3_chart + :target: https://github.com/OCA/web/tree/16.0/web_widget_mpld3_chart :alt: OCA/web .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/web-15-0/web-15-0-web_widget_mpld3_chart + :target: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_widget_mpld3_chart :alt: Translate me on Weblate -.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/162/15.0 - :alt: Try me on Runbot +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=16.0 + :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -57,7 +60,7 @@ To insert a mpld3 chart in a view proceed as follows: import matplotlib.pyplot as plt -#. Declare a text computed field like this:: +#. Declare a json computed field like this:: mpld3_chart = fields.Json( string='Mpld3 Chart', @@ -85,8 +88,8 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. -If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +If you spotted it first, help us to smash it by providing a detailed and welcomed +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -138,8 +141,8 @@ promote its widespread use. Current `maintainers `__: -|maintainer-JordiBForgeFlow| |maintainer-ChrisOForgeFlow| +|maintainer-JordiBForgeFlow| |maintainer-ChrisOForgeFlow| -This module is part of the `OCA/web `_ project on GitHub. +This module is part of the `OCA/web `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/web_widget_mpld3_chart/static/description/index.html b/web_widget_mpld3_chart/static/description/index.html index 8f74fa340..fddaa2cba 100644 --- a/web_widget_mpld3_chart/static/description/index.html +++ b/web_widget_mpld3_chart/static/description/index.html @@ -1,20 +1,20 @@ - + - + Web Widget mpld3 Chart