Browse Source

remove description from __oe__ since it is in README.rst

pull/103/head
Vincent Vinet 10 years ago
parent
commit
582d474e2e
  1. 19
      web_widget_datepicker_options/__openerp__.py

19
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:
--------
<field name="birthdate" options="{'datepicker':{'yearRange': 'c-100:c+0'}}"/>
Contributors:
-------------
""",
"depends": [
'base',
'web',

Loading…
Cancel
Save