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.

22 lines
657 B

7 years ago
7 years ago
  1. # -*- coding: utf-8 -*-
  2. # Copyright 2017 Eficent Business and IT Consulting Services S.L.
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).#
  4. {
  5. "name": "Web Widget Bokeh Chart",
  6. "category": "Hidden",
  7. "summary": "This widget allows to display charts using Bokeh library.",
  8. "author": "Eficent, "
  9. "Odoo Community Association (OCA)",
  10. "version": "9.0.1.0.0",
  11. "website": "https://github.com/OCA/web",
  12. "depends": ["web"],
  13. "data": [
  14. "views/web_widget_bokeh_chart.xml",
  15. ],
  16. "external_dependencies": {
  17. "python": ['bokeh'],
  18. },
  19. "auto_install": False,
  20. "license": "AGPL-3",
  21. }