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.

21 lines
634 B

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