From 773156cfdd5b8926afb221a5f8b6ce0fd72daa65 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 12 Jan 2022 15:41:37 +0000 Subject: [PATCH] [UPD] README.rst --- web_widget_bokeh_chart/README.rst | 17 ++++++++--------- .../static/description/index.html | 15 ++++++++------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/web_widget_bokeh_chart/README.rst b/web_widget_bokeh_chart/README.rst index 274e33bda..787240aa1 100644 --- a/web_widget_bokeh_chart/README.rst +++ b/web_widget_bokeh_chart/README.rst @@ -14,16 +14,16 @@ Web Widget Bokeh 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/14.0/web_widget_bokeh_chart + :target: https://github.com/OCA/web/tree/15.0/web_widget_bokeh_chart :alt: OCA/web .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/web-14-0/web-14-0-web_widget_bokeh_chart + :target: https://translation.odoo-community.org/projects/web-15-0/web-15-0-web_widget_bokeh_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/14.0 + :target: https://runbot.odoo-community.org/runbot/162/15.0 :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| |badge5| +|badge1| |badge2| |badge3| |badge4| |badge5| This module add the possibility to insert Bokeh charts into Odoo standard views. @@ -91,7 +91,7 @@ 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 `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -109,7 +109,7 @@ Contributors * Jordi Ballester Alomar * Lois Rilo Antelo * Artem Kostyuk -* Christopher ormaza +* Christopher Ormaza Other credits ~~~~~~~~~~~~~ @@ -139,10 +139,9 @@ promote its widespread use. :target: https://github.com/ChrisOForgeFlow :alt: ChrisOForgeFlow -Current `maintainer `__: +Current `maintainers `__: -|maintainer-LoisRForgeFlow| -|maintainer-ChrisOForgeFlow| +|maintainer-LoisRForgeFlow| |maintainer-ChrisOForgeFlow| This module is part of the `OCA/web `_ project on GitHub. diff --git a/web_widget_bokeh_chart/static/description/index.html b/web_widget_bokeh_chart/static/description/index.html index 58e433fe9..b6e1ab3ad 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. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

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

This module add the possibility to insert Bokeh charts into Odoo standard views.

Bokeh Chart inserted into an Odoo view

Bokeh is a Python interactive visualization @@ -397,7 +397,7 @@ plots, dashboards, and data applications.

Installation

You need to install the python bokeh library:

-pip3 install bokeh==2.3.1
+pip3 install bokeh==2.4.2
 
@@ -421,7 +421,7 @@ def _compute_bokeh_chart(self): line = p.line([0, 2], [1, 8], line_width=5) # (...) # fill the record field with both markup and the script of a chart. - script, div = components(p) + script, div = components(p, wrap_script=False) rec.bokeh_chart = '%s%s' % (div, script) @@ -440,7 +440,7 @@ bokeh chart:

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.

+feedback.

Do not contact contributors directly about support or help with technical issues.

@@ -457,6 +457,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
  • Jordi Ballester Alomar <jordi.ballester@forgeflow.com>
  • Lois Rilo Antelo <lois.rilo@forgeflow.com>
  • Artem Kostyuk <a.kostyuk@mobilunity.com>
  • +
  • Christopher Ormaza <chris.ormaza@forgeflow.com>
  • @@ -475,9 +476,9 @@ Copyright (c) 2012, Anaconda, Inc.

    OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

    -

    Current maintainer:

    -

    LoisRForgeFlow

    -

    This module is part of the OCA/web project on GitHub.

    +

    Current maintainers:

    +

    LoisRForgeFlow ChrisOForgeFlow

    +

    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.