3
0
Fork 0

remove description from __oe__ since it is in README.rst

9.0
Vincent Vinet 2015-04-14 07:57:47 -04:00
parent 28af310f52
commit 582d474e2e
1 changed files with 0 additions and 19 deletions

View File

@ -23,25 +23,6 @@
{ {
"name": 'web_widget_datepicker_options', "name": 'web_widget_datepicker_options',
"version": "1.0", "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:
--------
<field name="birthdate" options="{'datepicker':{'yearRange': 'c-100:c+0'}}"/>
Contributors:
-------------
""",
"depends": [ "depends": [
'base', 'base',
'web', 'web',