You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
489 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2015 Savoir-faire Linux
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. "name": 'web_widget_datepicker_options',
  6. "version": "9.0.1.0.0",
  7. "depends": [
  8. 'base',
  9. 'web',
  10. ],
  11. "data": [
  12. 'view/qweb.xml',
  13. 'demo/web_widget_datepicker_options_demo.xml'
  14. ],
  15. "author": "Vincent Vinet, "
  16. "Odoo Community Association (OCA)",
  17. "license": "AGPL-3",
  18. 'installable': True,
  19. }