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',