From 43d05d8b60844fdcd1fb3709383efa765b936b46 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 23 Apr 2020 09:42:39 +0200 Subject: [PATCH] [FIX] web_widget_plotly_chart: Remove description key There's the README.rst for that --- web_widget_plotly_chart/__manifest__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/web_widget_plotly_chart/__manifest__.py b/web_widget_plotly_chart/__manifest__.py index 18e2f0e88..55793caa1 100644 --- a/web_widget_plotly_chart/__manifest__.py +++ b/web_widget_plotly_chart/__manifest__.py @@ -1,7 +1,6 @@ { 'name': "Web Widget Plotly", 'summary': """Allow to draw plotly charts.""", - 'description': """Allow to draw plotly charts.""", 'author': "LevelPrime srl, " "Odoo Community Association (OCA)", "website": "https://github.com/OCA/web",