From ccb404430904ab94c67d629c5307c1cf4f1bad87 Mon Sep 17 00:00:00 2001 From: Veronika Date: Thu, 17 Mar 2016 18:03:33 +0300 Subject: [PATCH] [FIX] web_graph_radar: fixed README --- web_graph_radar/README.md | 4 --- web_graph_radar/README.rst | 45 ++++++++++++++++++++++++++++++++++ web_graph_radar/__openerp__.py | 2 +- 3 files changed, 46 insertions(+), 5 deletions(-) delete mode 100644 web_graph_radar/README.md create mode 100644 web_graph_radar/README.rst diff --git a/web_graph_radar/README.md b/web_graph_radar/README.md deleted file mode 100644 index 2cc64f27..00000000 --- a/web_graph_radar/README.md +++ /dev/null @@ -1,4 +0,0 @@ -Graph Radar Chart. -================= - -Add new graph view mode: Radar diff --git a/web_graph_radar/README.rst b/web_graph_radar/README.rst new file mode 100644 index 00000000..78c93204 --- /dev/null +++ b/web_graph_radar/README.rst @@ -0,0 +1,45 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 + +============== +Graph Radar Chart +============== + +This module extends the functionality of web_graph module to support radar mode + +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 +`_. + +Credits +======= + +Contributors +------------ + +* Veronika Kotovich +* Florent THOMAS (financial support) + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +This module is maintained by the OCA. + +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. + +To contribute to this module, please visit https://odoo-community.org. diff --git a/web_graph_radar/__openerp__.py b/web_graph_radar/__openerp__.py index da91b38d..a6bc97c0 100644 --- a/web_graph_radar/__openerp__.py +++ b/web_graph_radar/__openerp__.py @@ -24,7 +24,7 @@ 'version': '8.0.0.1.0', 'category': 'Web', 'summary': 'Add graph radar view.', - 'author': "Veronika Kotovich,Odoo Community Association (OCA)", + 'author': "Veronika Kotovich,IT-Projects LLC,Odoo Community Association (OCA)", 'license': 'AGPL-3', 'website': 'https://twitter.com/vkotovi4', 'depends': ['web_graph'],