From 582d474e2e9da2c4d13afed216c445410d7adc23 Mon Sep 17 00:00:00 2001 From: Vincent Vinet Date: Tue, 14 Apr 2015 07:57:47 -0400 Subject: [PATCH] remove description from __oe__ since it is in README.rst --- web_widget_datepicker_options/__openerp__.py | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/web_widget_datepicker_options/__openerp__.py b/web_widget_datepicker_options/__openerp__.py index c48e71db..706f0470 100644 --- a/web_widget_datepicker_options/__openerp__.py +++ b/web_widget_datepicker_options/__openerp__.py @@ -23,25 +23,6 @@ { "name": 'web_widget_datepicker_options', "version": "1.0", - "description": """ -=========================================== -Allow passing options to datepicker widgets -=========================================== - -This will set all options specified in the "datepicker" option of datetime -fields to the datepicker. - - -Example: --------- - - - -Contributors: -------------- - - -""", "depends": [ 'base', 'web',