From a020a034b6c275180af04701541e0240006ae8c8 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 3 Mar 2025 13:24:13 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + setup/_metapackage/pyproject.toml | 3 ++- web_widget_bokeh_chart/README.rst | 26 +++++++++---------- .../static/description/index.html | 2 +- 4 files changed, 17 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index edeff8fa7..18035c053 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ addon | version | maintainers | summary [web_pivot_computed_measure](web_pivot_computed_measure/) | 18.0.1.0.1 | [![CarlosRoca13](https://github.com/CarlosRoca13.png?size=30px)](https://github.com/CarlosRoca13) | Web Pivot Computed Measure [web_tree_dynamic_colored_field](web_tree_dynamic_colored_field/) | 18.0.1.0.1 | | Allows you to dynamically color fields on tree views [web_tree_many2one_clickable](web_tree_many2one_clickable/) | 18.0.1.0.1 | | Open the linked resource when clicking on their name +[web_widget_bokeh_chart](web_widget_bokeh_chart/) | 18.0.1.0.0 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) [![JasminSForgeFlow](https://github.com/JasminSForgeFlow.png?size=30px)](https://github.com/JasminSForgeFlow) | This widget allows to display charts using Bokeh library. [web_widget_dropdown_dynamic](web_widget_dropdown_dynamic/) | 18.0.1.0.0 | | This module adds support for dynamic dropdown widget [web_widget_numeric_step](web_widget_numeric_step/) | 18.0.1.0.1 | [![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 diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index bf4fed5f8..855c1ff13 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-web" -version = "18.0.20250224.0" +version = "18.0.20250303.0" dependencies = [ "odoo-addon-web_chatter_position==18.0.*", "odoo-addon-web_dialog_size==18.0.*", @@ -12,6 +12,7 @@ dependencies = [ "odoo-addon-web_pivot_computed_measure==18.0.*", "odoo-addon-web_tree_dynamic_colored_field==18.0.*", "odoo-addon-web_tree_many2one_clickable==18.0.*", + "odoo-addon-web_widget_bokeh_chart==18.0.*", "odoo-addon-web_widget_dropdown_dynamic==18.0.*", "odoo-addon-web_widget_numeric_step==18.0.*", ] diff --git a/web_widget_bokeh_chart/README.rst b/web_widget_bokeh_chart/README.rst index 8abfd0ee2..940ab849f 100644 --- a/web_widget_bokeh_chart/README.rst +++ b/web_widget_bokeh_chart/README.rst @@ -7,7 +7,7 @@ Web Widget Bokeh Chart !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:10c41bedda1b6bac903e84df063e14319600ee78c9765ecb085b9acdf6fe97c6 + !! source digest: sha256:96758a1e9cd5ee7b26a26f977243453fad733aed1fa7c8717e13974079c29810 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png @@ -177,22 +177,22 @@ Authors Contributors ------------ -- Jordi Ballester Alomar -- Lois Rilo Antelo -- Artem Kostyuk -- Christopher Ormaza -- Enric Tobella -- Oriol Miranda Garrido -- Bernat Puig Font +- Jordi Ballester Alomar +- Lois Rilo Antelo +- Artem Kostyuk +- Christopher Ormaza +- Enric Tobella +- Oriol Miranda Garrido +- Bernat Puig Font Other credits ------------- -- This module uses the library - `Bokeh `__ which is under the - open-source BSD 3-clause "New" or "Revised" License. Copyright (c) - 2012, Anaconda, Inc. -- Odoo Community Association (OCA) +- This module uses the library + `Bokeh `__ which is under the + open-source BSD 3-clause "New" or "Revised" License. Copyright (c) + 2012, Anaconda, Inc. +- Odoo Community Association (OCA) Maintainers ----------- diff --git a/web_widget_bokeh_chart/static/description/index.html b/web_widget_bokeh_chart/static/description/index.html index f175a99ec..80dbb47c2 100644 --- a/web_widget_bokeh_chart/static/description/index.html +++ b/web_widget_bokeh_chart/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:10c41bedda1b6bac903e84df063e14319600ee78c9765ecb085b9acdf6fe97c6 +!! source digest: sha256:96758a1e9cd5ee7b26a26f977243453fad733aed1fa7c8717e13974079c29810 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module add the possibility to insert Bokeh charts into Odoo