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.

32 lines
867 B

  1. # -*- coding: utf-8 -*-
  2. # © 2016 Michael Fried @ 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': '9.0.1.0.0',
  7. 'author': 'Michael Fried@Vividlab, Odoo Community Association (OCA)',
  8. 'license': 'AGPL-3',
  9. 'category': 'Web',
  10. 'website': 'https://github.com/OCA/Web',
  11. 'depends': [
  12. 'web'
  13. ],
  14. 'css': [
  15. 'static/src/lib/jquery.timerpicker/jquery.timepicker.css',
  16. 'static/src/css/web_widget_timepicker.css'
  17. ],
  18. 'js': [
  19. 'static/src/lib/jquery.timerpicker/jquery.timepicker.js',
  20. 'static/src/js/web_widget_timepicker.js',
  21. ],
  22. 'qweb': [
  23. 'static/src/xml/web_widget_timepicker.xml'
  24. ],
  25. 'data': [
  26. 'views/web_widget_timepicker_assets.xml'
  27. ],
  28. "installable": True,
  29. }