diff --git a/web_widget_bokeh_chart/README.rst b/web_widget_bokeh_chart/README.rst index a132b7b0a..70adeab60 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/12.0/web_widget_bokeh_chart + :target: https://github.com/OCA/web/tree/13.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-12-0/web-12-0-web_widget_bokeh_chart + :target: https://translation.odoo-community.org/projects/web-13-0/web-13-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/12.0 + :target: https://runbot.odoo-community.org/runbot/162/13.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. @@ -101,7 +101,7 @@ Credits Authors ~~~~~~~ -* Eficent +* ForgeFlow Contributors ~~~~~~~~~~~~ @@ -137,8 +137,8 @@ promote its widespread use. Current `maintainer `__: -|maintainer-lreficent| +|maintainer-lreficent| -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_bokeh_chart/__manifest__.py b/web_widget_bokeh_chart/__manifest__.py index 813de8084..759738167 100644 --- a/web_widget_bokeh_chart/__manifest__.py +++ b/web_widget_bokeh_chart/__manifest__.py @@ -1,23 +1,18 @@ -# Copyright 2017 Eficent Business and IT Consulting Services S.L. +# Copyright 2017 ForgeFlow S.L. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). { "name": "Web Widget Bokeh Chart", "category": "Hidden", "summary": "This widget allows to display charts using Bokeh library.", - "author": "Eficent, " - "Odoo Community Association (OCA)", - "version": "12.0.1.0.1", - "maintainers": ["lreficent"], + "author": "ForgeFlow, " "Odoo Community Association (OCA)", + "version": "13.0.1.0.0", + "maintainers": ["LoisRForgeFlow"], "development_status": "Production/Stable", "website": "https://github.com/OCA/web", "depends": ["web"], - "data": [ - "views/web_widget_bokeh_chart.xml", - ], - "external_dependencies": { - "python": ['bokeh'], - }, + "data": ["views/web_widget_bokeh_chart.xml"], + "external_dependencies": {"python": ["bokeh"]}, "auto_install": False, "license": "LGPL-3", } diff --git a/web_widget_bokeh_chart/static/description/index.html b/web_widget_bokeh_chart/static/description/index.html index d8badc20c..7fd9eecf7 100644 --- a/web_widget_bokeh_chart/static/description/index.html +++ b/web_widget_bokeh_chart/static/description/index.html @@ -3,7 +3,7 @@ - + Web Widget Bokeh Chart