From 0fe4f745bfd0fdf67ac54aec1c77510a7f451b86 Mon Sep 17 00:00:00 2001 From: Lois Rilo Date: Fri, 27 Sep 2019 10:38:28 +0200 Subject: [PATCH] [12.0] web_widget_bokeh_chart: update documentation and set a maintainer. --- web_widget_bokeh_chart/README.rst | 14 +++++++++++--- web_widget_bokeh_chart/__manifest__.py | 2 ++ web_widget_bokeh_chart/readme/INSTALL.rst | 2 +- .../static/description/index.html | 6 ++++-- 4 files changed, 18 insertions(+), 6 deletions(-) diff --git a/web_widget_bokeh_chart/README.rst b/web_widget_bokeh_chart/README.rst index e8f9c3e3b..a132b7b0a 100644 --- a/web_widget_bokeh_chart/README.rst +++ b/web_widget_bokeh_chart/README.rst @@ -7,9 +7,9 @@ Web Widget Bokeh Chart !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 @@ -52,7 +52,7 @@ Installation You need to install the python bokeh library:: - pip3 install bokeh==0.12.7 + pip3 install bokeh==1.1.0 Usage ===== @@ -131,6 +131,14 @@ 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. +.. |maintainer-lreficent| image:: https://github.com/lreficent.png?size=40px + :target: https://github.com/lreficent + :alt: lreficent + +Current `maintainer `__: + +|maintainer-lreficent| + 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_bokeh_chart/__manifest__.py b/web_widget_bokeh_chart/__manifest__.py index 18f44d13a..813de8084 100644 --- a/web_widget_bokeh_chart/__manifest__.py +++ b/web_widget_bokeh_chart/__manifest__.py @@ -8,6 +8,8 @@ "author": "Eficent, " "Odoo Community Association (OCA)", "version": "12.0.1.0.1", + "maintainers": ["lreficent"], + "development_status": "Production/Stable", "website": "https://github.com/OCA/web", "depends": ["web"], "data": [ diff --git a/web_widget_bokeh_chart/readme/INSTALL.rst b/web_widget_bokeh_chart/readme/INSTALL.rst index f49837666..ca0877e85 100644 --- a/web_widget_bokeh_chart/readme/INSTALL.rst +++ b/web_widget_bokeh_chart/readme/INSTALL.rst @@ -1,3 +1,3 @@ You need to install the python bokeh library:: - pip3 install bokeh==0.12.7 + pip3 install bokeh==1.1.0 diff --git a/web_widget_bokeh_chart/static/description/index.html b/web_widget_bokeh_chart/static/description/index.html index 9afac72fb..d8badc20c 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. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta 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==0.12.7
+pip3 install bokeh==1.1.0
 
@@ -475,6 +475,8 @@ 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:

+

lreficent

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.