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
563 B

  1. # Copyright 2016 Vividlab (<http://www.vividlab.de>)
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. "name": "Web Timepicker Widget",
  5. "version": "11.0.1.0.0",
  6. "author": "VividLab, "
  7. "Kaushal Prajapati, "
  8. "Alexandre Díaz, "
  9. "Odoo Community Association (OCA)",
  10. "license": "AGPL-3",
  11. "category": "Web",
  12. "website": "https://github.com/OCA/web/",
  13. 'installable': True,
  14. "depends": [
  15. "web",
  16. ],
  17. "data": [
  18. "views/web_widget_timepicker_assets.xml",
  19. ],
  20. }