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.

19 lines
657 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright (C) 2014 initOS GmbH & Co. KG (<http://www.initos.com>)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. "name": "HTML widget for list/tree views",
  6. "version": "8.0.1.0.0",
  7. "depends": ["web"],
  8. 'author': "initOS GmbH & Co. KG, Sunflower IT, "
  9. "Odoo Community Association (OCA)",
  10. "website": "https://github.com/OCA/web",
  11. "category": "Web",
  12. "license": "AGPL-3",
  13. "summary": "This module allows to use a widget='html' for fields in list "
  14. "(tree) views",
  15. "data": [
  16. 'views/web_list_html_widget.xml',
  17. ],
  18. "installable": True
  19. }