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.

31 lines
887 B

  1. # -*- coding: utf-8 -*-
  2. # © 2016 Vividlab (<http://www.vividlab.de>)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. "name": "Web Timepicker Widget",
  6. "version": "10.0.1.0.0",
  7. "author": "VividLab, "
  8. "Odoo Community Association (OCA), "
  9. "Kaushal Prajapati",
  10. "license": "AGPL-3",
  11. "category": "Web",
  12. "website": "http://www.vividlab.de",
  13. 'installable': True,
  14. "depends": [
  15. "web",
  16. ],
  17. "css": [
  18. "static/src/lib/jquery.timerpicker/jquery.timepicker.css",
  19. "static/src/css/web_widget_timepicker.css",
  20. ],
  21. "js": [
  22. "static/src/lib/jquery.timerpicker/jquery.timepicker.js",
  23. "static/src/js/web_widget_timepicker.js",
  24. ],
  25. "data": [
  26. "views/web_widget_timepicker_assets.xml",
  27. ],
  28. "qweb": [
  29. "static/src/xml/web_widget_timepicker.xml",
  30. ]
  31. }